RocketReach MCP integration for AI agents.
Connect AI agents to RocketReach through 10 structured actions, including check person status, get account, and get company funding. Review authentication, i…
- ACTION CONTRACTS
- 10
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the RocketReach integration exposes
The RocketReach Agent App exposes 10 provider-backed actions for communication, marketing, and data work. Its current contract lets an authorized agent check the current status of one or more rocketreach person lookups, retrieve the authenticated rocketreach account profile, and retrieve the revenue and funding-investor data exposed on a rocketreach company profile by looking up the target company first. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected RocketReach account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real RocketReach capabilities.
Showing 10 of 10 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
check_person_statusREADCheck the current status of one or more RocketReach person lookups.
INPUTS: ids
get_accountREADRetrieve the authenticated RocketReach account profile.
get_company_fundingREADRetrieve the revenue and funding-investor data exposed on a RocketReach company profile by looking up the target company first.
INPUTS: id / company_id / name / domain
get_company_industriesREADRetrieve the industry and industry-keyword data exposed on a RocketReach company profile by looking up the target company first.
INPUTS: id / company_id / name / domain
get_company_sizeREADRetrieve the employee-count data exposed on a RocketReach company profile by looking up the target company first.
INPUTS: id / company_id / name / domain
lookup_companyREADLook up a RocketReach company profile by id, name, or domain.
INPUTS: id / company_id / name / domain
lookup_personREADLook up a RocketReach person profile by id, email, name, or LinkedIn URL through the official lookup endpoint.
INPUTS: id / email / name / linkedin_url / current_employer
lookup_person_and_companyREADLook up a RocketReach person profile and return any company profile embedded in the official lookup response.
INPUTS: id / email / name / title / npi_number
search_companiesREADLook up a company by exact name, domain, or id and return it as a single-item company list for search-style compatibility.
INPUTS: query / name / domain / id / page
search_peopleREADSearch RocketReach people with the official structured query object and pagination controls.
INPUTS: query / page / limit / options
INPUT CONTRACTS
Know what the action needs before it runs.
check_person_status
idsOPTIONAL- The person identifiers to check.
get_company_funding
idOPTIONAL- The RocketReach numeric identifier.
company_idOPTIONAL- The RocketReach company identifier.
nameOPTIONAL- The company name to look up.
domainOPTIONAL- The bare company domain to look up.
get_company_industries
idOPTIONAL- The RocketReach numeric identifier.
company_idOPTIONAL- The RocketReach company identifier.
nameOPTIONAL- The company name to look up.
domainOPTIONAL- The bare company domain to look up.
get_company_size
idOPTIONAL- The RocketReach numeric identifier.
company_idOPTIONAL- The RocketReach company identifier.
nameOPTIONAL- The company name to look up.
domainOPTIONAL- The bare company domain to look up.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Check Person Status
Check the current status of one or more RocketReach person lookups. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
check_person_statusVerify with Get Account
Retrieve the authenticated RocketReach account profile. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_accountSAFETY BOUNDARY
Operate RocketReach with explicit limits
- Authorize RocketReach with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned RocketReach data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in RocketReach rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the RocketReach task completed successfully.
CONNECTION MODEL
API key
RocketReach API key used with the Api-Key header. Generate it from your Account Settings.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 10
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by RocketReach.