# HubSpot Operations Hub MCP for AI Agents AI Agent Connect

> HubSpot Operations Hub lets your AI agent handle CRM tasks like searching for contacts, creating deals, and managing pipelines. It gives your agent direct access to your HubSpot data so you can manage your sales and support workflows through a simple conversation instead of clicking through multiple tabs.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Lhiompr1KX40A2WiATZEQOHqbC1TuvriY3249Khb/ai-agent-connect
- **Tags:** workflow-automation, crm-pipelines, process-automation, lead-nurturing, business-logic

## Description

This Connector lets you treat your HubSpot CRM as a live database for your AI agent. Instead of jumping between tabs to update a deal or check a contact's status, you can just tell your agent what needs to happen. It handles the heavy lifting of record management, from finding a company by its domain to creating a new support ticket for a customer. You can also use it to audit your current setup, like looking up active workflows or checking which property groups are available for your custom fields. It's a way to turn your CRM into an active workspace where your agent does the data entry and organization for you. Since Vinkius hosts this Connector, you get a reliable way to connect these capabilities to your favorite AI client without the headache of manual configuration. It's about making your CRM data actually useful in your day-to-day conversations. You can check who owns which deal, see which pipelines are active, or quickly create new properties to capture specific business metrics. It takes the friction out of data management by letting you speak to your CRM in plain English.

## Tools

### hs_list_all_pipelines
View all deal and ticket pipelines with their stages and internal IDs. Use this to see the full structure of your sales process.

### hs_list_owners
Get a list of all CRM users and their active statuses for record assignment. This makes it easy to assign records to the right team members.

### hs_list_properties
See all available fields for contacts, companies, deals, or tickets. This helps you understand the data model of your specific CRM object.

### hs_list_property_groups
Find the logical sections where your CRM fields are organized. Use this to see where custom fields should live in the UI.

### hs_create_property
Create custom fields on CRM objects to store specific business data. This helps you extend your data model with unique fields.

### hs_list_workflows
Check the status and action counts of your marketing and sales automations. This lets you audit which workflows are currently active.

## Prompt Examples

**Prompt:** 
```
Find all contacts who are currently leads at Acme Corp.
```

**Response:** 
```
👥 **Contacts at Acme Corp**

| Name | Email | Phone | Lifecycle |
|---|---|---|---|
| John Smith | john@acme.com | +1 555-0123 | Lead |
| Sarah Chen | sarah@acme.com | +1 555-0456 | Lead |
```

**Prompt:** 
```
Create a new deal for a $10,000 software subscription.
```

**Response:** 
```
✅ **Deal Created!**

- **Name**: Software Subscription
- **Amount**: $10,000
- **Pipeline**: Sales Pipeline
- **Stage**: Appointment Scheduled
```

**Prompt:** 
```
What are the stages in our sales pipeline?
```

**Response:** 
```
📊 **Sales Pipeline Stages**

1. Appointment Scheduled
2. Qualified to Buy
3. Presentation Scheduled
4. Decision Maker Bought-In
5. Contract Sent
6. Closed Won ✅
7. Closed Lost ❌
```

## Capabilities

### Create and search CRM records
Find contacts, companies, and deals or create new ones through your AI client.

### Manage deal pipelines
View and navigate different sales and support pipeline stages.

### Audit automation workflows
Check the status and action counts of your active marketing and sales automations.

### Define custom CRM properties
Add custom fields to your CRM objects to store specific business data.

### Assign owners to records
Identify active users and assign them to contacts, companies, or deals.

### Organize property groups
Find the logical sections where your CRM fields are organized in the UI.

## Use Cases

### Sales Lead Entry
A rep wants to log a new deal for a $10,000 subscription. They ask the agent to create the deal and assign it to the Enterprise pipeline using hs_create_property and hs_list_all_pipelines.

### Support Triage
A support agent needs to find a company by its domain to see their history. They ask the agent to find the company and then list all related tickets.

### RevOps Audit
A manager wants to know how many automations are currently running. They ask the agent to list all workflows to check their active status and action counts using hs_list_workflows.

### Data Mapping
A developer needs to know what fields are available on a contact record. They ask the agent to list all properties for contacts to see the data types and internal names.

## Benefits

- Stop tab-switching by accessing HubSpot data directly within your AI client.
- Speed up lead management by using hs_create_property to build custom fields on the fly.
- Get instant visibility into your sales process by listing all pipelines with hs_list_all_pipelines.
- Simplify team handoffs by identifying the right people using hs_list_owners for record assignments.
- Audit your automations quickly to see what's running with hs_list_workflows.
- Keep your data organized by checking property groups with hs_list_property_groups before making changes.

## How It Works

The bottom line is you get a conversational interface for your entire HubSpot CRM.

1. Connect your HubSpot account to the Vinkius platform.
2. Link your preferred AI client to the HubSpot Operations Hub.
3. Start asking your agent to find, create, or update CRM records.

## Frequently Asked Questions

**Can the HubSpot Operations Hub MCP create new records?**
Yes. You can ask your agent to create new contacts, companies, deals, or support tickets directly through your chat interface.

**How does the HubSpot Operations Hub MCP help with sales pipelines?**
It lets you view all your deal and ticket pipelines, including their specific stages and internal IDs, making it easier to manage your sales process.

**Can I use the HubSpot Operations Hub MCP to see who owns a deal?**
Yes. You can pull a list of all active owners and their team memberships to see exactly who is assigned to your records.

**Can the HubSpot Operations Hub MCP manage my custom CRM fields?**
It can. You can use it to find existing property groups and create new custom properties to store your specific business data.

**Does the HubSpot Operations Hub MCP show my active workflows?**
Yes. It lists all your automation workflows, showing their names, types, and whether they are currently active or inactive.

**How do I use the HubSpot Operations Hub MCP to find company info?**
You can simply ask your agent to find a company by its name or domain, and it will pull the relevant details from your CRM.

**What HubSpot data can I access?**
Contacts, Companies, Deals, Tickets, Notes, Owners, and Pipelines. All data respects your HubSpot permissions.

**Can I create and update records?**
Yes! Create contacts, deals, tickets, and notes. All through natural conversation.

**How does authentication work?**
Uses a HubSpot Private App token (Bearer). Create a Private App in Settings > Integrations > Private Apps, copy the token, and paste it.