Skip to content
Back to search
90
MCP v1.0.0 streamable-http

HubSpot Integrations MCP

io.github.Centrify-Internal/hubspot-integrations-mcp

MCP server for the HubSpot Integrations Center HubDB: search and retrieve integration data.

Uptime
0.0%
1 direct probes · 30d
Response
924ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

Tools · 2

search_integration

Search for integrations in the HubSpot Integrations Center by query string. Returns matching integrations with their details including title, summary, body, URL, categories, and last updated date.

get_integration

Retrieve a specific integration by its ID from the HubSpot Integrations Center. Returns the full integration details including title, summary, body, URL, categories, and last updated date.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hubspot_integrations_mcp": {
      "url": "https://n6k96b1ql7.execute-api.us-west-2.amazonaws.com/prod/",
      "transport": "streamable-http"
    }
  }
}