# Tactile CRM MCP for AI Agents AI Agent Connect

> Tactile CRM MCP connects your AI client to your Tactile CRM database. It lets your agent query company records, pull contact details, and analyze sales pipelines directly in your terminal. Stop jumping between tabs to find client info. This Connector gives your AI the context it needs to handle lead tracking and opportunity management natively.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_GWOH9uaN0mKw81R6onJyuuSyhWW8ooZd4mGbKkEc/ai-agent-connect
- **Tags:** pipeline-management, contact-tracking, sales-intelligence, b2b-crm, data-parsing, operational-tracking

## Description

Tactile CRM MCP lets your AI client act as a dedicated sales assistant by pulling live data from your CRM records. Instead of manually digging through dashboards to find a lead's history or a company's current status, you can just ask your agent to do the heavy lifting. It handles the retrieval of business metadata, tracks your sales progression, and summarizes internal notes without you ever having to leave your workflow. You'll find that having your AI understand your specific pipeline and contact list makes it much better at prepping for meetings or auditing sales activity. Since it's hosted on the Vinkius catalog, getting this connected is straightforward, giving you a direct line into your CRM data that actually feels like a natural extension of your conversation. You can use it to quickly verify the status of a high-value deal or pull up the last three interactions with a prospect before a call. It removes the friction of switching between your communication tools and your database, ensuring your agent always has the most current context. This means you spend less time on data entry and more time on actual selling. Whether you are checking on a new lead or reviewing a long-term corporate account, the information you need is always just one prompt away.

## Tools

### get_company_details
Retrieve specific metadata for a single company. This provides the deep context needed for account planning.

### list_contacts
Browse all individual people and leads in your CRM. This helps you quickly find the right person to reach out to.

### get_contact_details
Pull specific info for an individual contact. This retrieves the direct lead data you need for outreach.

### list_opportunities
See every deal currently in your sales pipeline. This helps you keep a pulse on your active deals.

### get_opportunity_details
Get the specific value and status of a single sales deal. Use this to drill into individual contract values.

### list_activities
View recent tasks, calls, and emails tied to your records. This keeps your recent engagement history visible.

### list_pipelines
See the different sales funnels available in your CRM. This provides a high level view of your sales structure.

### list_notes
Pull general CRM notes for context on specific accounts. This helps your agent understand the history of a lead.

### list_companies
Get a full list of organizations stored in your Tactile CRM. This is the starting point for any corporate lookup.

## Prompt Examples

**Prompt:** 
```
Who is the main contact for Acme Corp and what's our last update?
```

**Response:** 
```
I've pulled the records for **Acme Corp**. 

**Primary Contact**:
- **Name**: Sarah Jenkins
- **Role**: Director of Operations
- **Email**: s.jenkins@acme-corp.com

**Latest Update**:
- **Date**: October 14, 2023
- **Activity**: Follow-up call regarding the Q4 contract renewal.
- **Note**: "Sarah is interested in the enterprise tier but needs a breakdown of the migration costs."
```

**Prompt:** 
```
List all the deals in our Enterprise pipeline and tell me which ones are over $10k.
```

**Response:** 
```
Here are the active deals in your **Enterprise Pipeline** exceeding $10,000:

| Deal Name | Value | Status |
| :--- | :--- | :--- |
| GlobalTech Expansion | $45,000 | Negotiation |
| NorthStar Logistics | $12,500 | Proposal Sent |
| Summit Retail | $88,000 | Contract Review |

I can pull more details on any of these if you'd like.
```

**Prompt:** 
```
Find the latest notes for the company 'Globex' and summarize them.
```

**Response:** 
```
I found 3 recent notes for **Globex**:

- **Oct 10**: "Client requested a demo of the new API features."
- **Sept 28**: "Budget approval confirmed for Phase 2."
- **Sept 15**: "Initial discovery call completed; identifying key stakeholders."

**Summary**: The client has confirmed the budget for Phase 2 and is currently moving into the demo phase for new API features.
```

## Capabilities

### View all sales deals
Use list_opportunities to see every deal currently in your sales pipeline.

### Review recent interactions
Use list_activities to view recent tasks, calls, and emails tied to your records.

### Access internal notes
Use list_notes to pull general CRM notes for context on specific accounts.

### Browse all organizations
Use list_companies to get a full list of organizations stored in your Tactile CRM.

### Find individual leads
Use list_contacts to browse all individual people and leads in your CRM.

## Use Cases

### Prepping for a client call
An Account Executive needs to know why a deal stalled. The agent reviews the last interaction and notes to provide a summary.

### Auditing pipeline value
Sales Ops wants to see the total value of the Enterprise pipeline. The agent scans the active deals to provide a sum.

### Finding a primary contact
A CSM needs to find the main contact for a new account. The agent searches the organization records and pulls the primary person.

### Filtering for specific issues
Checking for login issues in the pipeline. The agent filters the active deals for specific keywords.

## Benefits

- Get a high level view of your sales structure using list_pipelines.
- Retrieve specific metadata for any organization instantly with get_company_details.
- Pull direct lead information without opening a new tab using get_contact_details.
- Get a bird's eye view of all your active deals and their current status.
- Access internal notes to get a sense of the history behind every account.
- Stop manually hunting for contact info and start focusing on actual selling.

## How It Works

The bottom line is it turns your CRM data into a searchable knowledge base for your AI.

1. Connect your Tactile CRM environment to your prompt terminal.
2. Enter your TACTILE_SUBDOMAIN and TACTILE_API_KEY from your account settings.
3. Ask your agent to search for companies, check contacts, or summarize pipeline notes.

## Frequently Asked Questions

**Can the Tactile CRM MCP find my leads for me?**
Yes, it can browse your entire contact list to find specific people or leads based on your request.

**Does Tactile CRM MCP work with my existing data?**
It connects directly to your live Tactile CRM environment, so it always uses your most up-to-date records.

**Can I use Tactile CRM MCP to summarize my sales notes?**
Yes, your agent can pull all notes associated with a company or contact and provide a concise summary of the history.

**Is Tactile CRM MCP good for pipeline tracking?**
It's great for this. Your agent can list all opportunities and tell you exactly where each deal stands in the funnel.

**How do I get my API key for Tactile CRM MCP?**
You can find your API key and subdomain in your Tactile CRM account settings under the Integrations tab.

**Does Tactile CRM MCP support multiple pipelines?**
Yes, it can identify and list all the different sales pipelines available in your CRM.

**Is the integration read-only?**
Yes. All tools (list_companies, list_contacts, list_opportunities, etc.) are read-only queries. They cannot modify, create, or delete any CRM records.

**What is the TACTILE_SUBDOMAIN?**
It's the unique prefix of your Tactile CRM URL (e.g., if your URL is `acme.tactilecrm.com`, the subdomain is `acme`). You can find it in the address bar when logged in.

**What data can the agent access?**
Companies, contacts, opportunities with pipeline stages, notes, and activities. The scope is determined by the permissions of the API key you provide.