CiviCRM MCP Server

48 tools. 20 can modify or destroy data without limits.

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

Last updated:

20 can modify or destroy data
28 read-only
48 tools total

Community server · catalogue entry verified 29/06/2026

How to control CiviCRM MCP Server ↓

What CiviCRM MCP Server exposes to your agents

Read (28) Write / Execute (14) Destructive / Financial (6)
Critical Risk

The most dangerous CiviCRM MCP Server tools

20 of CiviCRM MCP Server's 48 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control CiviCRM MCP Server

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

Deny destructive operations
{
  "delete_address": {
    "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
{
  "add_contact_to_group": {
    "limits": [
      {
        "counter": "add_contact_to_group_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_activities": {
    "limits": [
      {
        "counter": "get_activities_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 CiviCRM MCP Server — 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 CIVICRM →

Instant setup, no code required.

All 48 CiviCRM MCP Server tools

READ 28 tools
Read get_activities Retrieve activities from CiviCRM including custom fields Read get_addresses Retrieve address records from CiviCRM Read get_campaigns Retrieve campaigns from CiviCRM (if CiviCampaign is enabled) Read get_cases Retrieve cases from CiviCRM (if CiviCase is enabled) Read get_contact_organizational_info Get complete organizational information for a contact (chapters, organizers, membership, etc.) Read get_contact_types Retrieve contact types and subtypes from CiviCRM Read get_contacts Search and retrieve contacts from CiviCRM including custom fields Read get_contributions Retrieve contributions/donations from CiviCRM including custom fields Read get_emails Retrieve email records from CiviCRM Read get_entity_tags Retrieve entity tag relationships from CiviCRM Read get_events Retrieve events from CiviCRM Read get_group_contacts Retrieve group contact relationships from CiviCRM Read get_groups Retrieve groups from CiviCRM Read get_membership_statuses Retrieve membership statuses from CiviCRM Read get_membership_types Retrieve membership types from CiviCRM Read get_memberships Retrieve memberships from CiviCRM Read get_option_values Retrieve option values from CiviCRM option groups Read get_organizer_contacts Get all contacts that appear to be organizers (have @acorncanada.org emails) Read get_phones Retrieve phone records from CiviCRM Read get_relationship_types Retrieve relationship types from CiviCRM Read get_relationships Retrieve relationships from CiviCRM Read get_reports Retrieve available reports from CiviCRM Read get_tags Retrieve tags from CiviCRM Read get_websites Retrieve website records from CiviCRM Read list_custom_fields List all available custom fields for an entity type Read list_option_groups List all option groups in CiviCRM Read search_contacts_by_chapter Find all contacts in a specific chapter Read system_info Get CiviCRM system information and status

Related servers

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

Questions about CiviCRM MCP Server

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

Yes. The CiviCRM MCP Server server exposes 6 destructive tools including delete_address, delete_email, delete_phone. 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 CiviCRM MCP Server? +

The CiviCRM MCP Server server has 14 write tools including add_contact_to_group, add_entity_tag, create_activity. 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 CiviCRM MCP Server.

How many tools does the CiviCRM MCP Server MCP server expose? +

48 tools across 3 categories: Destructive, Read, Write. 28 are read-only. 20 can modify, create, or delete data.

How do I enforce a policy on CiviCRM MCP Server? +

Register the CiviCRM MCP Server 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 CiviCRM MCP Server tool call.

Deterministic rules across all 48 CiviCRM MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

48 CiviCRM MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.