Connecting to the Amplemarket MCP Server
Last updated: April 10, 2026
What is MCP?
The Model Context Protocol (MCP) lets you connect AI assistants like Claude, ChatGPT, and Cursor directly to your Amplemarket account. Once connected, you can search for prospects, enrich contacts and companies, manage lead lists, check on your contacts' activity, and more — all through natural conversation with your AI assistant.
See the full list of currently available tools below. We're actively expanding our MCP capabilities, with sequence enrollment and more coming soon. If you have feedback about a tool you think the MCP is missing, make sure to ping us via feedback.amplemarket.com.
Prerequisites
An active Amplemarket account
An MCP-compatible AI client (Claude, ChatGPT, Cursor, or any client that supports remote MCP servers)
MCP Server URL
https://mcp.amplemarket.com/mcpSetup Instructions
Claude
Go to claude.ai and:
Open Customize → Connectors
Add a new custom connector named “Amplemarket”
Set the URL to
https://mcp.amplemarket.com/mcpClick Add
Find Amplemarket in your list of Connectors and click Connect to authenticate
Adding custom MCP connectors in Claude requires a Pro, Max, Team, or Enterprise plan. We’re working on publishing Amplemarket to the Claude Connectors Directory, which will make it available on all plans.
For more details, see Claude’s guide on connecting MCP servers or check this Loom video:
ChatGPT
Go to chatgpt.com and:
Navigate to Settings → Apps → Advanced settings
Enable Developer mode
Click Create app
Enter “Amplemarket” as the Name of the app (and if you want you can get a nice Amplemarket logo to use as icon from our website)
Set the MCP Server URL to
https://mcp.amplemarket.com/mcpSet Authentication to “OAuth” and leave Client ID and Client Secret blank
Authenticate via your browser when prompted
Adding custom MCP connectors in ChatGPT requires a Plus, Pro, Team, or Enterprise plan. We’re working on publishing Amplemarket to the ChatGPT App Store, which will make it available on all plans.
For more details, see OpenAI’s guide on connecting MCP servers or check this Loom video:
Other Tools
Claude Code
Run the following command in your terminal:
claude mcp add amplemarket --transport http https://mcp.amplemarket.com/mcpFor more details, see Claude Code’s guide on connecting MCP servers.
Cursor
Add the following to your Cursor MCP settings (~/.cursor/mcp.json):
{
"mcpServers": {
"amplemarket": {
"url": "https://mcp.amplemarket.com/mcp"
}
}
}Then navigate to Cursor Settings → Tools & MCP and click Connect next to Amplemarket to authenticate.
Other Clients
Any MCP-compatible client can connect using the server URL above. Refer to your client’s documentation for how to add a remote MCP server.
Authentication
Amplemarket MCP uses OAuth 2.0 for authentication. When you connect for the first time, a browser window will open where you can sign in to your Amplemarket account and approve access. No API keys are needed.
Each user authenticates individually — the MCP server accesses data based on your personal Amplemarket account permissions.
Available Tools
Searcher
Tool | Description | Example Prompts |
| Search for people using the same filters available in Amplemarket Searcher — name, title, seniority, department, location, company, industry, company size, and more. Returns up to 100 results per page. | "Find VPs of Engineering at fintech companies in NYC" "Show me marketing directors at companies with 200-500 employees in Europe" |
| Search for companies by name, domain, industry, size, location, type, and more. Returns up to 100 results per page with company details including funding, tech stack, and headcount. | "Show me fintech companies in Europe with 200-500 employees" "Find B2B SaaS companies in San Francisco that have raised Series B+" |
Enrichment
Tool | Description | Example Prompts |
| Get detailed profile data for a person by email, LinkedIn URL, or name + company. Can optionally reveal email and phone numbers. Uses 0.5 credits per enrichment (same as enriching in-app). | "Tell me about jane@acme.com before my meeting" "Find the email for John Smith at Stripe" |
| Get company details — industry, size, funding, tech stack, location — by domain or LinkedIn URL. Uses 0.5 credits per enrichment (same as enriching in-app). | "What can you tell me about stripe.com?" "What's Acme Corp's tech stack?" |
Contacts
Tool | Description | Example Prompts |
| Retrieve one or more contacts from your Amplemarket account by email address. Returns profile details and recent activity history. Supports up to 20 emails per request. | "What were my previous touchpoints with sarah@acme.com?" |
Accounts
Tool | Description | Example Prompts |
| List accounts in Amplemarket filtered by name, domain, owner, or tags. Returns account details including website, LinkedIn URL, owner, and engagement timestamps. | "Show me accounts owned by sarah@mycompany.com" "List accounts tagged 'Enterprise' and 'High Priority'" |
| Get detailed information about a specific account including engagement statistics, CRM data, opportunities, custom fields, tags, and AI-generated insights. | "Tell me everything about the Acme Corp account" "What's the current status with Tulip Interfaces?" |
Lead Lists
Tool | Description | Example Prompts |
| List your existing lead lists. | "What lead lists do I have?" |
| View a specific lead list and its leads. | "Show me the leads in my Web Summit 2026 list" |
| Create a new lead list. | "Create a list called Q1 Outbound Targets" |
| Add leads to an existing list by email, LinkedIn URL, or name + company. | "Add these 20 people to my Web Summit list" |
Analytics
Tool | Description | Example Prompts |
| Ask natural language questions about your Amplemarket analytics — sequences, emails, LinkedIn, phone calls, meetings, and more. The AI analyzes your data and returns insights with supporting numbers. | "What are my best performing sequences this quarter?" "Which reps booked the most meetings in the last 30 days?" "What's our bounce rate by sequence? Are there any deliverability issues I should worry about?" "What are the top dismiss reasons for Duo leads this week?" "Compare reply rates across my active sequences for the last 60 days" |
Coming Soon
We're actively expanding the MCP server with more tools like:
Sequences — List your sequences and enroll leads directly from your AI assistant. "Add these people to my cold outreach sequence."
Credits
The enrich_person tool consumes 0.5 credits per enrichment — the same cost as enriching through the Amplemarket app. Results are cached for 24 hours, so repeated enrichments within that window won't cost additional credits. Revealing email addresses or phone numbers costs additional credits on top of the base enrichment.
Rate Limits
The MCP server is rate limited to 100 requests per minute per user. If you exceed this limit, requests will be temporarily throttled.
FAQ
Do I need an API key?
No. Amplemarket MCP uses OAuth authentication. You'll sign in through your browser when connecting for the first time.
What permissions does it need?
The MCP server requests read and write access to your Amplemarket account. Read access allows searching and enriching data. Write access enables actions like creating lead lists and enrolling leads in sequences.
Does it work with other MCP clients?
Yes. Any client that supports remote MCP servers can connect using the URL https://mcp.amplemarket.com/mcp.
I'm having authentication issues
Try disconnecting and reconnecting the server in your client. For Claude Code, you can clear cached credentials by deleting the ~/.mcp-auth directory.
Are my queries visible to other users?
No. Each user authenticates individually, and all queries are scoped to your own account and permissions.