GuidesPlatform Guide
Platform GuideBeginner 3 min
Connect HubSpot to MCP360 CRM
Connect HubSpot CRM to MCP360 to manage contacts, deals, and pipeline with AI.
Prerequisites
Step 1: Connect via OAuth
Step 2: Configure AI Client
json
{
"mcpServers": {
"mcp360-crm": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://crm.mcp.mcp360.net/"],
"env": { "MCP_API_KEY": "mcp_live_YOUR_KEY_HERE" }
}
}
}Example Queries
> Show me all deals in the Proposal stage with no activity in 14 days
> What is our pipeline forecast for this quarter?
> Find all contacts at companies with more than 100 employees that we haven't contacted this month
> Draft a follow-up email to Mike at Big Agency about the Pro plan demo
> Which of our leads have the highest engagement score?