Search people and companies, enrich contact data, manage sequences, and access sales intelligence data via Apollo.io.
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.
{
"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:
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.
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
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.
| 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. |
| 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. |
Add the following secrets under Project → Secrets:
APOLLO_API_KEYOnce added, every AI agent in your workspace can use Apollo tools automatically.
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":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-apollo
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
Yes. The Apollo MCP includes a create_person tool that lets Claude create people in your Apollo account from a plain-English prompt. You can also update and delete people — no Apollo UI needed.
Yes. The Apollo MCP has search and list tools for peoples. Ask Claude to find peoples by any criteria and it runs the Apollo API query for you, returning results directly in the conversation.
Yes. The Apollo MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 21 Apollo tools are available everywhere you connect it — install once on Aerostack.
Yes. The Apollo MCP includes tools to update people in your Apollo account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Apollo API.