<- Back to Directory
H
CRM & RevOps

HubSpot

All-in-one CRM platform with an extensive API ecosystem.

About HubSpot
HubSpot offers one of the most comprehensive CRM APIs in the market, covering contacts, companies, deals, tickets, marketing, and custom objects. The REST API supports batch operations, advanced filtering with CRM search, and real-time webhooks. With official SDKs in Python, Node.js, Ruby, and PHP, plus an MCP server for AI integrations, HubSpot is the industry standard for CRM automation and is trusted by over 200,000 businesses worldwide.
Use HubSpot for
Technical Details
API Type
REST
Authentication
OAuth2 / Bearer Token / API Key
Pricing Tier
Paid Only
SDK Languages
N/A
Webhooks
No
MCP Setup
{
  "mcpServers": {
    "hubspot": {
      "command": "npx",
      "args": ["-y", "@hubspot/mcp-server"],
      "env": {
        "HUBSPOT_ACCESS_TOKEN": "YOUR_ACCESS_TOKEN"
      }
    }
  }
}