Overview

The RocketReach MCP server exposes RocketReach search and lookup as tools that any MCP-compatible AI agent or application can call — no direct API integration required. The agent authenticates once via OAuth 2.1, then calls tools by name; the server handles auth, proxying, and response shaping.

What you can do

ToolWhat it doesCredits
person_searchSearch 700M+ professional profiles by name, title, employer, location, skills, and moreNone
company_searchSearch companies by name, domain, industry, size, funding, tech stack, and moreNone
person_lookupRetrieve full contact info (emails, phones) for a specific person by profile ID, email, LinkedIn URL, NPI number, or name + employer. Adds the contact to your My Contacts list1 lookup credit + 1 person export credit
profile_company_lookupRetrieve contact info for a person and full details for their current company in one call. Person side is async; company side resolves immediately1 lookup credit + 1 export credit + 1 company export credit
company_lookupRetrieve full details for a specific company by domain, company ID, name, ticker, or LinkedIn URL. Adds the company to your My Companies list1 company export credit
accountCheck your plan, credit balances, and rate-limit statusNone
check_person_statusPoll the status of an in-progress person lookupNone
pingLiveness checkNone

Base URL

https://mcp.rocketreach.co/mcp

All MCP requests go to this single endpoint. The server implements the MCP Streamable HTTP transport — JSON-RPC over HTTP with an optional SSE stream for server-initiated messages.

Authentication

Access is controlled via OAuth 2.1 with PKCE. Your AI client handles the OAuth flow automatically when you point it at the MCP server URL; the server advertises its authorization server via the standard /.well-known/oauth-protected-resource discovery endpoint.

See Authentication for the full flow and credential details.

Prerequisites

  • A RocketReach account with API access
  • An MCP-compatible client (Claude Code, Claude Desktop, Cursor, ChatGPT, or your own agent)