data
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.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.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
apollo.apollo_search_people | Read read | 0 | Search net-new people in Apollo data. |
apollo.apollo_enrich | Read read | 0 | Enrich one person by email, name, ID, LinkedIn URL, or company attributes. |
apollo.apollo_bulk_enrich_people | Read read | 0 | Enrich up to 10 people in a single Apollo request. |
apollo.apollo_list_organizations | Read read | 0 | Search companies in Apollo data. |
apollo.apollo_enrich_organization | Read read | 0 | Enrich one company by domain. |
apollo.apollo_bulk_enrich_organizations | Read read | 0 | Enrich up to 10 companies by domain. |
apollo.apollo_list_organization_job_postings | Read read | 0 | List current job postings for an Apollo organization. |
apollo.apollo_search_contacts | Read read | 0 | Search saved contacts in your Apollo team account. |
apollo.apollo_get_contact | Read read | 0 | View a saved Apollo contact by contact ID. |
apollo.apollo_create_contact | Write write | 0 | Create a saved Apollo contact. |
apollo.apollo_update_contact | Write write | 0 | Update a saved Apollo contact. |
apollo.apollo_bulk_create_contacts | Write write | 0 | Create up to 100 Apollo contacts in one request. |
apollo.apollo_list_contact_stages | Read read | 0 | List Apollo contact stage IDs. |
apollo.apollo_search_accounts | Read read | 0 | Search saved accounts in your Apollo team account. |
apollo.apollo_get_organization | Read read | 0 | View a saved Apollo account by ID. |
apollo.apollo_create_account | Write write | 0 | Create a saved Apollo account. |
apollo.apollo_update_account | Write write | 0 | Update a saved Apollo account. |
apollo.apollo_bulk_create_accounts | Write write | 0 | Create up to 100 Apollo accounts in one request. |
apollo.apollo_list_account_stages | Read read | 0 | List Apollo account stage IDs. |
apollo.apollo_get_current_user | Read read | 0 | Get the authenticated Apollo user profile when available. |
apollo.apollo_list_users | Read read | 0 | List Apollo team users. |
apollo.apollo_list_email_accounts | Read read | 0 | List Apollo email accounts. |
apollo.apollo_get_api_usage_stats | Read read | 0 | View Apollo API usage and rate-limit statistics. |