Used for storing environment variables like the Apollo.io API key during development.
The MCP server code is hosted on GitHub and references GitHub repositories for the MCP SDK.
Referenced as part of the authentication process, using the mcp-proxy-auth package for securing API key verification.
Used to generate status badges in the README to display information about TypeScript version, Apollo.io API version, MCP SDK version, and license.
The MCP server is built with TypeScript 4.9.5, providing type safety for the Apollo.io API integration.
Apollo.io MCP Server
A powerful Model Context Protocol (MCP) server implementation for seamless Apollo.io API integration, enabling AI assistants to interact with Apollo.io data.
Overview
This MCP server provides a comprehensive set of tools for interacting with the Apollo.io API, allowing AI assistants to:
- Enrich data for people and organizations
- Search for people and organizations
- Find job postings for specific organizations
- Perform Apollo.io operations without leaving your AI assistant interface
Why Use This MCP Server?
- Seamless AI Integration: Connect your AI assistants directly to Apollo.io data
- Simplified API Operations: Perform common Apollo.io tasks through natural language commands
- Real-time Data Access: Get up-to-date information from Apollo.io
- Secure Authentication: Uses Apollo.io's secure API token authentication
- Extensible Design: Easily add more Apollo.io API capabilities as needed
Installation
Configuration
The server requires an Apollo.io API access token. You can obtain one by:
- Going to your Apollo.io Account
- Navigating to Settings > API
- Generating an API key
You can provide the token in two ways:
- As an environment variable:
- As a command-line argument:
For development, create a .env
file in the project root to store your environment variables:
Usage
Starting the Server
Implementing Authentication in SSE Server
The SSE server uses the mcp-proxy-auth package for authentication. To implement authentication:
- Install the package:
- Set the
AUTH_SERVER_URL
environment variable to point to your API key verification endpoint: - Run the SSE server with authentication:
- The SSE URL will be available at:Replace
apikey
with your actual API key for authentication.
The mcp-proxy-auth
package acts as a proxy that:
- Intercepts requests to your SSE server
- Verifies API keys against your authentication server
- Only allows authenticated requests to reach your SSE endpoint
Integrating with AI Assistants
This MCP server is designed to work with AI assistants that support the Model Context Protocol. Once running, the server exposes a set of tools that can be used by compatible AI assistants to interact with Apollo.io data.
Available Tools
The server exposes the following powerful Apollo.io integration tools:
- people_enrichment
- Use the People Enrichment endpoint to enrich data for 1 person
- Parameters:
first_name
(string, optional): Person's first namelast_name
(string, optional): Person's last nameemail
(string, optional): Person's email addressdomain
(string, optional): Company domainorganization_name
(string, optional): Organization name
- Example:
- organization_enrichment
- Use the Organization Enrichment endpoint to enrich data for 1 company
- Parameters:
domain
(string, optional): Company domainname
(string, optional): Company name
- Example:
- people_search
- Use the People Search endpoint to find people
- Parameters:
q_organization_domains_list
(array, optional): List of organization domains to search withinperson_titles
(array, optional): List of job titles to search forperson_seniorities
(array, optional): List of seniority levels to search for
- Example:
- organization_search
- Use the Organization Search endpoint to find organizations
- Parameters:
q_organization_domains_list
(array, optional): List of organization domains to search fororganization_locations
(array, optional): List of organization locations to search for
- Example:
- organization_job_postings
- Use the Organization Job Postings endpoint to find job postings for a specific organization
- Parameters:
organization_id
(string, required): Apollo.io organization ID
- Example:
Extending the Server
The server is designed to be easily extensible. To add new Apollo.io API capabilities:
- Add new methods to the
ApolloClient
class insrc/apollo-client.ts
- Register new tools in the
setupToolHandlers
method insrc/index.ts
- Rebuild the project with
npm run build
License
This project is licensed under the MIT License - see the LICENSE file for details.
Keywords
Apollo.io, Model Context Protocol, MCP, AI Assistant, TypeScript, API Integration, Apollo.io API, People Enrichment, Organization Enrichment, People Search, Organization Search, Job Postings, AI Tools
This server cannot be installed
A Model Context Protocol server implementation that enables AI assistants to interact with Apollo.io data, allowing for people and organization enrichment, search capabilities, and job posting retrieval through natural language commands.
Related MCP Servers
- -securityFlicense-qualityA versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.Last updated -13Python
- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -161TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server implementation that enables AI assistants to interact with Apollo.io data, performing operations like people/organization enrichment, searching, and retrieving job postings through natural language commands.Last updated -718TypeScriptMIT License
MongoDB MCP Serverofficial
AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with MongoDB Atlas resources through natural language, supporting database operations and Atlas management functions.Last updated -208,801436TypeScriptApache 2.0