RocketReach
Find emails, phone numbers, and enrich company data using the RocketReach API.
RocketReach MCP Server
This is a Model Context Protocol (MCP) server that integrates with the RocketReach API to provide email finding, phone number finding, and company enrichment capabilities.
Features
- Find professional emails for individuals
- Find personal emails for individuals
- Enrich company data
- Find phone numbers for individuals
Setup
Local Setup
- Clone this repository
- Install dependencies:
npm install - Create a
.envfile based on.env.exampleand add your RocketReach API key:ROCKETREACH_API_KEY=your_api_key_here - Build the server:
npm run build - Start the server:
npm start
Docker Setup
- Clone this repository
- Create a
.envfile with your RocketReach API key - Build and run using Docker Compose:
docker-compose up -d
MCP Configuration
To use this server with an MCP client, add the following configuration to your MCP settings file:
{
"mcpServers": {
"rocketreach": {
"command": "node",
"args": ["path/to/rocketreach/dist/index.js"],
"env": {
"ROCKETREACH_API_KEY": "your_api_key_here"
},
"disabled": false,
"autoApprove": []
}
}
}
Available Tools
rocketreach_find_professional_email: Find a professional email for an individualrocketreach_find_personal_email: Find a personal email for an individualrocketreach_enrich_company: Enrich company datarocketreach_find_phone: Find a phone number for an individual
License
ISC
Related Servers
SerpApi MCP
SerpApi MCP Server for Google and other search engine results
Joblyst MCP
One search to get german projects and jobs from different plattforms
Brave Search
An MCP server for the Brave Search API, providing web and local search capabilities via a streaming SSE interface.
Serpstat MCP Server
SEO analysis using the Serpstat API.
Dappier Search
Enable fast, free real-time web search and access premium data from trusted media brands for news, financial markets, sports, entertainment, weather, and more.
WebSearch-MCP
Self-hosted Websearch API
Ebook MCP Service
Access and search EPUB ebook collections using semantic vector search.
Search Intent MCP
Analyzes user search keyword intent for SEO support using the AI Search Intent API.
NYTimes Article Search
Search for New York Times articles from the last 30 days using a keyword.
Qdrant MCP Server
Semantic code search using the Qdrant vector database and OpenAI embeddings.