Apollo.io MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Apollo.io MCP ServerFind CTOs at Series B fintech companies in NYC"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Apollo.io MCP Server
A Model Context Protocol (MCP) server for the Apollo.io API -- giving AI coding assistants like Claude Code, Cursor, and any MCP-compatible client direct access to Apollo.io's sales intelligence platform.
Search leads, enrich contacts with verified emails and phone numbers, manage CRM records, run email sequences, track outreach, manage deals, tasks, notes, labels, and more -- all through natural language via 45 ready-to-use tools.
Why Use This?
AI-native prospecting -- Ask your AI assistant to "find CTOs at Series B fintech companies in NYC" and get results instantly
Automated enrichment -- Enrich leads with verified emails and phone numbers without leaving your editor
CRM operations -- Create, update, search, and delete contacts, accounts, deals, tasks, and notes through conversation
Sequence management -- Add contacts to email sequences and monitor outreach performance
Full pipeline visibility -- Access contact stages, account stages, opportunity stages, labels, and team members
Credit-aware -- Every tool description includes credit cost so your AI avoids unexpected charges
Quick Start
1. Clone & Build
git clone https://github.com/Chainscore/apollo-io-mcp.git
cd apollo-io-mcp
npm install
npm run build2. Get Your Apollo API Key
Get your API key from Apollo.io Settings > Integrations > API.
3. Add to Your MCP Client
Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"apollo-io": {
"command": "node",
"args": ["/path/to/apollo-io-mcp/dist/index.js"],
"env": {
"APOLLO_API_KEY": "your_key_here"
}
}
}
}Cursor (.cursor/mcp.json):
{
"mcpServers": {
"apollo-io": {
"command": "node",
"args": ["/path/to/apollo-io-mcp/dist/index.js"],
"env": {
"APOLLO_API_KEY": "your_key_here"
}
}
}
}Tools (45)
People Search & Enrichment
Tool | Description | Cost |
| Search Apollo's 270M+ contact database by title, company, location, seniority, tech stack, funding stage | FREE |
| Get verified email, phone number, and full profile for a person | 1 credit |
| Enrich up to 10 people in a single request | 1 credit/person |
Company / Organization Data
Tool | Description | Cost |
| Search companies by name, industry, employee count, revenue | 1 credit/page |
| Get detailed company info (tech stack, funding, size) by domain | 1 credit |
| Get organization details by Apollo ID | FREE |
| Get current job postings for a company | 1 credit |
CRM -- Contacts
Tool | Description | Cost |
| Create a contact with automatic deduplication | FREE |
| Update an existing contact | FREE |
| Retrieve a contact by ID | FREE |
| Search your saved contacts | FREE |
| Permanently delete a contact | FREE |
| Create up to 100 contacts at once | FREE |
| Update up to 100 contacts at once | FREE |
CRM -- Accounts
Tool | Description | Cost |
| Create a company record in your CRM | FREE |
| Update an existing account | FREE |
| Search your saved accounts | FREE |
CRM -- Opportunities/Deals
Tool | Description | Cost |
| Search deals in your pipeline by keyword, stage, or owner | FREE |
| Get a single deal by ID | FREE |
| Create a new deal with name, amount, stage, contacts | FREE |
| Update deal details, stage, or amount | FREE |
CRM -- Tasks
Tool | Description | Cost |
| Search tasks by keyword, assignee, or completion status | FREE |
| Get a single task by ID | FREE |
| Create a call, email, linkedin, or other task | FREE |
| Update task details or mark as completed | FREE |
CRM -- Notes
Tool | Description | Cost |
| Search notes by keyword or contact | FREE |
| Create a note, optionally attached to a contact | FREE |
| Delete a note | FREE |
Email Sequences & Outreach
Tool | Description | Cost |
| Search email sequences/campaigns | FREE |
| Add contacts to an email sequence | FREE |
| Remove or pause contacts in a sequence | FREE |
| Search sent outreach emails with open/click tracking | FREE |
| Get opens, clicks, and replies for an email | FREE |
| List connected sending email accounts | FREE |
Labels & Tags
Tool | Description | Cost |
| List all labels/tags in your workspace | FREE |
| Create a new label for contacts or accounts | FREE |
| Rename an existing label | FREE |
| Delete a label | FREE |
Pipeline Stages
Tool | Description | Cost |
| List contact pipeline stages (Cold, Approaching, etc.) | FREE |
| List account pipeline stages | FREE |
| List deal pipeline stages (Lead, Qualified, Won, etc.) | FREE |
Team & Users
Tool | Description | Cost |
| Search team members by name or email | FREE |
Activity Tracking
Tool | Description | Cost |
| Search activity logs (emails, calls, clicks, replies) | FREE |
| Search phone call records and outcomes | FREE |
Custom Fields & Metadata
Tool | Description | Cost |
| List all available fields for contacts/accounts | FREE |
| Create a custom field (text, number, dropdown, etc.) | FREE |
| List custom fields via legacy endpoint | FREE |
News, Usage & Health
Tool | Description | Cost |
| Search recent news about target companies | Credits |
| Check API credit usage and remaining balance | FREE |
| Verify API key and check Apollo API health | FREE |
Usage Tips
Verify your setup -- Start with
health_checkorget_api_usage_stats(both FREE) to confirm your API key worksSave credits -- Use
search_people(FREE) for prospecting before enriching withenrich_person(1 credit)Prefer people search --
search_peopleis free whilesearch_organizationscosts 1 credit/pageAuto-cleaned domains -- Pass
https://www.google.com,www.google.com, or@google.com-- all resolve togoogle.comBuilt-in deduplication -- Contact creation enforces dedup so you never accidentally create duplicates
Pipeline workflow -- Use
list_contact_stages/list_opportunity_stagesto get stage IDs, then filter contacts and deals by stageTask management -- Create tasks with
create_task, assign to team members found viasearch_usersLabel organization -- Create labels with
create_label, then apply them when creating/updating contacts
Requirements
Node.js 18+
Apollo.io API key (get one here)
An MCP-compatible client (Claude Code, Cursor, etc.)
License
MIT
Contact
Need help integrating MCP servers into your workflow? Reach out at prasad@inferensys.com. We help companies build agentic workflows seemlessly that saves time and operational cost.
Built by Inferensys. Contact Us: https://inferensys.com/contact
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Inferensys/apollo-io-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server