# Zendesk Sell MCP for AI Agents AI Agent Connect

> Zendesk Sell MCP lets you manage your entire sales pipeline, leads, and contacts using natural language. It connects your CRM data directly to your AI agent so you can update deal statuses, create new records, and pull up contact profiles without leaving your chat window. Stop jumping between tabs and keep your sales data accurate in real time.

## Overview
- **Category:** sales-automation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/undefined/ai-agent-connect
- **Tags:** pipeline-management, sales-crm, lead-tracking, deal-management, contact-management, sales-productivity

## Description

Zendesk Sell MCP connects your sales data to your AI agent so you can manage your pipeline without leaving your chat interface. This means you can stop jumping between your CRM tabs and your actual work. You can pull up contact profiles, create new leads, and move deals through different stages of your sales cycle using just plain English. It handles the tedious parts of CRM maintenance, like updating statuses or deleting old records, so your data stays clean. When you use this through the Vinkius catalog, your agent becomes a functional member of your sales team. You can tell it to create a new organization, check the details of a specific lead, or list all your active opportunities. It turns your CRM into a background tool that stays updated in real time. Instead of manual data entry, you get a way to keep your records accurate while you focus on closing deals.

## Tools

### list_sales_contacts
This tool lists all your qualified sales contacts. It helps you see your entire prospect list in one place without opening a new tab.

### delete_sales_deal
This tool removes a specific deal from your account. It helps you keep your pipeline clean of dead leads.

### get_sales_contact_details
This tool pulls up the full profile for a specific contact. It helps you stay informed during a conversation.

### get_deal_details
This tool shows the current status and info for a specific deal. It gives you the facts on an opportunity at a glance.

### get_lead_details
This tool shows the specific information for a single lead. It helps you quickly review prospect data.

### list_sales_leads
This tool lists all current leads you're tracking. It lets you see your full prospect pool in one view.

### create_sales_contact
This tool adds a new person or organization to your CRM. It helps you capture new connections as they happen.

### create_sales_deal
This tool starts a new sales opportunity for a specific contact. It helps you track new business immediately.

### create_new_lead
This tool adds a new potential customer to your tracking system. It makes capturing interest fast and easy.

### list_sales_deals
This tool shows every active deal in your sales pipeline. It gives you a quick overview of your current opportunities.

### update_existing_deal
This tool changes the details or status of a deal you already have. It keeps your pipeline accurate in real time.

## Prompt Examples

**Prompt:** 
```
Show me all the deals we have in the pipeline right now.
```

**Response:** 
```
I've pulled your current sales opportunities. Here is what's moving:

| Deal Name | Status | Contact |
| :--- | :--- | :--- |
| Enterprise License | Won | Acme Corp |
| Q4 Expansion | Incoming | Global Tech |
| Pilot Program | Negotiation | Stark Ind |

Would you like more details on any of these?
```

**Prompt:** 
```
Create a new lead for a guy named Bob Smith from Acme Corp.
```

**Response:** 
```
I've added that for you. 

**New Lead Created:**
* **Name:** Bob Smith
* **Organization:** Acme Corp
* **Status:** New Lead

I've updated your CRM records. Anything else you need?
```

**Prompt:** 
```
Move the Enterprise License deal to won.
```

**Response:** 
```
Done! I've updated the status of the **Enterprise License** deal to **Won** in your Zendesk Sell pipeline. Great work on closing that one!
```

## Capabilities

### Create new sales leads
This tool adds a new prospect to your CRM.

### Update deal statuses
This tool changes the current stage of a sales opportunity.

### Pull contact metadata
This tool retrieves the full profile of a person or organization.

### Delete old CRM records
This tool removes outdated leads or deals from your account.

### List all active deals
This tool shows every active deal in your sales pipeline.

### Create new organizations
This tool adds a new company profile to your database.

## Use Cases

### Moving a deal to won
A rep just got off a call and wants to move a deal to won. They ask the agent to use update_existing_deal to change the status instantly.

### Checking pipeline health
A manager wants a summary of the week. They ask the agent to use list_sales_deals to see what is moving through the funnel.

### Cleaning up dead leads
An admin is cleaning up old records. They tell the agent to use delete_sales_deal on all inactive opportunities to tidy the CRM.

### Adding a new prospect
A new lead comes in from a website. The rep tells the agent to use create_new_lead to save the information without leaving the chat.

## Benefits

- Stop switching tabs by using list_sales_leads to see your prospects while you're still in your chat app.
- Keep your data accurate by using create_new_lead to add prospects the second you hear about them.
- Update your pipeline instantly with update_existing_deal to reflect real-time progress during a call.
- Get better context on clients by pulling metadata with get_sales_contact_details during a conversation.
- Keep your CRM clean by using delete_sales_deal to remove dead opportunities without manual clicking.
- Speed up your workflow by creating new opportunities with create_sales_deal via simple text commands.

## How It Works

The bottom line is you get a way to manage your entire sales pipeline using only natural language.

1. Subscribe to the Zendesk Sell MCP on Vinkius.
2. Paste your Personal Access Token into the configuration.
3. Ask your agent to find a lead or update a deal status.

## Frequently Asked Questions

**Can the Zendesk Sell MCP create new leads for me?**
Yes, it lets your AI agent create new leads directly in your CRM. You just tell your agent who the prospect is, and it handles the record creation for you.

**How do I use Zendesk Sell MCP to update my sales pipeline?**
You can update your pipeline using natural language. Just tell your agent to change a deal status or update specific details, and it will sync with your CRM immediately.

**Can I see my contacts with Zendesk Sell MCP?**
Yes, it can pull up full profiles for people and organizations. This helps you get all the context you need about a contact during a conversation.

**Does Zendesk Sell MCP work with Claude?**
Yes, it works with Claude and any other MCP-compatible client. You just connect it through Vinkius and start using your CRM via chat.

**Can I delete old deals with Zendesk Sell MCP?**
Yes, it allows you to remove inactive or dead deals from your account. This helps keep your pipeline organized and focused on active opportunities.

**Is Zendesk Sell MCP good for sales managers?**
It's great for managers who need a high-level view of the pipeline. You can ask your agent to list deals or check statuses without having to click through multiple dashboard pages.

**What is the difference between a Lead and a Contact in Zendesk Sell?**
Leads represent potential interest but are not yet qualified. Contacts are qualified individuals or organizations that can be associated with sales deals.

**Can I associate a deal with a contact via the agent?**
Yes, when using the `create_sales_deal` tool, you must provide a `contact_id` to link the new opportunity to an existing person or company.

**How do I update the status of an existing deal?**
Use the `update_existing_deal` tool with the unique deal ID and a JSON object containing the new status (e.g., 'Won', 'Lost', or a specific pipeline stage).