Skip to main content
Glama
Jtuppack

Apollo MCP Server

by Jtuppack

Apollo MCP Server

An MCP server for the Apollo.io API. Provides tools for people search, company search, enrichment, job postings, and news articles.

Features

  • People search with filters for titles, seniority, locations, companies, industries, technologies, and more

  • Company search with filters for size, location, revenue, funding, keywords, and tech stack

  • Person enrichment by email, LinkedIn URL, name + company, or Apollo ID

  • Company enrichment by domain or name

  • Bulk enrichment for people and organizations

  • Job postings and full organization info by Apollo ID

  • News article search related to companies

Related MCP server: Apollo.io MCP Server

Setup

git clone https://github.com/YOUR_USERNAME/apollo-mcp.git
cd apollo-mcp
npm install
cp .env.example .env
# Edit .env and add your Apollo API key

Usage with Claude Desktop

Add this to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "apollo": {
      "command": "node",
      "args": ["/absolute/path/to/apollo-mcp/src/server.js"],
      "env": {
        "APOLLO_API_KEY": "your-api-key-here"
      }
    }
  }
}

Replace /absolute/path/to/apollo-mcp/ with the actual path where you cloned the repo.

Then restart Claude Desktop to pick up the new server.

Testing

npm start

The server should print Apollo MCP server running to stderr and wait for MCP messages on stdin.

Tools

Tool

Description

apollo_search_people

Search people with advanced filters

apollo_search_companies

Search companies with advanced filters

apollo_enrich_person

Enrich a person by email, LinkedIn, name+company, or Apollo ID

apollo_enrich_company

Enrich a company by domain or name

apollo_bulk_enrich_people

Bulk enrich multiple people

apollo_bulk_enrich_organizations

Bulk enrich multiple organizations

apollo_get_organization_job_postings

Get job postings for an organization

apollo_get_complete_organization_info

Get full organization details

apollo_search_news_articles

Search company-related news articles

License

MIT

Related MCP Connectors

  • Your agent needs B2B contacts and the pipeline objects around them — find the company, find the person, get the email, then write it back where your team works. **What you can ask for** • "Find heads of engineering at Series-B SaaS companies in the Nordics, with emails." • "Enrich these companies with headcount, industry and funding." • "What roles is this company hiring for right now?" • "Create an account and a contact, then log this opportunity." • "Search our sequences for messages sent to this domain." **How to use it** Point any MCP client at https://mcp.aisa.one/apollo/mcp and sign in with OAuth — there is no key to create or paste. 54 tools: people and organisation search and enrichment, job postings, accounts, contacts, opportunities and their stages, custom fields, labels, notes, users, email accounts, sequence messages and phone-call search — reads and writes. **Why this rather than the source** The full object model, not just a search endpoint, so an agent can finish the job rather than hand you a CSV. **It is also a door to the rest** The same login reaches 26 sources and 580+ operations. Find the person here, then ask the same agent what their company's traffic looks like or what they rank for — without adding a second server. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** https://mcp.aisa.one/sales/mcp adds Similarweb and creator discovery around it.

  • Prospect, enrich leads, and manage outreach sequences with Apollo.io.

  • Enrich and search people and companies, resolve identities, and enrich IP addresses.

  • Find verified B2B emails and phone numbers; search and enrich people and companies for prospecting.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to interact with Apollo.io API for sales and marketing activities. Provides tools to search for companies and contacts, enrich person and organization data, and manage accounts with comprehensive lead generation capabilities.
    11
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Integrates Apollo.io's B2B sales platform with Claude AI, enabling prospect search, contact enrichment, email sequence management, list analytics, and sales intelligence operations through natural conversation.
    19
    9 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to interact with the Apollo.io API to search global databases and enrich company and person data. It facilitates managing contacts and accounts, retrieving tech stacks, and finding job postings through natural language.
    9 npm
    1
    MIT