CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Apollo.io MCP Server

inferensys/apollo-io-mcp
1registry active
Summary

Connects Claude to Apollo.io's sales intelligence platform with 45 tools covering prospecting, enrichment, and CRM operations. Search 270M+ contacts by title, company, tech stack, or funding stage for free, then enrich with verified emails and phone numbers for 1 credit each. Manage contacts, accounts, deals, tasks, and notes through your CRM. Add people to email sequences, track opens and clicks, and search activity logs. List pipeline stages, create custom fields, and check API usage. Credit costs are surfaced in every tool description so you won't burn through your balance unexpectedly. Useful when you need to prospect and run outreach workflows without leaving your editor.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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 prasad@inferensys.com. We help companies build agentic workflows seemlessly that saves time and operational cost.

Stallion cover

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Sales & MarketingFinance & Commerce
Registryactive
UpdatedMay 15, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1