HubSpot’s remote MCP server provides read access to CRM objects such as contacts, companies, deals, tickets, invoices, and quotes. Connect it to TrueFoundry with per-user OAuth so HubSpot permissions stay tied to each user.Documentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A TrueFoundry account with permission to add MCP servers.
- A HubSpot account with access to the Development section.
- Your TrueFoundry control plane base URL.
Create a HubSpot MCP Auth App
Create the app
Click Create MCP auth app, enter a recognizable name such as
TrueFoundry, and set the redirect URL to:Register in TrueFoundry
In MCP Gateway, click Add MCP Server, select Connect any Remote MCP Server, and configure:| Field | Value |
|---|---|
| Name | hubspot |
| URL | https://mcp.hubspot.com |
| Authentication | OAuth2 |
| Grant Type | Authorization Code |
| Client ID | HubSpot MCP auth app Client ID |
| Client Secret | HubSpot MCP auth app Client Secret |
| JWT Source | Access Token |