Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🎯 Marketing
  3. FastMCP server for Apollo
F
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:22:18 AM

FastMCP server for Apollo

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

FastMCP server for Apollo.io β€” 22 tools: sequences, campaign health, mailbox warmup, enrichment,…

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "fastmcp-server-for-apollo": {
      "command": "npx",
      "args": [
        "-y",
        "fastmcp-server-for-apollo"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🎯 More in Marketing

Documentation Overview

Apollo.io MCP Server

License GitHub stars Last commit Open issues PyPI version PyPI downloads Built by Mycelium AI

FastMCP server exposing the full operational surface of the Apollo.io REST API to Claude Code. 27 tools covering sequences, campaign health, mailbox warmup, people/org enrichment, CRM contacts, tasks, labels, credit tracking, AND programmatic template/sequence/mailbox-cap editing with audit logging.

Most existing Apollo MCPs only expose people search and enrichment. This one is built for teams running outbound at scale β€” daily health digests, sequence management, mailbox deliverability monitoring, programmatic contact enrollment, and end-to-end sequence authoring without touching the Apollo UI.

Quick reference

Code
apollo_campaign_health                β€” daily digest (start here)
apollo_messages_search days_back=1    β€” raw send/open/reply/bounce log
apollo_mailbox_warmup                 β€” per-mailbox deliverability state
apollo_sequences_list                 β€” all sequences + labels + stats
apollo_sequence_add_contacts ...      β€” enroll contacts into a sequence
apollo_template_update ...            β€” update template body + subject (with audit log)
apollo_sequence_create ...            β€” author a new sequence end-to-end
apollo_step_create ...                β€” add a step + template to a sequence
apollo_mailbox_update_cap ...         β€” change daily send cap
apollo_credits_remaining              β€” monthly credit budget check
apollo_health                         β€” self-check (also probes master key)

Tool inventory (27)

Campaign health

  • apollo_campaign_health(days_back=1) β€” digest across all sequences + mailboxes
  • apollo_mailbox_warmup() β€” per-mailbox warmup status and daily limits
  • apollo_sequence_get(sequence_id) β€” one-sequence deep-dive

Sequences

  • apollo_sequences_list() β€” list all sequences with stats
  • apollo_sequence_add_contacts(sequence_id, contact_ids, send_email_from_email_account_id?)
  • apollo_sequence_remove_contacts(sequence_id, contact_ids)
  • apollo_sequence_set_active(sequence_id, active) β€” activate or pause

Messages / analytics

  • apollo_messages_search(days_back, sequence_ids?, stats?, per_page, max_pages)

People / orgs

  • apollo_people_search(...) β€” free (no credit burn)
  • apollo_person_enrich(...) β€” 1 credit per revealed email
  • apollo_bulk_person_enrich(people, reveal_personal_emails?) β€” up to 10/call
  • apollo_org_search(...)
  • apollo_org_enrich(domain)
  • apollo_org_job_postings(organization_id)

CRM

  • apollo_contacts_search(...)
  • apollo_contact_create(...)
  • apollo_contact_update(contact_id, fields)
  • apollo_contact_stages()

Tasks / labels / credits

  • apollo_task_create(...)
  • apollo_labels_list()
  • apollo_label_create(name)
  • apollo_credits_remaining()

Template + sequence authoring (destructive writes)

  • apollo_template_get(template_id) β€” fetch current template state
  • apollo_template_update(template_id, subject?, body_text?, body_html?, audit_label?) β€” update template subject + body. Snapshots current state to APOLLO_AUDIT_LOG_PATH (if set) BEFORE the write so any breakage is reversible from the diff
  • apollo_sequence_create(name, label?, permissions?, active?) β€” create a new sequence (paused by default)
  • apollo_step_create(sequence_id, position, wait_days, subject, body_text, body_html?, step_type?, include_signature?) β€” create a step + touch + template in one call
  • apollo_mailbox_update_cap(mailbox_id, daily_send_limit, audit_label?) β€” change daily send cap on a mailbox. Audits before/after.

Diagnostics

  • apollo_health() β€” probes API key validity + master-key hint

Configuration

Copy config.example.yaml to config.yaml and fill in your values:

bash
cp config.example.yaml config.yaml

config.yaml is gitignored. Key fields:

FieldDefaultDescription
daily_send_target50Used in health digest vs-target display
monthly_credit_pool4000Alerts when credit_alert_pct consumed
sequence_labels{}Map sequence IDs to human-readable names
mailbox_labels{}Map email addresses to display names

Env vars:

VarRequiredDescription
APOLLO_API_KEYYesMust be a MASTER key
APOLLO_MCP_CONFIGNoOverride config.yaml path
APOLLO_MCP_TIMEOUTNoHTTP timeout in seconds (default 30)
APOLLO_AUDIT_LOG_PATHNoPath to a markdown file where destructive writes (template_update, sequence_create, step_create, mailbox_update_cap) append before/after diffs. Required for reversibility on the destructive-write tools.

Install

Open Claude Code, paste:

Code
/plugin marketplace add adelaidasofia/apollo-mcp
/plugin install apollo-mcp@apollo-mcp

Then set APOLLO_API_KEY (must be a master key) in your environment and restart Claude Code.

Legacy install
server.ts
pip3 install -r requirements.txt
python3 -c "import server; print('OK')"

Add to your .mcp.json:

config.json
{
  "mcpServers": {
    "apollo": {
      "command": "python3",
      "args": ["/path/to/apollo-mcp/server.py"],
      "env": {
        "APOLLO_API_KEY": "your-master-key-here"
      }
    }
  }
}

Restart Claude Code after editing .mcp.json.

Known gotchas

  1. MASTER key required for /emailer_campaigns, /emailer_messages/search, /email_accounts, /usage_stats/*. Standard keys return 403. apollo_health probes for this automatically.

  2. Rate limit ~60 req/min. Built-in jittered exponential backoff handles 429s transparently.

  3. Pagination hard-capped at 50 pages Γ— 100/page = 5,000 records per call. Slice by date for deeper queries.

  4. Credit burn β€” apollo_person_enrich(reveal_personal_emails=True) and the bulk variant each burn 1 credit.

  5. 5-minute in-memory cache for sequences_list, email_accounts, labels, contact_stages. Force-refresh by restarting Claude Code.

  6. Cloudflare 1010 on default Python UAs. apollo.io returns HTTP 403 with body error code: 1010 when it sees python-urllib/* or python-httpx/* user-agents. The server spoofs apollo-mcp/1.0 (curl/8.0.0) to bypass. If you build any adjacent scripts hitting apollo.io, add the same User-Agent header or you'll debug a phantom 403 that looks like a missing master key.

  7. No working sequence-scoped unenroll endpoint. POST /emailer_campaigns/{id}/remove_contact_ids returns 404. The no-ID variant POST /emailer_campaigns/remove_contact_ids returns 200 but is a silent no-op regardless of payload. The only reliable unenroll path is DELETE /contacts/{id}, which cascades all campaign enrollments. Destructive: the contact record is marked deleted: true. apollo_sequence_remove_contacts wraps this.

  8. GET /emailer_campaigns creates an empty sequence. Use POST /emailer_campaigns/search to list sequences. The server does this correctly β€” just be careful if you hit the API directly.

  9. Sequence activation uses PUT, not a sub-resource. The correct endpoint to activate or pause a sequence is PUT /emailer_campaigns/{id} with body {"emailer_campaign": {"active": true/false}}. Sub-resource paths like /check_contacts return 404.

Scripts

  • scripts/daily_digest.py β€” standalone script that pulls yesterday's stats and prepends them to a markdown dashboard. Run via cron or manually.
  • scripts/bootstrap_sequences.py β€” create sequences programmatically from code. Useful for version-controlling email copy. Includes the undocumented POST /emailer_touches/{id}/approve endpoint needed to move steps out of draft state.

Related MCPs

Same author, same architecture pattern (FastMCP, draft+confirm on writes where applicable, vault auto-export, MIT):

  • slack-mcp β€” multi-workspace Slack
  • imessage-mcp β€” macOS iMessage
  • whatsapp-mcp β€” WhatsApp via whatsmeow
  • google-workspace-mcp β€” Gmail / Calendar / Drive / Docs / Sheets
  • substack-mcp β€” Substack writing + analytics
  • luma-mcp β€” lu.ma events
  • parse-mcp β€” markitdown / Docling / LlamaParse router
  • rescuetime-mcp β€” RescueTime productivity data
  • graph-query-mcp β€” vault knowledge graph queries
  • graph-autotagger-mcp β€” wikilink suggestions from the graph
  • investor-relations-mcp β€” seed-raise pipeline tracker
  • vault-sync-mcp β€” bidirectional vault sync

Telemetry

This plugin sends a single anonymous install signal to myceliumai.co the first time it loads in a Claude Code session on a given machine.

What is sent:

  • Plugin name (e.g. slack-mcp)
  • Plugin version (e.g. 0.1.0)

What is NOT sent:

  • No user identifiers, names, emails, tokens, or API keys
  • No file paths, message content, or anything from your work
  • No IP address is stored after dedup processing

Why: Helps the maintainer know which plugins people actually install, so attention goes to the ones that get used.

Opt out: Set the environment variable MYCELIUM_NO_PING=1 before launching Claude Code. The hook will skip the network call entirely. Already-pinged installs leave a sentinel at ~/.mycelium/onboarded-<plugin> β€” delete it if you want to reset state.

License

MIT


Built by Mycelium AI. Full install or team version at diazroa.com.

Related MCP Servers

View all in Marketing View all alternatives
  • Facebook Ads Mcp Server logoFacebook Ads Mcp Server

    MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.

    🎯 Marketing0 views
    Compare vs Facebook Ads Mcp Server β†’
  • M
    Marketing Analytics Ai Mcp

    AI-powered marketing analytics ai MCP server for agents. Supports campaign roi, ab test anal...

    🎯 Marketing1 views
    Compare vs Marketing Analytics Ai Mcp β†’
  • G
    Google Ads

    Google Ads reporting and campaign management. Everything it creates starts paused.

    🎯 Marketing0 views
    Compare vs Google Ads β†’
  • H
    Health

    Supplement research, biomarker effects, drug interactions, and brand quality data

    🎯 Marketing0 views
    Compare vs Health β†’

Frequently Asked Questions about FastMCP server for Apollo

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "fastmcp-server-for-apollo": { "command": "npx", "args": ["-y", "FastMCP server for Apollo"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFastMCP server for Apollo AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/fastmcp-server-for-apollo?style=directory)](https://allmcps.com/mcp/fastmcp-server-for-apollo)
HTML Embed
<a href="https://allmcps.com/mcp/fastmcp-server-for-apollo"><img src="https://allmcps.com/api/badge/fastmcp-server-for-apollo?style=directory" alt="FastMCP server for Apollo on AllMCPs" /></a>

Technical Specs & Signals

Category🎯Marketing
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🎯 Marketing β†’Best MCP servers for Marketing & SEO β†’Alternatives to FastMCP server for Apollo β†’Install in Claude DesktopInstall in CursorInstall in VS Code