HubSpot
A marketing, sales, and service platform that helps businesses attract, convert, and retain customers with integrated tools.
https://api.hubapi.com
https://mcp.hubspot.com
Agent
const bundleup = new BundleUp('Zw7Lt7...');
const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools(); Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the HubSpot account the connection is authenticated as.
companies
Retrieve a list of companies from HubSpot.
contacts
Retrieve a list of contacts from HubSpot.
Unified API Endpoints
/me
Retrieve the HubSpot account this connection is authenticated as. HubSpot tokens identify a portal rather than a user, so this returns the portal ID and its UI domain.
/crm/companies
Retrieve a list of companies from HubSpot.
/crm/contacts
Retrieve a list of contacts from HubSpot.
