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
相关服务器
Brave Search
An MCP server for the Brave Search API, providing both web and local search capabilities.
Anime MCP Server
An AI-powered server for searching and getting recommendations for anime.
ChunkHound
A local-first semantic code search tool with vector and regex capabilities, designed for AI assistants.
arXiv Search
A server for searching academic papers and preprints on arXiv.org.
Search MCP Server
A versatile search server supporting multiple search engines, including Brave, Metaso, and Bocha.
Google AI Search MCP
A server providing Google AI-powered search and documentation tools for developers.
world airfares flight mcp
Flight search MCP server providing search, pagination, and itinerary details for AI assistants.
KnyazevAI MCP Catalog
Search and discover 24,500+ MCP servers and AI agents. Semantic search, trust scores, vulnerability tracking.
Amazon Shopping with Claude
An MCP server for searching and buying products on Amazon.
PubMed MCP Server
A server for searching, retrieving, and analyzing articles from the PubMed database.