Skip to content
Vinkius

HubSpot Connector for AI agents.

12 live capabilities

Manage your sales pipeline and contacts through natural conversation.

Live agent request HubSpot / Connector

Waiting for input…

AI Agent

Why people use HubSpot

Stop manual CRM clicking with HubSpot

With this MCP, you just ask. You can pull up company info or move a deal forward using plain language in your chat window. You get your time back and stay in your flow.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

You turn a chat interface into a functional CRM dashboard.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 6,100+ Connectors

  1. Real-world use case 01

    Finding leads during outreach

    You're drafting an email and need a contact's phone number.

  2. Real-world use case 02

    Updating deal progress

    A prospect just signed.

  3. Real-world use case 03

    Cleaning up messy associations

    You noticed a contact isn't linked to their company.

Complete set · 12capabilities

The complete HubSpot capability set.

These are the exact actions your AI can choose when you ask it to work with HubSpot.

Capability set01 / 03

01—04

4 capabilities in this set.

Part of 12 available through HubSpot.

  1. 01 Capability

    List hubspot deals

    Pulls a list of all active sales deals in your pipeline. Use this to quickly check your current sales volume.

  2. 02 Capability

    Get hubspot object schema

    Shows every available field for contacts, companies, or deals. It's great for understanding your CRM structure.

  3. 03 Capability

    Search hubspot contacts

    Finds specific people using HubSpot filter syntax. This makes locating leads in a large database easy.

  4. 04 Capability

    Link hubspot crm objects

    Connects different records like a contact to a company. Use this to keep your data associations organized.

Capability set02 / 03

05—08

4 capabilities in this set.

Part of 12 available through HubSpot.

  1. 05 Capability

    Create hubspot contact

    Adds a brand new person to your CRM database. It's the fastest way to log a new lead during a chat.

  2. 06 Capability

    Remove hubspot contact

    Deletes a contact from your records permanently. Use this to clean up your database quickly.

  3. 07 Capability

    Get hubspot company info

    Retrieves detailed metadata and information for any company. It's perfect for researching prospects.

  4. 08 Capability

    Get hubspot contact details

    Pulls all available property data for a specific person. Get the full picture of a lead instantly.

Capability set03 / 03

09—12

4 capabilities in this set.

Part of 12 available through HubSpot.

  1. 09 Capability

    Get hubspot deal details

    Fetches specific information about an individual sales deal. Use this to check amounts or closing dates.

  2. 10 Capability

    List hubspot companies

    Generates a list of all companies in your CRM. This helps you browse your entire account base.

  3. 11 Capability

    List hubspot contacts

    Displays all contacts currently stored in your database. It's useful for getting a high-level view of your leads.

  4. 12 Capability

    List hubspot users

    Shows the users and record owners within your HubSpot account. Use this to see who is responsible for which accounts.

Set up in minutes

One URL. Then ask HubSpot to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use HubSpot from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_vSrdTRzZBErQPnMn4v0MxO89aHYHXt63cRk0554I/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it HubSpot, and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable HubSpot for the conversation.

Where the request belongs

Work HubSpot can move forward.

Built around the request

Sales, marketing, and RevOps professionals who spend too much time navigating the HubSpot UI and want to manage data through conversation.

01

Sales Representative

Updates deal stages and finds contact info while drafting emails.

02

Marketing Manager

Searches for specific contact segments and audits property schemas for campaigns.

03

RevOps Engineer

Audits pipeline health and manages complex object associations without manual entry.

Bring your own AI

Change the model, client or framework. Keep HubSpot connected.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • VS Code
  • Windsurf
  • ZCode
  • Cline
  • Zed
  • Continue
  • Kiro
  • Roo Code
  • Zencoder
  • Goose
  • Void
  • Augment Code
  • Amp
  • Qodo
  • Tabnine
  • Pieces
  • Sourcegraph Cody
  • JetBrains
  • Warp
  • Amazon Q
  • Antigravity
  • BoltAI
  • Raycast
  • Jan
  • LM Studio
  • AnythingLLM
  • Open WebUI
  • Msty
  • Cherry Studio
  • LibreChat
  • TypingMind
  • Chorus
  • 5ire
  • n8n
  • LangChain
  • LlamaIndex
  • CrewAI
  • Vercel AI SDK

Before you connect

Questions about HubSpot.

The practical details behind the request, access and result.

How can I use HubSpot MCP to find leads?

You can search your entire database using natural language. Just ask your agent to find contacts based on specific criteria or email domains.

Can the HubSpot MCP update my sales pipeline?

Yes, you can instruct your agent to move deals between stages or update amounts directly through your chat interface.

Does HubSpot MCP work with Claude and Cursor?

Absolutely. Any MCP-compatible client like Claude, Cursor, or Windsurf can connect to this capability to manage your CRM.

Can I check my company details using HubSpot MCP?

Yes, you can retrieve full metadata and information for any organization in your database without opening a browser.

Is it possible to link contacts to companies with HubSpot MCP?

Yes, you can use the capability to create associations between different CRM objects like contacts, companies, and deals.

How do I set up the HubSpot MCP?

Simply subscribe via Vinkius and enter your HubSpot Private App Access Token to connect your data.

Can I search for contacts using specific filters?

Yes. The search_hubspot_contacts capability accepts a JSON array of HubSpot filters. Example: [{"propertyName":"email","operator":"CONTAINS_TOKEN","value":"@company.com"}]. This uses HubSpot's native search API to find contacts matching property values, date ranges, or engagement criteria. Use get_hubspot_object_schema with 'contacts' to discover all searchable properties.

Can I link contacts to companies and deals?

Yes. Use link_hubspot_crm_objects with the source object type and ID, target object type and ID, and the association type name. Example: link a contact to a company with fromType='contacts', fromId='123', toType='companies', toId='456', associationType='contact_to_company'. This creates bidirectional CRM relationships.

What type of HubSpot credential do I need?

You need a Private App Access Token from your HubSpot account. This is different from OAuth tokens. it provides direct API access scoped to the permissions you select when creating the Private App. The token is sent as a Bearer token in the Authorization header against api.hubapi.com.

One connection away

Give your agent a direct line to HubSpot.

Connect HubSpot once. Keep it beside 6,100+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available