Adrata Developers
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.
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.
npx @adrata/mcp-serverADRATA_API_KEY=adrata_live_xxxxxxxxxxxxxxxxxxxx
ADRATA_API_URL=https://api.adrata.com/api/v1Grouped by the way sellers actually work. Intro groups come first because access opens the deal.
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.