Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions glama.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Apollo",
"description": "Official Apollo.io MCP server — lead enrichment, prospecting, outreach sequences, and analytics. Access 275M+ contacts and 73M+ companies.",
"transport": "http+sse"
}
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "@apolloio/mcp",
"version": "0.1.1",
"description": "Official Apollo.io MCP server — connect Claude, Cursor, and other AI clients to Apollo's 275M+ contact database for lead enrichment, prospecting, and outreach sequences.",
"keywords": [
"mcp",
"apollo",
"apollo-io",
"sales",
"enrichment",
"prospecting",
"crm",
"leads"
],
"homepage": "https://github.com/apolloio/apollo-mcp-plugin",
"repository": {
"type": "git",
"url": "https://github.com/apolloio/apollo-mcp-plugin.git"
},
"license": "MIT",
"mcpName": "io.github.apolloio/mcp"
}
21 changes: 21 additions & 0 deletions server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.apolloio/mcp",
"description": "Official Apollo.io MCP server for lead enrichment, prospecting, sequences, and analytics.",
"repository": {
"url": "https://github.com/apolloio/apollo-mcp-plugin",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "@apolloio/mcp",
"version": "0.1.1",
"transport": {
"type": "streamable-http",
"url": "https://mcp.apollo.io/mcp"
}
}
]
}