Integrate with ClawdRules
Connect your AI agent to 482 governance rules, soul.md personalities, and real-time spending controls. One MCP command, one API key, or auto-discovery — you choose.
Connect your AI agent to 482 governance rules, soul.md personalities, and real-time spending controls. One MCP command, one API key, or auto-discovery — you choose.
For Claude and any MCP-compatible client. One command, 13 governance tools, zero configuration.
claude mcp add clawdrules -- npx -y clawdrules-mcpSet CLAWDRULES_API_KEY in your environment. Get one from the dashboard.
| Tool | Type |
|---|---|
clawdrules_agent_connectRegister/authenticate an agent | write |
clawdrules_check_transactionEvaluate transaction against governance rules | read |
clawdrules_list_rulesList all configured rules | read |
clawdrules_get_soulGet agent personality profile | read |
clawdrules_list_storesList trusted/blocked merchants | read |
clawdrules_create_checkoutCreate a new checkout session | write |
clawdrules_get_checkoutGet checkout status | read |
clawdrules_complete_checkoutApprove checkout (governance check) | write |
clawdrules_cancel_checkoutCancel a checkout | write |
clawdrules_report_receiptReport purchase receipt | write |
clawdrules_get_mandateGet AP2 payment mandate | read |
clawdrules_poll_approvalPoll approval status | read |
clawdrules_kill_switchFreeze all agent activity | write |
Native integration with every major AI platform. If your agent can make HTTP calls, it works with ClawdRules.
Native MCP support. Add ClawdRules as an MCP server and all 13 tools appear automatically.
Gemini Actions via ai-plugin.json discovery. Auto-registers 14 operations from the OpenAPI spec.
Grok Actions support via ai-plugin.json. All 14 operations exposed through OpenAPI spec.
REST API with Bearer token auth. Compatible with function calling, assistants API, and custom GPTs.
For any platform, language, or framework. Bearer token authentication, JSON request/response.
Bearer token in the Authorization header.
Authorization: Bearer clr_live_a1b2c3d4...All API endpoints are under the v1 namespace.
https://clawdrules.com/api/v1/agent/*/connect— Register agent/check— Evaluate rules/rules— Get rules/soul— Get personality/stores— Get merchants/checkout— Create session/checkout— Read status/checkout/complete— Complete/checkout/cancel— Cancel/checkout/receipt— Report receiptAI platforms can discover ClawdRules capabilities automatically through standard well-known paths.
/.well-known/ai-plugin.json/openapi.yaml/.well-known/openapi.yamlThe ai-plugin.json manifest includes vendor extensions for each platform:
x-anthropic-tool-usex-google-gemini-actionsx-xai-grok-actionsx-agent-protocolCreate an account, generate an API key, and your agent will be governed in minutes. Zero passwords — passkey-only authentication.