Aerostack
electrical_services

Apollo MCP Server — Hosted Api Connectors Integration

MCP Server language Hosted language Public

Search people and companies, enrich contact data, manage sequences, and access sales intelligence data via Apollo.io.

aerostack @aerostack verified
v0.1.0 MIT Updated Jun 28, 2026
robot_2

Use with AI AssistantsMCP

Connect Claude, Cursor, or any MCP-compatible client — then call tools directly

① Add This MCP Server

Paste into your AI client config — then all its tools are available instantly.

.claude/mcp.json
{
  "mcpServers": {
    "apollo": {
      "url": "https://mcp.aerostack.dev/s/aerostack/mcp-apollo",
      "headers": {
        "Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
      }
    }
  }
}

Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.

② Call a Tool

Ask your AI assistant to call a specific tool, or send raw JSON-RPC:

+16 more

Natural Language Prompt

“Use the search_people tool to search for people by keywords, job title, location, or company domain. returns name, title, email, organization, and linkedin url

Using a Workspace?

Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.

add_circleAdd to Workspace

description Overview

mcp-apollo — Apollo MCP Server

Search people and companies, enrich contact data, manage sequences, and access sales intelligence data via Apollo.io.

Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-apollo


What You Can Do

This MCP server gives AI agents access to Apollo via 21 tools. Connect it to any Aerostack workspace and your agents can interact with Apollo directly.

Available Tools

Tool Description
search_people Search for people by keywords, job title, location, or company domain. Returns name, title, email, organization, and LinkedIn URL.
get_person Get a person/contact by ID. Returns name, title, email, phone, organization, LinkedIn URL, and employment history.
enrich_person Enrich a person by email address. Returns full profile with phone numbers, social links, employment history, and company data.
list_people List people/contacts in the Apollo account with pagination.
create_person Create a new contact/person in Apollo. Returns the created person record.
update_person Update an existing person/contact in Apollo. Provide only the fields to change.
search_accounts Search accounts/companies by name, industry tags, or keyword tags. Returns name, domain, industry, employee count, and website.
get_account Get an account/company by ID. Returns name, domain, industry, employee count, phone, and website.
create_account Create a new account/company in Apollo. Name is required.
update_account Update an existing account/company in Apollo. Provide only the fields to change.
list_accounts List accounts/companies in the Apollo workspace with pagination.
list_sequences List all sequences in Apollo. Returns name, status (active/paused/archived), step count, and active contact count.
get_sequence Get a sequence by ID. Returns name, steps count, and active contact count.
add_to_sequence Add a contact to an Apollo sequence. Optionally specify which email account to send from.
remove_from_sequence Remove a contact from an Apollo sequence. Stops any further outreach steps.
list_contacts List contacts in Apollo with optional filters by account ID or label names.
get_contact Get a contact by ID. Returns full contact details including email, phone, title, and stage.
update_contact Update a contact in Apollo. Provide only the fields to change.
delete_contact Delete a contact from Apollo permanently.
get_api_usage Get API usage stats for the current Apollo account. Returns requests used today, monthly limit, and remaining quota.
list_labels List all contact and account labels defined in the Apollo workspace.

Configuration

Variable Required Description
APOLLO_API_KEY Yes Apollo.io API Key — found in your Apollo account under Settings → Integrations → API. Provides access to people search, enrichment, and sequences.

Quick Start

Add to Aerostack Workspace
  1. Go to aerostack.dev → Your Project → MCPs
  2. Search for "Apollo" and click Add to Workspace

Add the following secrets under Project → Secrets:

  • APOLLO_API_KEY

Once added, every AI agent in your workspace can use Apollo tools automatically.

Direct API Call
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-apollo \
  -H 'Content-Type: application/json' \
  -H 'X-Mcp-Secret-APOLLO-API-KEY: your-apollo-api-key' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_people","arguments":{}}}'

License

MIT

terminal Tools (22)

Available tools on this MCP server. Each tool can be called directly from any AI agent.

terminal
search_people #1

Search for people by keywords, job title, location, or company domain. Returns name, title, email, organization, and LinkedIn URL.

terminal
get_person #2

Get a person/contact by ID. Returns name, title, email, phone, organization, LinkedIn URL, and employment history.

terminal
enrich_person #3

Enrich a person by email address. Returns full profile with phone numbers, social links, employment history, and company data.

terminal
list_people #4

List people/contacts in the Apollo account with pagination.

terminal
create_person #5

Create a new contact/person in Apollo. Returns the created person record.

terminal
update_person #6

Update an existing person/contact in Apollo. Provide only the fields to change.

terminal
search_accounts #7

Search accounts/companies by name, industry tags, or keyword tags. Returns name, domain, industry, employee count, and website.

terminal
get_account #8

Get an account/company by ID. Returns name, domain, industry, employee count, phone, and website.

terminal
create_account #9

Create a new account/company in Apollo. Name is required.

terminal
update_account #10

Update an existing account/company in Apollo. Provide only the fields to change.

terminal
list_accounts #11

List accounts/companies in the Apollo workspace with pagination.

terminal
list_sequences #12

List all sequences in Apollo. Returns name, status (active/paused/archived), step count, and active contact count.

terminal
get_sequence #13

Get a sequence by ID. Returns name, steps count, and active contact count.

terminal
add_to_sequence #14

Add a contact to an Apollo sequence. Optionally specify which email account to send from.

terminal
remove_from_sequence #15

Remove a contact from an Apollo sequence. Stops any further outreach steps.

terminal
list_contacts #16

List contacts in Apollo with optional filters by account ID or label names.

terminal
get_contact #17

Get a contact by ID. Returns full contact details including email, phone, title, and stage.

terminal
update_contact #18

Update a contact in Apollo. Provide only the fields to change.

terminal
delete_contact #19

Delete a contact from Apollo permanently.

terminal
get_api_usage #20

Get API usage stats for the current Apollo account. Returns requests used today, monthly limit, and remaining quota.

terminal
list_labels #21

List all contact and account labels defined in the Apollo workspace.

terminal
_ping #22

Verify connectivity and authentication. Calls GET /auth/health and returns {is_logged_in: true} if valid.

Details

upgrade Version 0.1.0
gavel License MIT
wifi Transport streamable-http
lock Access Public
category Category API Connectors
terminal Tools 22

language Live Endpoint

https://mcp.aerostack.dev/s/aerostack/mcp-apollo

Sub-50ms globally · Zero cold start

Publisher

aerostack
@aerostack verified

Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.

Tags

Browse more servers

More in API Connectors

Browse API Connectors MCPs →

Frequently asked questions

What is the Apollo MCP server and what can it do? +

The Apollo MCP server is hosted on Aerostack and exposes these tools to your AI agent: `search_people`, `get_person`, `enrich_person`, `list_people`, `create_person`. You get one hosted URL — no self-hosting — that works from Claude, Cursor, ChatGPT, Gemini, VS Code, or any MCP-compatible client, and you can share it with your team or combine it with other MCP servers in a workspace.

Is the Apollo MCP server hosted, or do I have to run it myself? +

It's hosted on Aerostack's edge infrastructure — you don't deploy or maintain anything. Add it to a workspace and you get one authenticated URL, with secrets encrypted, that any AI agent or editor can connect to. Use it solo or share the same URL across your whole team.

Which AI agents and editors can use the Apollo MCP server? +

Any MCP client: Claude and Claude Code, Cursor, ChatGPT, Gemini, Windsurf, Cline, VS Code, and custom agents. Because it's one hosted URL, the same Apollo MCP server works everywhere — and you can compose it with other MCP servers, skills, and functions behind a single workspace URL.

How do I install the Apollo MCP server in Claude Desktop? +

Add the following to your Claude Desktop config (`claude_desktop_config.json`): ```json { "mcpServers": { "@aerostack/mcp-apollo": { "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-apollo"] } } } ``` Then restart Claude Desktop and the tools will appear automatically.

How do I use the Apollo MCP server in Cursor? +

In Cursor, open **Settings → MCP** and add: ```json { "name": "@aerostack/mcp-apollo", "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-apollo"] } ``` Save and reload Cursor. The MCP tools will be available in Agent mode.

Does Apollo MCP require authentication? +

Yes. Apollo requires authentication. Check the MCP's documentation for the required credentials.