MCP server
HubSpot MCP server
HubSpot ships an official MCP server for connecting AI tools to CRM data. Modiva's HubSpot MCP server takes the multi-platform angle: 7 typed tools for contacts and deals that live behind the same endpoint as your social, ads and ecommerce integrations, so one agent can move between CRM and the channels that feed it.
CRM records are downstream of everything else: leads arrive from ads, conversations start on social, orders land in the store. An agent that can only see HubSpot answers half the question. Modiva exposes HubSpot contacts and deals as typed tools next to those upstream platforms, so "create a contact from this LinkedIn lead and open a deal" is two tool calls on one server.
7 typed HubSpot tools
Grouped by resource, not by platform — so the same tool names work across every connected account.
accounts_
get · identity
contacts_
list · get · create · update
deals_
list · create
Add it to your AI client
Point any MCP-compatible client (Claude, Cursor, Windsurf, …) at the hosted server and the HubSpot tools are discovered automatically.
{
"mcpServers": {
"modiva": {
"url": "https://mcp.modiva.ai/v1",
"headers": { "Authorization": "Bearer mk_live_…" }
}
}
}Connect HubSpot to your agent
Get your MCP key — freeFAQ
HubSpot has an official MCP server. When is Modiva's the better fit?
When HubSpot is one of several systems your agent touches. Modiva gives you CRM tools plus social, ads and store tools behind one hosted endpoint and key. If your agent lives entirely inside HubSpot data, the official server is a fine choice.
What HubSpot objects are covered?
Contacts (list, get, create, update) and deals (list, create), plus account identity. It is a focused surface aimed at agent workflows rather than full CRM administration.
Do I need a HubSpot private app or API key?
No. You connect through Modiva's HubSpot OAuth app and grant scopes on HubSpot's consent screen. Tokens are stored envelope-encrypted.
Related
Modiva is a hosted, multi-tenant MCP server. Your HubSpot tokens are encrypted and never shared between workspaces.