4,500+ servers built on MCP Fusion
Vinkius
HubSpot CRM logo
Vinkius
CrewAI logo

How to Use the HubSpot CRM MCP in CrewAI

Deploy autonomous agent squads to manage your HubSpot CRM pipeline using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

HubSpot CRM MCP on Cursor AI Code Editor MCP Client HubSpot CRM MCP on Claude Desktop App MCP Integration HubSpot CRM MCP on OpenAI Agents SDK MCP Compatible HubSpot CRM MCP on Visual Studio Code MCP Extension Client HubSpot CRM MCP on GitHub Copilot AI Agent MCP Integration HubSpot CRM MCP on Google Gemini AI MCP Integration HubSpot CRM MCP on Lovable AI Development MCP Client HubSpot CRM MCP on Mistral AI Agents MCP Compatible HubSpot CRM MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect HubSpot CRM MCP to CrewAI

Create your Vinkius account to connect HubSpot CRM to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Deploy collaborative CrewAI squads for HubSpot CRM

Run specialized teams of agents that divide and conquer your database cleanup. Using CrewAI, one agent can focus entirely on scanning incoming emails with `hs_search_contacts`, while a second agent evaluates the results. If a contact is out of date, the second agent calls `hs_update_contact` to refresh their details. This multi-agent setup ensures that complex operations are handled by specialized roles rather than a single overwhelmed model. The shared memory system allows agents to pass HubSpot record IDs between tasks without losing context.

Automate company research and data enrichment

Stop forcing your sales reps to manually research new leads. A research agent can run `hs_create_company` using only a domain name, triggering HubSpot's automatic enrichment. A moderator agent then runs `hs_search_companies` to verify the company profile is fully populated. If details are missing, the agent can look up related entities or schedule a follow-up. This automated pipeline keeps your company database clean and actionable without manual intervention.

Autonomous activity logging and task delegation

Ensure every customer touchpoint is recorded accurately across your team. An escalation agent can use `hs_create_note` to log interaction history directly to the relevant record. This creates a permanent, HTML-formatted audit trail for every account. When critical issues arise, the agent immediately calls `hs_create_task` to assign a follow-up action to the account owner. This keeps your support and sales teams aligned without requiring manual sync meetings.

Setup guide

Set up HubSpot CRM MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke HubSpot CRM tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="HubSpot CRM Analyst",
    goal="Access and analyze HubSpot CRM data via MCP.",
    backstory="Expert analyst with direct HubSpot CRM access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent HubSpot CRM transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about HubSpot CRM MCP in CrewAI

You pass the Vinkius server URL directly into the agent's `mcps` parameter array. CrewAI handles the tool discovery and registration automatically. This exposes the entire suite of CRM tools to that specific agent instantly.
Yes, you can use the `MCPServerHTTP` class with a `tool_filter` to restrict access. This allows you to give a research agent access to `hs_search_contacts` while blocking it from making updates. It is a great way to enforce least-privilege security.
CrewAI coordinates execution sequentially or hierarchically based on your crew's process configuration. The underlying MCP Server handles concurrent API requests safely up to HubSpot's rate limits. This prevents conflicts when multiple agents are active.
Yes, the server supports stdio, SSE, and Streamable HTTP transports. You can run it locally in your terminal or host it on Vinkius for production environments. This gives you complete flexibility during development.
Yes, your contact details, notes, and tasks are protected by our zero-trust architecture. Vinkius runs the MCP Server in an isolated, ephemeral sandbox environment. Your API credentials are encrypted and never exposed to the individual CrewAI agents.

Start using the HubSpot CRM MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for HubSpot CRM. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.