HubSpot Integrations MCP
io.github.Centrify-Internal/hubspot-integrations-mcpMCP server for the HubSpot Integrations Center HubDB: search and retrieve integration data.
Tools · 2
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.
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.
Similar MCP servers embedding-nearest
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"
}
}
}