New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

Adrata

278 tools. 107 can modify or destroy data without limits.

15 destructive tools with no built-in limits. Policy required.

Last updated:

107 can modify or destroy data
171 read-only
278 tools total

Community server · catalogue entry checked 06/08/2026

How to control Adrata ↓

What Adrata exposes to your agents

Read (171) Write / Execute (92) Destructive / Financial (15)
Critical Risk

The most dangerous Adrata tools

107 of Adrata's 278 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Adrata

PolicyLayer is an MCP gateway — it sits between your AI agents and Adrata, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "bulk_delete_buyer_groups": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "activate_sequence": {
    "limits": [
      {
        "counter": "activate_sequence_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "adrata_ai_tool_catalog": {
    "limits": [
      {
        "counter": "adrata_ai_tool_catalog_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Adrata — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON ADRATA →

Instant setup, no code required.

All 278 Adrata tools

EXECUTE 12 tools
Execute adrata_ai_tool_execute Execute the same governed AI CRM ToolDispatcher path used by Adrata chat. Free reads run directly. Reads that Execute adrata_api_request Governed low-level Adrata API request. Read calls run directly except sensitive denied surfaces. Writes defaul Execute attribute_partner_to_deal Credit a partner on an opportunity. attributionType is STRATEGIC (incremental revenue not won without the part Execute build_pursuit_command_center Build or refresh Adrata’s persistent, evidence-linked Pursuit command center for one enterprise account. Compo Execute draft_workflow Create an Adrata workflow draft manifest that can be saved as adrata.workflow.json, validated, dry-run, deploy Execute dry_run_workflow Dry-run a workflow draft through the control plane. If the API is unavailable, returns a local policy/audit ex Execute record_partner_consumption Record committed vs consumed revenue for a partner over a period. Signature != revenue: in a consumption busin Execute replay_workflow_run Replay or plan replay for a workflow run. Defaults to dry-run; live replay remains policy/audit gated. Execute request_deployment Request that the Adrata control plane deploy a custom integration or extension. The manifest is validated loca Execute request_provider_action_execution Request a scoped provider action execution without registering every provider endpoint as a separate MCP tool. Execute request_workflow_deployment Request hosted deployment for a workflow. Requires a prior dry-run id and keeps activation gated on policy pas Execute warmup_email Start or stop gradual sending warmup for an email account. Warmup builds sender reputation by slowly increasin
WRITE 80 tools
Write activate_sequence Activate a sequence to start sending emails to enrolled contacts. The sequence must have at least one step and Write add_buyer_group_member Add a person to a buyer group.${GOVERNED_WRITE_NOTE} Write add_provider_action_column Add a provider action column to a GTM table. Mirrors Write add_sequence_step Add a step to an existing sequence. Steps are executed in order with configurable delays between them. Enterpr Write add_to_company_list Add company IDs to an existing saved company/account list. Write approve_partner_attribution Approve a partner attribution (finance/ops sign-off). Writes an immutable audit row so strategic revenue stays Write bulk_import Import records in bulk from CSV data. Creates companies, people, or opportunities from structured CSV input. E Write comment_on_work_item Say something on a card: a question, a finding, or the reason a QA pass sent it back. This is the ONLY place t Write complete_action Mark action as completed with optional outcome. Write configure_sloan Configure Sloan for the workspace. action Write connect_provider Connect a provider using the backend provider catalog. Supports hosted OAuth providers and generic credential/ Write connect_workspace Connect your Adrata workspace via OAuth 2.0. Opens a browser window for authorization. By default the connecti Write create_action Log an action (outreach, call, meeting, note) against a person or company. Metadata is JSONB for type-specific Write create_agent_task Create a long-running agent/background task for research, enrichment, auditing, or custom workflow automation. Write create_buyer_group Create a buyer group for a company.${GOVERNED_WRITE_NOTE} Write create_company Create a new company. Write create_company_list Create and save a company/account list in Adrata, optionally with company IDs from search or research results. Write create_email_account Provision a new email mailbox on an owned domain. Creates the account and optionally starts warmup. Enterprise Write create_executive_partner_meeting Log an Executive Partner Meeting (EPM) — the partner analog of a new-business meeting. Capture the mutual enga Write create_intro_request Create a tracked warm introduction request between a connector and target. Write create_knowledge_file Create a knowledge file (battle card, playbook, competitive brief, objection handler, etc.). Saves to the know Write create_note Add a note to a person, company, or opportunity. Write create_opportunity Create a new deal. Write create_partner Create a partner relationship. partnerType is required (ISV_TECH, AI_LAB, HYPERSCALER, GSI_SI, RESELLER, MARKE Write create_person Create a new person/contact. Set contactCategory: Write create_sequence Create a new multi-step email sequence. Define the name and optionally include initial steps. Steps specify de Write create_strategic_work_stream Create a programmatic joint initiative with a partner ( Write create_webhook Create an outbound webhook subscription. Returns the signing secret once; store it securely. Write create_work_item Create a card on a board. Lands in the named column, or the board Write disconnect_workspace Disconnect your Adrata workspace. Revokes OAuth tokens and clears local credentials. Enterprise tools will no Write draft_email Create an email draft with optimal send time suggestion and subject line variants. Uses send-time optimization Write enable_toolset Load a toolset into the current session. This registers all tools in the named toolset so you can call them. U Write export_data Export records as JSON or CSV with filters. Supports companies, people, opportunities, actions, and notes. Inc Write import_external_companies Import selected external catalog companies into the workspace through Adrata bulk import, then use check_batch Write import_external_pipeline_members Import members from an external pipeline/channel into the workspace through Adrata bulk import. Defaults to dr Write manage_activity Create, update, complete, or list activities (actions, notes, calls, meetings). Auto-logs to CRM timeline. Write manage_buyer_group Full CRUD for buyer groups (decision-making units): create, read, list, update and delete groups, and add/upda Write manage_company Full CRUD for companies: create, read, update, delete, enrich, and view activity timeline. One tool for all co Write manage_custom_fields List, create, or update custom fields for an entity type. Custom fields in Adrata are JSONB-merged, so this to Write manage_data Import CSV data, run bulk operations, check data quality, or export records. The data management swiss army kn Write manage_domains Add, verify, and configure domains for email sending. Returns SPF/DKIM/DMARC setup instructions and verificati Write manage_mailboxes Create, configure, and manage sending mailboxes. Toggle warmup, check health, and set sending limits. Write manage_opportunity Full CRUD for deals/opportunities: create, read, update, delete, view stage history and stakeholders. Write manage_person Full CRUD for people/contacts: create, read, update, delete, enrich, and view communication history. Write manage_sequences Create, update, or manage email sequences. Create multi-step sequences with enrollment, pause/resume, and perf Write manage_workspace View and update workspace settings, features, team members, and integrations. The admin control panel. Write move_pipeline_card Move a person/company/opportunity card on a pipeline board and publish a realtime event so the web app can upd Write move_work_item Move a card to another column on the same board — and, with claim:true, pick it up in the same action. The ser Write paper_archive_document Archive a Paper document without deleting it. Live writes require dryRun:false, approved:true, reason, and ide Write paper_create_calendar_event Create a Paper calendar event. Live writes require dryRun:false, approved:true, reason, and idempotencyKey. Write paper_create_document Create a Paper document. Live writes require dryRun:false, approved:true, reason, and idempotencyKey. Write paper_create_share Create a secure share link for a Paper document. Live writes require dryRun:false, approved:true, reason, and Write paper_create_task Create a Paper task/action. Live writes require dryRun:false, approved:true, reason, and idempotencyKey. Write paper_resolve_share Resolve a public Paper share token. Write paper_send_email Send an email from the rep connected mailbox. Live sends require dryRun:false, approved:true, reason, and idem Write paper_update_document Update a Paper document title/content/status/metadata. Live writes require dryRun:false, approved:true, reason Write paper_update_task Update a Paper task/action title or status. Live writes require dryRun:false, approved:true, reason, and idemp Write rank_paths_to_power Rank existing warm introduction and network paths to a target account or decision maker through the governed T Write rank_people_by_icp Rank a set of people by fit to the workspace ICP profile (title/persona match blended with company firmographi Write recommend_deal_move Recommend Adrata chat’s next no-loss deal move through the governed ToolDispatcher. Read-only: use write tools Write save_memory Store a fact, insight, preference, or deal context. Memories persist across conversations so Claude remembers Write schedule_demo Book a product demo with Adrata. Free tier — no account needed. Creates a calendar event via Cal.com. The atte Write schedule_meeting Preview or create a meeting through Adrata chat’s governed calendar path. Live creation requires an audit reas Write send_email Send or schedule an email. Handles mailbox selection and rate limiting. Links to CRM records for tracking. Use Write send_sms Send a text message via connected telephony provider (Twilio/Vonage). Links to CRM for tracking. Write set_work_item_kind Set what KIND of work a card is: bug, story, or chore. This is a FIELD on the card, not a tag — it is orthogon Write set_work_item_tag Set a card Write setup_domain Configure DNS records (SPF, DKIM, DMARC) for an email sending domain. Required before sending emails from the Write submit_adrata_command Submit a governed Adrata Cloud command through the same command plane used by the app and CLI. Defaults to dry Write switch_workspace Switch the active workspace for the authenticated user. Subsequent tool calls read and write in the new worksp Write update_action Update an action. Metadata is JSONB-merged. Write update_buyer_group Update a buyer group’s name or the company it belongs to.${GOVERNED_WRITE_NOTE} Write update_buyer_group_member Update a member’s role or influence inside a buyer group.${GOVERNED_WRITE_NOTE} Write update_company Update company fields. customFields are JSONB-merged. Write update_intro_request Update the status or connector notes on a warm introduction request. Write update_note Update note content. Write update_opportunity Update deal fields. customFields are JSONB-merged. Write update_partner Update partner fields (type, tier, status, motions, owner, commitment, target ARR). Write update_person Update person fields. customFields are JSONB-merged. Works for leads too. Change contactCategory to move someo Write update_webhook Update an outbound webhook subscription URL, events, active flag, description, or filter expression.
READ 171 tools
Read adrata_ai_tool_catalog List the AI CRM tools Adrata chat can use, including Channels, external source catalogs, ICP ranking, batch im Read adrata_api_catalog Describe the governed Adrata API bridge for Claude Code/Codex. Use this to discover how to call any allowliste Read adrata_desktop_app_audit Audit Adrata desktop app MCP coverage. Returns which existing MCP tools cover Adrata desktop revenue, pipeline Read ask_matrix Alias for matrix_nl_ask. Read check_batch_import_status Check progress for Adrata bulk imports created by external catalog, Channel, CSV, or bulk create flows. Read check_calendar View your calendar: upcoming meetings, free/busy times, and scheduling conflicts. Helps find open slots for me Read check_inbox Check your inbox for new replies. Cross-references with CRM contacts and active sequences to classify reply ty Read check_subscription Check your current Adrata subscription plan, usage limits, trial status, and billing details. Read count_emails Count emails by folder or status. Read count_records Get total counts of companies, people, opportunities. Read describe_fields List all available fields for an entity type, including enums, statuses, and custom field support. Use this to Read discover_prospects Find companies or people matching criteria. Search by industry, size, technology, title, or keywords. Returns Read enrich_company Trigger enrichment for a company — firmographic, news, competitors. Read enrich_person Trigger enrichment for a person — professional info, social profiles. Read enroll_contacts Enroll contacts into a sequence. Contacts will begin receiving sequence emails according to the step schedule. Read find_company Search for a company using Claude\ Read find_intro_path Find the relationship path between two people for warm intro planning. Read find_or_create_company Find a company by name or domain, or create it if it doesn\ Read find_or_create_person Find a person by email or name+company, or create them if they don\ Read find_person Search for a professional using Claude\ Read get_access_graph_projection Inspect the access graph for a buyer group: buyer group coverage plus intro group routes and touchpoints. Read get_access_score Get the deterministic Access Score for a buyer group, including sub-scores, risk level, top gaps, and provenan Read get_account_read Get Adrata chat’s grounded no-loss account/deal read through the governed ToolDispatcher. Returns Known/Read/A Read get_account_wiki Get the compiled wiki for a company/account. Returns all wiki pages with intelligence, battle cards, and playb Read get_action Get full action details including metadata. Read get_action_history Full activity timeline for any entity: emails, calls, meetings, notes, stage changes. Shows the complete histo Read get_activity_summary Aggregated activity metrics (calls, emails, meetings) over time. Read get_agent_task Get detail, progress, and result for a long-running agent/background task. Read get_buyer_group Get buyer group details including members and roles. Read get_buyer_group_members List members of a buyer group with roles. Read get_call_transcript Retrieve call recording transcript with AI summary, key topics, action items, and sentiment analysis. Read get_campaign Get campaign details and performance metrics. Read get_cloud_records Query the Adrata Cloud — the canonical, source-attributed, bitemporal record substrate — as one surface. Filte Read get_company Get full company details including customFields, lastAction, intelligence data. Read get_company_actions List all actions on a company. Read get_company_firmographics Get employee count and revenue metadata for a company, including value/range, source, confidence, freshness, a Read get_company_invoices One account Read get_company_list Get a saved company/account list with its companies. Read get_company_opportunities List all opportunities for a company. Read get_company_people List all people at a company. Read get_competitive_intel Get competitive intelligence for a company: battlecard positioning, competitor strengths/weaknesses, recent co Read get_competitor_intel Get competitive intelligence for a company. Read get_current_user Get the currently authenticated user. Read get_deal_authority Get authority mapping and stakeholder analysis for a deal. Read get_deal_coaching MEDDPIC analysis for a deal with risk assessment, forcing questions, and recommended next move. Orchestrates o Read get_deliverability Domain health check: SPF/DKIM/DMARC status, blacklist check, inbox placement prediction, and sender reputation Read get_demo_availability Check available demo time slots from Cal.com. Returns the next 5 available slots for scheduling a product demo Read get_email Get full email content by ID. Read get_email_health Get the deliverability health score for an email account. Returns sender reputation, bounce rate, spam complai Read get_email_thread Get full email conversation thread with all messages, timestamps, and CRM context. Read get_forecast Pipeline forecast with confidence intervals, stage breakdown, at-risk deals, and win rate trends. The executiv Read get_forecast_data Sales forecast with predicted revenue by period. Read get_icp_distribution Get ICP tier distribution (A/B/C/D breakdown) for one ICP profile, plus coverage showing how many companies ha Read get_installed_base Finance/expansion installed base: which accounts bought which SKUs (spend, invoice count, first/last purchase) Read get_intent_signals Get buying intent signals for a company. Read get_intro_pipeline Get the warm intro pipeline organized by stage. Use for managing intro workflow across connectors and targets. Read get_matrix_anomalies Alias for matrix_anomalies_feed. Read get_matrix_deal_probability Get a Matrix posterior win probability and evidence chain for one opportunity. Read get_matrix_digest_preview Preview the Matrix morning digest: top anomalies, slipping deals, competitor event, and deep links. Read get_matrix_recommended_actions Get EV-ranked Matrix actions for an opportunity, including workflow template keys. Read get_mcp_analytics Get MCP usage analytics dashboard: top tools, search queries, conversion funnel, tier distribution. Admin only Read get_meeting Get meeting (calendar event) details, including the attendee roster. Read get_meeting_action_items Get action items from a meeting. Read get_meeting_brief Generate a pre-meeting intelligence brief: attendee profiles, company context, recent signals, talking points, Read get_meeting_summary Get AI summary of a meeting. Read get_network_paths Relationship mapping: find warm paths to a target person. Shows shared connections, intro strategies, and warm Read get_network_stats Get network coverage, relationship strength, and warm intro health metrics. Read get_next_contacts Who should I contact next? Returns a ranked list with last touch, days since touch, signal score, and recommen Read get_opportunity Get full opportunity details including stage, amount, customFields. Read get_outreach_analytics Open/reply/bounce rates per sequence and step. Shows what\ Read get_partner Get a single partner with its full profile (type, tier, motions, commitment, target incremental ARR). Read get_partner_consumption_rollup Get a partner\ Read get_partner_revenue Get a partner\ Read get_path_to_power Rank safe, reviewable routes to decision authority for a buyer group, including rationale, next actions, and d Read get_person Get full person details including customFields, lastAction, companyName. Read get_pipeline_metrics Pipeline metrics: total value, deal count, win rate, stage distribution. Returns an object; when there are no Read get_priority_pursuits Get Priority Pursuits — your evidence-ranked daily account and next-move list. Read get_provider_connect_plan Get the exact app/API/MCP/CLI connection plan for one integration provider without enabling the infrastructure Read get_sequence Get sequence details including steps. Read get_sequence_analytics Get performance analytics for a sequence. Returns open rates, reply rates, bounce rates, unsubscribe rates, an Read get_signals_dashboard Intent signals across all accounts, grouped by urgency. Shows buying signals, leadership changes, hiring patte Read get_speedrun_list Legacy alias for get_priority_pursuits. Read get_user Get user details. Read get_webhook_delivery Get status, response body, and retry metadata for a webhook delivery attempt. Read get_work_board Read one board whole: its columns (each with its own staleness policy) and every card on it. The card list car Read get_work_board_rollup Read several boards as one prioritisation view. Pass Read get_work_item Read one card by id: title, body, product, assignee, reporter, creator, its stored tag, and how long it has be Read get_work_item_comments Read what people have SAID about a card, oldest first: each comment\ Read get_work_item_history Read a card\ Read get_workspace_settings View your workspace configuration, enabled modules, rate limits, user count, and subscription details. Use thi Read inspect_provider_catalog List the canonical integration provider catalog without loading provider endpoint tools into context. Use cate Read link_file_to_entity Connect a knowledge file to a CRM record (company, person, opportunity). Links battle cards to accounts, playb Read list_actions List actions with filters. Use to answer Read list_agent_tasks List long-running agent/background tasks with status and progress. Read list_buyer_groups List buyer groups — the decision-making units at companies. Read list_campaigns List campaigns with optional status filter. Read list_company_lists List saved company/account lists in Adrata. Use before adding companies to an existing target list. Read list_custom_fields Discover what custom fields are set across records of a given type. Samples up to 100 records and returns all Read list_customer_signals List first-party customer signals (the store live plays fire from) for the workspace, or scope to one company/ Read list_domains List all email sending domains in your workspace with health status. Shows verification state, deliverability Read list_email_accounts List email mailboxes in your workspace. Optionally filter by domain. Shows warmup status and health scores. En Read list_executive_partner_meetings List a partner Read list_external_companies Query Adrata nightly-refreshed external company catalogs directly, such as portfolio, cohort, or source-specif Read list_external_pipeline_members List members of an external pipeline/channel before import. Supports batch/country/status filters and can flag Read list_external_pipelines List Adrata Channels: refreshable external/internal pipelines such as YC, a16z Speedrun, Techstars, CSV import Read list_icp_profiles List the workspace ICP profiles. A workspace selling into several motions keeps one active profile per segment Read list_intro_requests List tracked warm introduction requests by status or direction. Read list_meetings List your meetings (calendar events) with optional filters. Read list_my_work_items The cards that are YOURS, across every board in the workspace, ordered the way a developer actually picks: esc Read list_notes List notes, filterable by entity. Read list_overdue_actions List actions past their due date. Read list_partner_attributions List every partner attribution on an opportunity (who drove strategic vs influenced revenue). The API route ha Read list_partner_consumption List a partner Read list_partners List partners in the workspace. Filter by partnerType (ISV_TECH, AI_LAB, HYPERSCALER, GSI_SI, RESELLER, MARKET Read list_provider_catalog List Adrata integration providers with category, auth model, runtime status, headless support, and connect pat Read list_provider_endpoints Inspect a provider endpoint/action catalog before drafting a workflow. Returns available actions, auth mode, r Read list_sequences List email sequences. Read list_sequences_full List email sequences with full details including status, step count, and enrollment metrics. Enterprise only. Read list_strategic_work_streams List a partner Read list_today_actions List actions scheduled for today. Read list_toolsets List available composite toolsets. Each toolset contains multiple high-level tools. Use enable_toolset to load Read list_users List workspace users/team members. Read list_webhook_deliveries List recent delivery attempts for a webhook subscription. Read list_webhook_events List supported outbound webhook event types, payload schemas, and examples. Read list_webhooks List outbound webhook subscriptions for the workspace. Read list_work_board_rollups List the curated roll-ups in the workspace. The implicit Read list_work_boards List the work boards in the connected workspace. Returns each board id, name, the company it is run for (if an Read list_workspaces List the workspaces the authenticated user is actually a member of, with their role in each. Use before switch Read log_interaction Log a sales interaction — finds the person (or creates them), creates an action with metadata, and optionally Read make_call Dial a number via connected telephony provider. Initiates the call and returns a call ID for tracking. Use get Read morning_brief Get your daily morning intelligence brief. Delivers top priorities, overnight signals, pipeline health, calend Read paper_app_audit Audit Paper app MCP coverage. Returns the Paper app API surfaces, local cache model, and which MCP tools cover Read paper_get_company Get the company context record Paper shows in calendar and workspace context rails. Read paper_get_document Get a Paper document by id from the active workspace. Read paper_get_email_thread Get messages for a Paper email thread. Read paper_list_calendar_events List Paper calendar events for a UTC ISO-8601 start/end window. Read paper_list_documents List Paper documents from the active workspace. Paper documents are Adrata documents with type=paper. Read paper_list_email_threads List Paper inbox thread summaries. Read paper_list_shares List workspace share links, optionally filtered by Paper document/resource id. Read paper_list_tasks List the seller task board used by Paper. Read pause_sequence Pause a running sequence. Enrolled contacts will stop receiving emails until the sequence is reactivated. Ente Read purchase_domain Purchase a domain for email sending through Adrata. The domain will be added to your workspace and ready for D Read qualify_company Qualify a company against your ICP Matrix. Returns a coaching narrative with score, intent signals, deal autho Read rank_companies_by_icp Rank imported companies by similarity to the workspace ICP/closed-won profile. Use immediately after external Read rank_partners_for_account Rank the partners best positioned to break into a target account. Returns an explainable break-in probability Read recall Search saved memories by text query. Returns memories ranked by relevance. Use this to recall facts, preferenc Read replay_webhook_delivery Replay a failed or previous webhook delivery. Read reply_to_email Reply to a specific email thread. Maintains threading and CRM tracking. Read research_company Deep research report on a company: firmographics, tech stack, funding, news, competitors, intent signals. Orch Read research_person Deep research on a person: professional profile, communication preferences, intro paths, recent activity. Orch Read score_company_icp Score how well a company matches your Ideal Customer Profile. When several profiles are active this scores the Read search_companies Search companies by name, domain, industry, or status. Returns customFields. Read search_domains Search for available domains to purchase for email sending. Returns matching domains with pricing and availabi Read search_emails Search emails by subject, sender, recipient, or folder. Read search_emails_composite Full-text search across synced inbox by sender, subject, date range, or company. Returns formatted results wit Read search_knowledge Search wiki pages and knowledge files (battle cards, playbooks, competitive intel). Returns matching content r Read search_leads Search leads (people with status=LEAD). To update, use update_person. Read search_opportunities Search deals by name, stage, company, or owner. Read search_people Search people by name, email, company, title. Returns all statuses. Filter by contactCategory to separate real Read sloan_handoff Hand a prospect to Sloan (the AI executive assistant): creates a follow-up objective so Sloan pursues the meet Read sloan_status What Sloan (the AI executive assistant) is doing: follow-up objective counts by state, work due soon, drafts a Read test_provider_credential Run a policy/audit-mapped credential test for a provider. Defaults to dry-run so Claude Code can check shape a Read test_webhook Queue a signed webhook.test delivery to validate a subscription endpoint. Read track_conversion Track a tier conversion event (internal). Used by billing to record upgrades: free->pro, pro->enterprise. Read upgrade_account Open the Adrata Edition signup page in your browser to upgrade your account. Read validate_extension_manifest Validate a custom extension manifest (custom tables, fields, views, record cards, workflow nodes, provider act Read validate_integration_manifest Validate a custom integration manifest against the Adrata safety gates (auth, scopes, rate limits, test endpoi Read validate_workflow_draft Validate an Adrata workflow draft. Ensures every step has permissions, audit event mapping, policy risk, and d Read verify_domain Check DNS propagation status for an email domain. Returns verification status for SPF, DKIM, and DMARC records Read who_am_i Get your user profile with usage statistics — tier, top tools used, recent activity, saved memories count, and Read workspace_status Check which credential this MCP server is actually running on, what tier it grants, which workspace it is acti

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Adrata

Can an AI agent delete data through the Adrata MCP server? +

Yes. The Adrata server exposes 15 destructive tools including bulk_delete_buyer_groups, cancel_agent_task, delete_action. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Adrata? +

The Adrata server has 80 write tools including activate_sequence, add_buyer_group_member, add_provider_action_column. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Adrata.

How many tools does the Adrata MCP server expose? +

278 tools across 4 categories: Destructive, Execute, Read, Write. 171 are read-only. 107 can modify, create, or delete data.

How do I enforce a policy on Adrata? +

Register the Adrata MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Adrata tool call.

Deterministic rules across all 278 Adrata tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

278 Adrata tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Adrata's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.