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
Cryptocurrency Price
A service to query real-time cryptocurrency prices.
People Data Labs
Access person, company, school, location, job title, and skill data using the People Data Labs API.
Baidu Search
A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.
domain-search-mcp
Domain Search MCP is an open-source MCP server that gives AI assistants the ability to check domain availability in real-time.
Crawleo MCP Server
Crawleo MCP - Web Search & Crawl for AI Enable AI assistants to access real-time web data through native tool integration. Two Powerful Tools: web.search - Real-time web search with flexible formatting Search from any country/language Device-specific results (desktop, mobile, tablet) Multiple output formats: Enhanced HTML (AI-optimized, clean) Raw HTML (original source) Markdown (formatted text) Plain Text (pure content) Auto-crawl option for full content extraction Multi-page search support web.crawl - Deep content extraction Extract clean content from any URL JavaScript rendering support Markdown conversion Screenshot capture Multi-URL support Features: ✅ Zero data retention (complete privacy) ✅ Real-time, not cached results ✅ AI-optimized with Enhanced HTML mode ✅ Global coverage (any country/language) ✅ Device-specific search (mobile/desktop/tablet) ✅ Flexible output formats (4 options) ✅ Cost-effective (5-10x cheaper than competitors) ✅ Simple Claude Desktop integration Perfect for: Research, content analysis, data extraction, AI agents, RAG pipelines, multi-device testing
AllTrails
Search for hiking trails and get detailed trail information from AllTrails.
Coupang MCP
Search Korean e-commerce (Coupang) products with Rocket Delivery filtering, price sorting, and affiliate link generation
Knowledge Vault Search
Search a personal knowledge vault using hybrid semantic and keyword matching.
Perplexity MCP Server
Perform real-time internet research with source citations using the Perplexity API.
OpenSearch MCP Server
An MCP server for interacting with OpenSearch clusters.