Apollo.io MCP Server provides seamless integration with the Apollo.io API, enabling AI assistants to access and manipulate sales intelligence data. Developed by Lakhvinder Singh, this TypeScript implementation exposes five core tools for enriching people and organization data, searching for contacts and companies, and retrieving job postings. The server authenticates via Apollo.io API keys, supports optional authentication server integration through mcp-proxy-auth, and is designed with extensibility in mind for adding new Apollo.io capabilities. It's particularly valuable for sales teams and recruiters who need to access up-to-date contact information, company details, and job listings directly through their AI assistants.
Use the People Enrichment endpoint to enrich data for 1 person. Parameters: first_name (string, optional), last_name (string, optional), email (string, optional), domain (string, optional), organization_name (string, optional)
Use the Organization Enrichment endpoint to enrich data for 1 company. Parameters: domain (string, optional), name (string, optional)
Use the People Search endpoint to find people. Parameters: q_organization_domains_list (array, optional), person_titles (array, optional), person_seniorities (array, optional)
Use the Organization Search endpoint to find organizations. Parameters: q_organization_domains_list (array, optional), organization_locations (array, optional)
Use the Organization Job Postings endpoint to find job postings for a specific organization. Parameters: organization_id (string, required)
No reviews yet. Be the first to review!
Sign in to join the conversation