KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Apollo.io MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Apollo.io.

Apollo.io CLI Matrix

Use these pages for direct Apollo.io CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.