{
  "name": "com.top-mcps/hubspot-mcp",
  "description": "HubSpot's official MCP server (`@hubspot/mcp-server`) gives agents direct access to contacts, companies, deals, tickets, and the HubSpot Meetings product — booking links, meeting types, and booked-meeting records. For scheduling specifically: agents can retrieve a contact's booked meetings, generate a meeting scheduling link, list available meeting types, and look up past meetings tied to a CRM record. The server uses a Private App token (HubSpot's scoped API credential) so access is limited to exactly the CRM objects and features you grant. The package is in public beta.",
  "status": "active",
  "version": "0.4.0",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-06-28",
    "com.top-mcps/score": {
      "value": 54,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-07-17T12:42:38.143Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-07-17T12:42:33.507Z",
      "npmWeeklyDownloads": 11179
    }
  },
  "homepage": "https://developers.hubspot.com/mcp",
  "author": {
    "name": "HubSpot"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@hubspot/mcp-server",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "HUBSPOT_PRIVATE_APP_TOKEN",
          "description": "HUBSPOT_PRIVATE_APP_TOKEN — required credential for HubSpot MCP.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "read-write",
      "sandbox": "Private App token grants exactly the scopes selected at creation. Use the minimal set — read-only CRM scopes if you only need lookups. Do not add the admin or settings scopes unless required.",
      "gotchas": [
        "The Private App token is a long-lived credential — treat it like a password. Rotate it from the HubSpot settings page if leaked.",
        "Write operations (create contact, update deal) are available on matching scopes; confirm before granting them if the agent should only read.",
        "The MCP server is in public beta — tool surface and behavior may change before GA."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/hubspot-mcp",
    "markdown": "https://top-mcps.com/mcp/hubspot-mcp.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
