# RocketReach — MCP server on mcp.ai > Connect your RocketReach account and use 12 tools for CRM straight from your AI agent. Connect with your own API key. RocketReach locates and verifies professional contact details, helping sales and recruiters reach leads and candidates more efficiently. By: mcp.ai · official Page: https://mcp.ai/rocket_reach ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_rocket_reach?ms=1787291340000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/rocket_reach/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/rocket_reach/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/rocket_reach/skill.md Postman collection (v2.1): https://mcp.ai/rocket_reach/postman.json ## Tools - rocket_reach_check_person_status(ids: string[]) — Tool to check the status of multiple person lookup requests. Use when you need to retrieve the current status of previously initiated person lookups. - rocket_reach_get_account() — Tool to retrieve account information for the authenticated user. Use when you need to fetch the current user's account details. - rocket_reach_get_company_funding(domain: string) — Tool to retrieve funding details for a specified company. Use when you need to fetch historical funding rounds by company domain. - rocket_reach_get_company_growth(domain: string) — Tool to get growth metrics for a specified company domain. Use when historical company growth data is needed after confirming the exact company domain. - rocket_reach_get_company_industries(company_id: string) — Tool to list industries associated with a specified company. Tries multiple RocketReach endpoints using the provided identifier (ID, domain, or name) and extracts industry information from the respons - rocket_reach_get_company_size(domain: string) — Tool to retrieve size metrics of a company. Use when you have a company's domain to get its employee size range. - rocket_reach_get_company_tech_stack(domain: string) — Tool to get technology stack for a company by domain. Use when you need to discover the tech a company uses after confirming its domain. - rocket_reach_lookup_company(name: string) — Tool to lookup a company's domain via RocketReach Company Lookup API. Use when you need the company domain by name for downstream actions like funding, size, or tech stack. - rocket_reach_lookup_person(email: string) — Tool to lookup detailed person information from RocketReach. Use when you need to fetch a person's profile by email. - rocket_reach_lookup_person_and_company(id?: integer, name?: string, email?: string, title?: string, npi_number?: integer, webhook_id?: integer, lookup_type?: string, linkedin_url?: string, current_employer?: string, return_cached_emails?: boolean) — Tool to lookup both person and company information in a single request. Use when you need comprehensive profile data including employment details. At least one search parameter (name, email, id, linke - rocket_reach_search_companies(page?: integer, limit?: integer, query: string) — Tool to list companies by name or keyword. Use when you need to discover companies matching specific criteria after obtaining an API key. - rocket_reach_search_people(page?: integer, limit?: integer, query: string) — Tool to search for people by name, title, or keywords. Use when you need to discover individuals matching specific criteria after obtaining an API key. ## Example prompts - "What can I do in RocketReach?" - "Show me a summary of my RocketReach account" ## Links Docs: https://mcp.ai/docs/mcps/rocket_reach Website: https://mcp.ai/mcps/rocket_reach