Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
MCP server for the Apollo.io REST API Apollo.io MCP Server A $1 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 Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
apollo-io-mcp is best for mcp, apollo, sales workflows where MCP compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB MCP, runtime-metrics, public facts pack
MCP server for the Apollo.io REST API Apollo.io MCP Server A $1 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
Public facts
5
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 25, 2026
Vendor
Chainscore
Artifacts
0
Benchmarks
0
Last release
1.0.0
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/Chainscore/apollo-io-mcp.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Chainscore
Protocol compatibility
MCP
Adoption signal
1 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
3
Snippets
0
Languages
typescript
bash
git clone https://github.com/Chainscore/apollo-io-mcp.git cd apollo-io-mcp npm install npm run build
json
{
"mcpServers": {
"apollo-io": {
"command": "node",
"args": ["/path/to/apollo-io-mcp/dist/index.js"],
"env": {
"APOLLO_API_KEY": "your_key_here"
}
}
}
}json
{
"mcpServers": {
"apollo-io": {
"command": "node",
"args": ["/path/to/apollo-io-mcp/dist/index.js"],
"env": {
"APOLLO_API_KEY": "your_key_here"
}
}
}
}Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
MCP server for the Apollo.io REST API Apollo.io MCP Server A $1 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
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.
git clone https://github.com/Chainscore/apollo-io-mcp.git
cd apollo-io-mcp
npm install
npm run build
Get your API key from Apollo.io Settings > Integrations > API.
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"
}
}
}
}
| Tool | Description | Cost |
|------|-------------|------|
| search_people | Search Apollo's 270M+ contact database by title, company, location, seniority, tech stack, funding stage | FREE |
| enrich_person | Get verified email, phone number, and full profile for a person | 1 credit |
| bulk_enrich_people | Enrich up to 10 people in a single request | 1 credit/person |
| Tool | Description | Cost |
|------|-------------|------|
| search_organizations | Search companies by name, industry, employee count, revenue | 1 credit/page |
| enrich_organization | Get detailed company info (tech stack, funding, size) by domain | 1 credit |
| get_organization | Get organization details by Apollo ID | FREE |
| get_organization_job_postings | Get current job postings for a company | 1 credit |
| Tool | Description | Cost |
|------|-------------|------|
| create_contact | Create a contact with automatic deduplication | FREE |
| update_contact | Update an existing contact | FREE |
| get_contact | Retrieve a contact by ID | FREE |
| search_contacts | Search your saved contacts | FREE |
| delete_contact | Permanently delete a contact | FREE |
| bulk_create_contacts | Create up to 100 contacts at once | FREE |
| bulk_update_contacts | Update up to 100 contacts at once | FREE |
| Tool | Description | Cost |
|------|-------------|------|
| create_account | Create a company record in your CRM | FREE |
| update_account | Update an existing account | FREE |
| search_accounts | Search your saved accounts | FREE |
| Tool | Description | Cost |
|------|-------------|------|
| search_opportunities | Search deals in your pipeline by keyword, stage, or owner | FREE |
| get_opportunity | Get a single deal by ID | FREE |
| create_opportunity | Create a new deal with name, amount, stage, contacts | FREE |
| update_opportunity | Update deal details, stage, or amount | FREE |
| Tool | Description | Cost |
|------|-------------|------|
| search_tasks | Search tasks by keyword, assignee, or completion status | FREE |
| get_task | Get a single task by ID | FREE |
| create_task | Create a call, email, linkedin, or other task | FREE |
| update_task | Update task details or mark as completed | FREE |
| Tool | Description | Cost |
|------|-------------|------|
| search_notes | Search notes by keyword or contact | FREE |
| create_note | Create a note, optionally attached to a contact | FREE |
| delete_note | Delete a note | FREE |
| Tool | Description | Cost |
|------|-------------|------|
| search_sequences | Search email sequences/campaigns | FREE |
| add_contacts_to_sequence | Add contacts to an email sequence | FREE |
| update_sequence_status | Remove or pause contacts in a sequence | FREE |
| search_outreach_emails | Search sent outreach emails with open/click tracking | FREE |
| get_email_activities | Get opens, clicks, and replies for an email | FREE |
| list_email_accounts | List connected sending email accounts | FREE |
| Tool | Description | Cost |
|------|-------------|------|
| list_labels | List all labels/tags in your workspace | FREE |
| create_label | Create a new label for contacts or accounts | FREE |
| update_label | Rename an existing label | FREE |
| delete_label | Delete a label | FREE |
| Tool | Description | Cost |
|------|-------------|------|
| list_contact_stages | List contact pipeline stages (Cold, Approaching, etc.) | FREE |
| list_account_stages | List account pipeline stages | FREE |
| list_opportunity_stages | List deal pipeline stages (Lead, Qualified, Won, etc.) | FREE |
| Tool | Description | Cost |
|------|-------------|------|
| search_users | Search team members by name or email | FREE |
| Tool | Description | Cost |
|------|-------------|------|
| search_activities | Search activity logs (emails, calls, clicks, replies) | FREE |
| search_phone_calls | Search phone call records and outcomes | FREE |
| Tool | Description | Cost |
|------|-------------|------|
| list_fields | List all available fields for contacts/accounts | FREE |
| create_custom_field | Create a custom field (text, number, dropdown, etc.) | FREE |
| list_custom_fields_deprecated | List custom fields via legacy endpoint | FREE |
| Tool | Description | Cost |
|------|-------------|------|
| search_news_articles | Search recent news about target companies | Credits |
| get_api_usage_stats | Check API credit usage and remaining balance | FREE |
| health_check | Verify API key and check Apollo API health | FREE |
health_check or get_api_usage_stats (both FREE) to confirm your API key workssearch_people (FREE) for prospecting before enriching with enrich_person (1 credit)search_people is free while search_organizations costs 1 credit/pagehttps://www.google.com, www.google.com, or @google.com -- all resolve to google.comlist_contact_stages / list_opportunity_stages to get stage IDs, then filter contacts and deals by stagecreate_task, assign to team members found via search_userscreate_label, then apply them when creating/updating contactsMIT
Need help integrating this MCP server into your workflow? Reach out at prasad@chainscorelabs.com. We help companies build agentic workflows seemlessly that saves time and money.
Built by Chainscore.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T03:33:56.178Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "mcp",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "apollo",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "sales",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile capability:mcp|supported|profile capability:apollo|supported|profile capability:sales|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Chainscore",
"href": "https://github.com/Chainscore/apollo-io-mcp",
"sourceUrl": "https://github.com/Chainscore/apollo-io-mcp",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:07:35.828Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T03:07:35.828Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/Chainscore/apollo-io-mcp",
"sourceUrl": "https://github.com/Chainscore/apollo-io-mcp",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:07:35.828Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-chainscore-apollo-io-mcp/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to apollo-io-mcp and adjacent AI workflows.