Skip to main content
Glama
edwardchoh

apollo-io-mcp-server

by edwardchoh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
people_enrichmentC
Use the People Enrichment endpoint to enrich data for 1 person.
https://docs.apollo.io/reference/people-enrichment
organization_enrichmentC
Use the Organization Enrichment endpoint to enrich data for 1 company.
https://docs.apollo.io/reference/organization-enrichment
people_searchC
Use the People Search endpoint to find people.
https://docs.apollo.io/reference/people-search
organization_searchC
Use the Organization Search endpoint to find organizations.
https://docs.apollo.io/reference/organization-search
organization_job_postingsC
Use the Organization Job Postings endpoint to find job postings for a specific organization.
https://docs.apollo.io/reference/organization-jobs-postings

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct entity and operation: organization enrichment, job postings, search; people enrichment and search. No overlapping purposes.

Naming Consistency5/5

All tools use a consistent pattern of <entity>_<operation> in snake_case, with operations like enrichment, search, and job_postings.

Tool Count5/5

With 5 tools covering the two main domains (organizations and people) and key operations (search and enrichment), the count is well-scoped.

Completeness5/5

The tool set provides search and enrichment for both entities, plus job postings for organizations. No obvious gaps for the intended sales intelligence use case.

Maintenance

ActivityInactive
ResponsivenessNo issues