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

  • HubSpot account (Free or paid)
  • Admin or Super Admin access
  • MCP360 account with CRM MCP subscription
  • Step 1: Connect via OAuth

  • Go to [Dashboard → Accounts](/dashboard/accounts)
  • Click **Connect** next to **HubSpot**
  • Log into HubSpot when prompted
  • Select your HubSpot account
  • Authorize MCP360 — we request: contacts, companies, deals, activities (read + write)
  • 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?

    Available CRM Tools

  • `search_contacts` — Find contacts by any field
  • `get_deal_pipeline` — Full pipeline with stage values
  • `get_lead_score` — AI-powered lead scoring
  • `draft_follow_up` — Personalized follow-up email
  • `find_stalled_deals` — Deals with no activity
  • `forecast_revenue` — AI revenue forecast
  • Related Guides