apollo-people-search-mcp-server
MCP server with apollo-people-search integration
This MCP server was generated using the Template Orchestrator and includes the following integrations:
ApolloPeopleSearch Integration
Endpoints included: 8
search_people
: Search for people using keywords and demographic filters. Results include basic contact information but no email addresses (requires enrichment).
get_person
: Get detailed information about a specific person by Apollo person ID
search_organizations
: Search for companies using various criteria including name, domain, industry, and size
get_organization
: Get detailed information about a specific organization by Apollo organization ID
get_organization_people
: Get people working at a specific organization
get_account_info
: Get authenticated user's account information including remaining search credits and plan details
get_auth_health
: Check authentication status - returns {"is_logged_in": true/false}
search_team_contacts
: Search contacts in your team's CRM database
Required environment variables:
Installation
npm install @coretext-ai/apollo-people-search-mcp-server
Environment Setup
Create a .env
file with the following variables:
APOLLO_API_KEY=your_apollo_api_key_here
Usage
Running the server
npm run dev
npm run build && npm start
Using with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"apollo-people-search-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/apollo-people-search-mcp-server"]
}
}
}
Available Tools
This server provides 8 tools across 1 integrations:
ApolloPeopleSearch Tools
- search_people: Search for people using keywords and demographic filters. Results include basic contact information but no email addresses (requires enrichment).
- get_person: Get detailed information about a specific person by Apollo person ID
- search_organizations: Search for companies using various criteria including name, domain, industry, and size
- get_organization: Get detailed information about a specific organization by Apollo organization ID
- get_organization_people: Get people working at a specific organization
- get_account_info: Get authenticated user's account information including remaining search credits and plan details
- get_auth_health: Check authentication status - returns {"is_logged_in": true/false}
- search_team_contacts: Search contacts in your team's CRM database
Development
npm install
npm run dev
npm run build
npm run test
npm run lint
Generated Information
- Generated at: Fri Jul 11 2025 20:46:04 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 8
License
MIT