Apollo.io MCP

MCP server for Apollo.io, search leads, enrich contacts, manage sequences & CRM from Claude Code, Cursor, or any MCP client. 45+ tool calls covering the full Apollo.io API.

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 build

2. 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

ToolDescriptionCost
search_peopleSearch Apollo's 270M+ contact database by title, company, location, seniority, tech stack, funding stageFREE
enrich_personGet verified email, phone number, and full profile for a person1 credit
bulk_enrich_peopleEnrich up to 10 people in a single request1 credit/person

Company / Organization Data

ToolDescriptionCost
search_organizationsSearch companies by name, industry, employee count, revenue1 credit/page
enrich_organizationGet detailed company info (tech stack, funding, size) by domain1 credit
get_organizationGet organization details by Apollo IDFREE
get_organization_job_postingsGet current job postings for a company1 credit

CRM -- Contacts

ToolDescriptionCost
create_contactCreate a contact with automatic deduplicationFREE
update_contactUpdate an existing contactFREE
get_contactRetrieve a contact by IDFREE
search_contactsSearch your saved contactsFREE
delete_contactPermanently delete a contactFREE
bulk_create_contactsCreate up to 100 contacts at onceFREE
bulk_update_contactsUpdate up to 100 contacts at onceFREE

CRM -- Accounts

ToolDescriptionCost
create_accountCreate a company record in your CRMFREE
update_accountUpdate an existing accountFREE
search_accountsSearch your saved accountsFREE

CRM -- Opportunities/Deals

ToolDescriptionCost
search_opportunitiesSearch deals in your pipeline by keyword, stage, or ownerFREE
get_opportunityGet a single deal by IDFREE
create_opportunityCreate a new deal with name, amount, stage, contactsFREE
update_opportunityUpdate deal details, stage, or amountFREE

CRM -- Tasks

ToolDescriptionCost
search_tasksSearch tasks by keyword, assignee, or completion statusFREE
get_taskGet a single task by IDFREE
create_taskCreate a call, email, linkedin, or other taskFREE
update_taskUpdate task details or mark as completedFREE

CRM -- Notes

ToolDescriptionCost
search_notesSearch notes by keyword or contactFREE
create_noteCreate a note, optionally attached to a contactFREE
delete_noteDelete a noteFREE

Email Sequences & Outreach

ToolDescriptionCost
search_sequencesSearch email sequences/campaignsFREE
add_contacts_to_sequenceAdd contacts to an email sequenceFREE
update_sequence_statusRemove or pause contacts in a sequenceFREE
search_outreach_emailsSearch sent outreach emails with open/click trackingFREE
get_email_activitiesGet opens, clicks, and replies for an emailFREE
list_email_accountsList connected sending email accountsFREE

Labels & Tags

ToolDescriptionCost
list_labelsList all labels/tags in your workspaceFREE
create_labelCreate a new label for contacts or accountsFREE
update_labelRename an existing labelFREE
delete_labelDelete a labelFREE

Pipeline Stages

ToolDescriptionCost
list_contact_stagesList contact pipeline stages (Cold, Approaching, etc.)FREE
list_account_stagesList account pipeline stagesFREE
list_opportunity_stagesList deal pipeline stages (Lead, Qualified, Won, etc.)FREE

Team & Users

ToolDescriptionCost
search_usersSearch team members by name or emailFREE

Activity Tracking

ToolDescriptionCost
search_activitiesSearch activity logs (emails, calls, clicks, replies)FREE
search_phone_callsSearch phone call records and outcomesFREE

Custom Fields & Metadata

ToolDescriptionCost
list_fieldsList all available fields for contacts/accountsFREE
create_custom_fieldCreate a custom field (text, number, dropdown, etc.)FREE
list_custom_fields_deprecatedList custom fields via legacy endpointFREE

News, Usage & Health

ToolDescriptionCost
search_news_articlesSearch recent news about target companiesCredits
get_api_usage_statsCheck API credit usage and remaining balanceFREE
health_checkVerify API key and check Apollo API healthFREE

Usage Tips

  • Verify your setup -- Start with health_check or get_api_usage_stats (both FREE) to confirm your API key works
  • Save credits -- Use search_people (FREE) for prospecting before enriching with enrich_person (1 credit)
  • Prefer people search -- search_people is free while search_organizations costs 1 credit/page
  • Auto-cleaned domains -- Pass https://www.google.com, www.google.com, or @google.com -- all resolve to google.com
  • Built-in deduplication -- Contact creation enforces dedup so you never accidentally create duplicates
  • Pipeline workflow -- Use list_contact_stages / list_opportunity_stages to get stage IDs, then filter contacts and deals by stage
  • Task management -- Create tasks with create_task, assign to team members found via search_users
  • Label 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 [email protected]. We help companies build agentic workflows seemlessly that saves time and operational cost.

Stallion cover

Built by Inferensys. Contact Us: https://inferensys.com/contact

Related Servers

NotebookLM Web Importer

Import web pages and YouTube videos to NotebookLM with one click. Trusted by 200,000+ users.

Install Chrome Extension