sales
Apollo.io MCP, CLI, and Lua Integration for AI Agents
Apollo.io integration docs for AI agents: MCP gateway setup, Apollo.io CLI commands, Lua API reference, credentials, and function schemas.
6 functions 6 read 0 write API key auth
Apollo.io for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
apollo- route_slug
apollo- package
apollo- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Apollo.io CLIHeadless setup and direct function calls. Apollo.io MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Apollo.io MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Apollo.io.
Claude Code Apollo.io MCP setup for Claude Code. Cursor Apollo.io MCP setup for Cursor. Codex Apollo.io MCP setup for Codex. OpenAI Agents Apollo.io MCP setup for OpenAI Agents SDK. Claude Agent SDK Apollo.io MCP setup for Claude Agent SDK. Vercel AI SDK Apollo.io MCP setup for Vercel AI SDK. LangChain Apollo.io MCP setup for LangChain. LangGraph Apollo.io MCP setup for LangGraph. CrewAI Apollo.io MCP setup for CrewAI. MCP clients Apollo.io MCP setup for Generic MCP Clients.
Apollo.io CLI Matrix
Use these pages for direct Apollo.io CLI workflows in scripts, CI, cron, and agent wrappers.
CI Apollo.io CLI for CI. Cron Jobs Apollo.io CLI for cron jobs. Shell Scripts Apollo.io CLI for shell scripts. Headless Automation Apollo.io CLI for headless automation. Coding Agents Apollo.io CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
apollo.apollo_search_contacts | Read read | 3 | Search for people in Apollo by name, email, or keyword. Returns a paginated list of contacts with profile details including name, title, company, email, phone, and social profiles. |
apollo.apollo_get_contact | Read read | 1 | Retrieve full details for a specific contact in Apollo by their person ID. Returns comprehensive profile data including employment history, emails, phone numbers, and social profiles. |
apollo.apollo_enrich | Read read | 2 | Enrich a contact by matching on email address and/or name. Returns enriched profile data including title, company, social profiles, and contact details. Provide at least an email or a name. |
apollo.apollo_list_organizations | Read read | 2 | List organizations from your Apollo account. Returns paginated results with company details including name, website, industry, employee count, and revenue. |
apollo.apollo_get_organization | Read read | 1 | Retrieve full details for a specific organization in Apollo by its ID. Returns comprehensive company data including industry, employee count, revenue, tech stack, locations, and key contacts. |
apollo.apollo_get_current_user | Read read | 0 | Retrieve the authenticated Apollo user's profile. Returns account information including name, email, plan type, and credit usage. |