Serversio.github.YogiAdhik/civicrm-mcp
M

io.github.YogiAdhik/civicrm-mcp

io.github.YogiAdhik/civicrm-mcp · v0.1.2
▦ npm
v0.1.2npm npm: civicrm-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.YogiAdhik/civicrm-mcp",
  "description": "Model Context Protocol server for CiviCRM — AuthX-first, schema-introspected, write-gated.",
  "repository": {
    "url": "https://github.com/YogiAdhik/civicrm-mcp",
    "source": "github"
  },
  "version": "0.1.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "civicrm-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the CiviCRM install, e.g. https://crm.example.org. No trailing slash.",
          "isRequired": true,
          "format": "string",
          "name": "CIVICRM_BASE_URL"
        },
        {
          "description": "API key of the contact the server authenticates as. Keep it on a dedicated 'MCP Bot' contact with minimum permissions.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CIVICRM_API_KEY"
        },
        {
          "description": "CMS host: drupal, wordpress, standalone, or backdrop.",
          "format": "string",
          "default": "drupal",
          "name": "CIVICRM_CMS"
        },
        {
          "description": "Optional — only needed if the site enables the AuthX site-key guard.",
          "format": "string",
          "isSecret": true,
          "name": "CIVICRM_SITE_KEY"
        },
        {
          "description": "authx (default, recommended) or legacy for pre-5.36 installs.",
          "format": "string",
          "default": "authx",
          "name": "CIVICRM_AUTH_MODE"
        },
        {
          "description": "Set to 'true' to enable create / update / save / submit actions. Off by default.",
          "format": "string",
          "default": "false",
          "name": "CIVICRM_ALLOW_WRITES"
        },
        {
          "description": "Set to 'true' to enable delete / replace actions. Off by default.",
          "format": "string",
          "default": "false",
          "name": "CIVICRM_ALLOW_DELETES"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}