logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rocketreach-api-connector

A communication layer interfacing with the RocketReach service to procure professional contact details (electronic mail, telephonic numbers) and augment corporate intelligence datasets. It streamlines the retrieval pipeline for crucial entity and personnel information within data acquisition workflows.

Author

rocketreach-api-connector logo

Meerkats-Ai

No License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

rocketreachapitoolsrocketreach apirocketreach mcpai rocketreach

RocketReach Data Acquisition Service Endpoint

This implementation serves as a Model Context Protocol (MCP) intermediary, establishing bidirectional communication with the RocketReach Application Programming Interface (API) to facilitate the sourcing of electronic correspondence addresses, telephone digits, and the enrichment of organizational profiles.

Core Functionalities

  • Ascertain professional electronic mail addresses for specified individuals.
  • Locate private/personal electronic mail addresses for individuals.
  • Augment and detail existing organizational data structures.
  • Retrieve associated contact telephone numbers for individuals.

Deployment Instructions

Local Environment Configuration

  1. Obtain a local copy of this source code repository.
  2. Execute the dependency installation routine:

npm install

  1. Establish a configuration file named .env by mirroring the structure of .env.example, ensuring the inclusion of your valid RocketReach authorization token:

ROCKETREACH_API_KEY=your_provided_api_token

  1. Initiate the compilation process for the server artifacts:

npm run build

  1. Launch the service instance:

npm start

Containerized Deployment

  1. Clone the repository locally.
  2. Provision the necessary environment variables (specifically the RocketReach access credential) within a local .env file.
  3. Orchestrate the build and detached execution via Docker Compose:

docker-compose up -d

MCP Client Integration Specification

For consumption by an MCP-enabled client, the following configuration stanza must be incorporated into the client's primary settings manifest:

{ "mcpServers": { "rocketreach": { "command": "node", "args": ["path/to/rocketreach/dist/index.js"], "env": { "ROCKETREACH_API_KEY": "your_api_key_here" }, "disabled": false, "autoApprove": [] } } }

Exposed Interaction Primitives

  • rocketreach_find_professional_email: Service call to discover a business-related electronic mailing address for a subject.
  • rocketreach_find_personal_email: Service call to discover a non-business electronic mailing address for a subject.
  • rocketreach_enrich_company: Service call to expand and refine provided corporate entity metadata.
  • rocketreach_find_phone: Service call to obtain a direct telephonic contact identifier for a subject.

ISC License

return

See Also

`