RocketReach MCP Server
RocketReach ships a first-party, hosted Model Context Protocol server that exposes its people and company search and lookup surface as MCP tools. The agent authenticates once via OAuth 2.1 with PKCE and Dynamic Client Registration; the server handles auth, proxies to the RocketReach v2 API, and shapes responses. It is a genuine remote agent surface — an MCP client can reach it over HTTPS with no local install.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport streamable-http
Tools
person_search— Search 700M+ professional profiles by name, title, employer, location, skills and more. Returns profile summaries only, not contact info.company_search— Search companies by name, domain, industry, size, funding, tech stack and more. Returns company summaries.person_lookup— Retrieve full contact info (emails, phones) for a specific person by profile ID, email, LinkedIn URL, NPI number, or name + employer. Adds the contact to My Contacts. Asynchronous — may return status pending.profile_company_lookup— Retrieve contact info for a person and full details for their current company in one call. Person side is async; company side resolves immediately.company_lookup— Retrieve full details for a specific company by domain, company ID, name, ticker, or LinkedIn URL. Adds the company to My Companies.account— Check plan, credit balances, and rate-limit status.check_person_status— Poll the status of an in-progress person lookup. Accepts an array of profile IDs (up to 100 per call).ping— Liveness check.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.