apollo-io-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APOLLO_API_KEY | Yes | Your Apollo.io API key. | |
| APOLLO_BASE_URL | No | Base URL for the Apollo API. | https://api.apollo.io/api/v1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| apollo_search_peopleA | Search for people in Apollo with advanced filtering options. Use filters to target specific roles, locations, seniority levels, and companies. |
| apollo_search_companiesA | Search for companies/organizations in Apollo with comprehensive filtering options. Use filters to target specific company types, locations, sizes, and industries. |
| apollo_enrich_personC | Enrich a person by email, linkedin_url, or name+company using Apollo match. |
| apollo_enrich_companyC | Enrich a company/organization by domain or name using Apollo match. |
| apollo_bulk_enrich_peopleB | Bulk enrich multiple people using Apollo match. Provide an array of people with email, linkedin_url, name, or company. |
| apollo_bulk_enrich_organizationsB | Bulk enrich multiple organizations using Apollo match. Provide an array of organizations with domain or name. |
| apollo_get_organization_job_postingsB | Get job postings for a specific organization by organization ID. |
| apollo_get_complete_organization_infoB | Get complete information for a specific organization by organization ID. |
| apollo_search_news_articlesC | Search for news articles related to companies in Apollo. Supports 'query', 'filters', pagination. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
All tools have clearly distinct purposes: enrichment (single and bulk) for organizations and people, search for companies, people, and news, and specific organization detail retrieval. No overlap in functionality.
All tools follow the pattern 'apollo_verb_noun' with snake_case, e.g., apollo_enrich_company, apollo_search_companies. Consistent and predictable.
9 tools is well-scoped for an enrichment and search server. Each tool earns its place covering core operations without being excessive.
The tool set covers enrichment (single/bulk), search, and organization details. Missing a tool to get a person by ID, but overall it's comprehensive for the domain.