io.github.Centrify-Internal/hubspot-integrations-mcp
Official2 toolsHubSpot Integrations MCP
MCP server for the HubSpot Integrations Center HubDB: search and retrieve integration data.
Search and retrieve integration data from HubSpot Integrations Center HubDB.
Captured live from the server via tools/list.
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.
Parameters (1)
- querystringrequired
Search query to find integrations. Searches across title, summary, body, and categories.
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.
Parameters (1)
- idstringrequired
The integration ID to retrieve (format: display-name-product-name)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"hubspot-integrations-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://n6k96b1ql7.execute-api.us-west-2.amazonaws.com/prod/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.