# Nimble CRM MCP for AI Agents AI Agent Connect

> Nimble CRM MCP lets you manage your social sales contacts and user profile directly through your AI agent. You can find leads, pull contact details, and clean up your CRM database using natural language instead of clicking through multiple tabs.

## Overview
- **Category:** sales-automation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_DDYUbP4JbNqT58CnblzDFtmxETv1VuiVzSJQQETv/ai-agent-connect
- **Tags:** crm, contact-management, social-sales, sales-intelligence, relationship-management

## Description

Imagine you're in the middle of a sales call and need to know a lead's social profile or check if they're already in your system. Instead of tab-switching to your CRM, you just ask your agent. This Connector puts your Nimble CRM data right into your conversation. You can pull up specific contact records, filter through lists of leads based on tags, or even handle some housekeeping like deleting old entries. It turns your CRM from a static database into a searchable, actionable knowledge base. When you add this to the Vinkius catalog, you're basically giving your AI agent a direct line to your sales pipeline. You get to stay in your flow while the agent does the heavy lifting of data retrieval and organization.

## Tools

### get_contact
Fetch the full metadata and social profiles for a specific contact ID.

### get_myself
Pull your current Nimble user details to verify your account status.

### list_contacts
Search and list your entire contact database using keywords or filters.

### delete_contacts
Remove specific contacts from your CRM based on your search criteria.

## Prompt Examples

**Prompt:** 
```
Who is my current user in Nimble?
```

**Response:** 
```
You are logged in as **Alex Rivera** (ID: 54321) with the email `alex@company.com`. Your account is currently active.
```

**Prompt:** 
```
Find me leads tagged 'Software' that have 'Tech' in their name.
```

**Response:** 
```
I found 3 contacts matching your criteria:

* **Jordan Smith** from TechSoft
* **Casey Lee** from SoftSystems

Would you like the details for any of them?
```

**Prompt:** 
```
Give me the full info for contact 5f4e3d2c1b.
```

**Response:** 
```
Inspecting contact **5f4e3d2c1b**...

This is **Morgan Blake**, Senior VP at GlobalCorp. I've found their:
* **LinkedIn profile**
* **Twitter handle**
* **Primary work phone number**
```

## Capabilities

### Fetch account details
Get your current Nimble user information to verify your account status.

### Search for leads
Find specific contacts using keywords, tags, or other filters.

### Filter contact lists
Organize your view of contacts by specific categories or labels.

### Pull social profiles
Retrieve social media links and detailed metadata for specific contacts.

### Remove old records
Clean up your database by deleting contacts that match your search criteria.

### Identify contact IDs
Locate unique identifiers for specific records in your CRM.

## Use Cases

### Quick social profile lookups
A sales rep needs to find a lead's LinkedIn profile quickly during a discovery call. They ask the agent to find the contact by name and pull the social links.

### Filtering leads for campaigns
A marketing manager wants to see all contacts tagged as 'Hot Lead'. They ask the agent to list those contacts to prepare for an email blast.

### Bulk database cleanup
An ops lead notices a lot of junk data in the CRM. They ask the agent to find and delete all contacts that haven't been updated in three years.

### Checking for existing records
A user wants to see if a specific company is already in the system. They ask the agent to search for the company name.

## Benefits

- Stop tab-switching by searching for leads while staying in your current workspace.
- Get instant social media links and phone numbers without manual searching.
- Keep your data clean by purging old leads based on specific keywords.
- Verify your account status quickly to ensure your API connection is active.
- Organize outreach faster by filtering by custom tags and marketing segments.

## How It Works

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

1. Connect your Nimble account to Vinkius
2. Paste your Nimble API Access Token into the configuration
3. Ask your AI client to find, list, or manage your contacts

## Frequently Asked Questions

**Can the Nimble CRM MCP help me find lead social profiles?**
Yes. You can ask your agent to pull social media links and other metadata for any contact in your CRM, making it much faster to find personal details during a call.

**How do I use Nimble CRM to clean up my contact list?**
You can ask your agent to find and delete contacts based on specific keywords or criteria, which helps you purge old or irrelevant data from your CRM.

**Can I search for contacts by tags using Nimble CRM?**
Yes, the Connector allows your agent to filter and list contacts based on the tags you've already set up in your Nimble account.

**Does Nimble CRM MCP show me my user profile?**
Yes, it can quickly retrieve your current authenticated user details, such as your name and email, to confirm your account status.

**Can I delete old contacts in Nimble CRM via the AI?**
You can ask your agent to remove specific contacts from your CRM. This is great for keeping your database organized and up to date.

**Is Nimble CRM MCP good for sales teams?**
It's ideal for sales teams who want to interact with their CRM data using natural language instead of clicking through complex dashboards and menus.

**Can I search for contacts using specific tags or keywords?**
Yes! Use the `list_contacts` tool with the `keyword` or `tags` parameters. You can also sort the results by fields like last name to find exactly who you need.

**How do I get the full social profile and details of a specific contact?**
Simply use the `get_contact` tool and provide the contact ID. It will return all available data, including social media links and metadata for that specific record.

**Is it possible to delete multiple contacts at once based on a query?**
Yes, the `delete_contacts` tool allows you to perform bulk deletions by providing a JSON-encoded search query and specifying the record type (person, company, or all).