Apollo.io
Summary
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.
Available Actions(5)
people_enrichment
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)
organization_enrichment
Use the Organization Enrichment endpoint to enrich data for 1 company. Parameters: domain (string, optional), name (string, optional)
people_search
Use the People Search endpoint to find people. Parameters: q_organization_domains_list (array, optional), person_titles (array, optional), person_seniorities (array, optional)
organization_search
Use the Organization Search endpoint to find organizations. Parameters: q_organization_domains_list (array, optional), organization_locations (array, optional)
organization_job_postings
Use the Organization Job Postings endpoint to find job postings for a specific organization. Parameters: organization_id (string, required)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论