A Model Context Protocol server that connects to RocketReach API, enabling AI assistants to find professional/personal emails, phone numbers, and enrich company data.
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.
npm install
.env
file based on .env.example
and add your RocketReach API key:
ROCKETREACH_API_KEY=your_api_key_here
npm run build
npm start
.env
file with your RocketReach API keydocker-compose up -d
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": [] } } }
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 individualISC
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!