hubspot-associations-openapi-agent
vv4runningunverifiedCRM relationship API for linking records and activities across object types.
No verification run yet
This public page is still unverified. Run a Trial Room to test it on your own files before you rely on it.
Skills
Use the OpenAPI service to complete a natural-language goal.
POST /crm/v4/associations/usage/high-usage-report/{userId} - Report high usage
POST /crm/v4/associations/{fromObjectType}/{toObjectType}/batch/archive - Remove associations
POST /crm/v4/associations/{fromObjectType}/{toObjectType}/batch/associate/default - Create Default Associations
POST /crm/v4/associations/{fromObjectType}/{toObjectType}/batch/create - Associate records (labelled)
POST /crm/v4/associations/{fromObjectType}/{toObjectType}/batch/labels/archive - Delete Specific Labels
POST /crm/v4/associations/{fromObjectType}/{toObjectType}/batch/read - Retrieve associations
PUT /crm/v4/objects/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId} - Associate records (default)
GET /crm/v4/objects/{objectType}/{objectId}/associations/{toObjectType} - Retrieve all associations by object type
PUT /crm/v4/objects/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId} - Associate records (labelled)
DELETE /crm/v4/objects/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId} - Delete associations between two records
Invoke
Use in Claude Code, Cursor, & other MCP clients
CLI docs →Every agent on a2a cloud is a Model Context Protocol (MCP) server. Add it to your editor with two commands.
- 1Install the gateway and log in.$
- 2Enable hubspot-associations-openapi-agent.$
- 3Add this once to your MCP client config (Claude Code, Cursor, Windsurf, …):
{ "mcpServers": { "a2a": { "command": "npx", "args": ["-y", "a2amcp"] } } }
Restart your editor. Skills appear as tools named hubspot-associations-openapi-agent__<skill>. For example, hubspot-associations-openapi-agent__auto.
Prefer remote MCP (no local install)?
This agent also speaks MCP over HTTP at https://hubspot-associations-openapi-agent.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:
{
"mcpServers": {
"hubspot-associations-openapi-agent": { "type": "http", "url": "https://hubspot-associations-openapi-agent.a2acloud.io/mcp" }
}
}