Skip to main content

Adrata Developers

MCP Server

Adrata exposes customer-gated tools for revenue agents: intro paths, buyer rooms, company research, people enrichment, pipeline scoring, and workspace memory. These docs explain the contract. Real data requires an authenticated Adrata workspace.

Install

Use MCP when the agent environment supports tools directly. Use the REST API when you need server-side control, webhooks, or product integrations. Both share the same permission model, rate-limit headers, request IDs, idempotency behavior, and audit logs.

Terminal
npx @adrata/adrata-mcp
Environment
ADRATA_API_KEY=adrata_live_xxxxxxxxxxxxxxxxxxxx
ADRATA_API_URL=https://api.adrata.com/api/v1

Tool families (16 primary tools)

Grouped by the way sellers actually work. Intro groups come first because access opens the deal.

Intro Groups

find_intro_path
Find warm paths into a company or stakeholder.
create_intro_request
Create a governed intro request when the workspace permits it.
get_access_score
Inspect whether the team can reach the people who matter.

Buyer Rooms

list_buyer_groups
List buyer-room records available to the authenticated workspace.
get_buyer_group
Read a buyer-room record, including available roles, coverage, and provenance.
get_path_to_power
Inspect the route into the stakeholders who can move the deal.

Companies and People

search_companies
Search companies by name, domain, filters, vertical, or CRM context.
enrich_company
Return available firmographic, signal, and source-provenance fields.
search_people
Search people by available workspace and provider fields.
enrich_person
Return available role, contactability, and provenance fields.

Pipeline and Actions

search_opportunities
Search accessible opportunities and deal context.
create_action
Create a governed action when the tool and workspace permit writes.
list_actions
List assigned or relevant actions with status and ownership.

Research and Memory

save_memory
Save approved workspace memory for future recommendations.
recall
Retrieve approved team memory for an account, person, or vertical.
research_company
Run cited research where the workspace has enabled the research tool.

Governed by default

API keys and OAuth scopes decide exactly which workspace data and actions an agent can use. Every read, write, enrichment call, and outbound action carries provenance, owner, and budget controls. Agents should react to changes through webhooks and async jobs rather than polling.