MCP Server
QuetraAI provides an MCP (Model Context Protocol) server that exposes governance tools to any MCP-compatible AI agent. Zero code required — just add a server URL to your config.
Two Connection Options
| Method | Setup | Multi-agent | Requires Node.js |
|---|---|---|---|
| Remote (recommended) | Paste one URL | Yes | No |
| Local (stdio) | npx @quetra/mcp | No | Yes |
Remote Server URL
https://mcp.quetra.dev/<your-api-key>/mcp
Replace <your-api-key> with your API key from the dashboard. The remote server supports multi-agent routing — use quetra_list_agents to discover agents.
Available Tools (7)
| Tool | Description |
|---|---|
| quetra_list_agents | Discover agents with budget details and rule summaries (remote only) |
| quetra_evaluate | Pre-flight spend check against mandate rules |
| quetra_check_budget | Budget status: total, spent, remaining, per-tx limit |
| quetra_can_spend | Spend check with detailed rejection reasons |
| quetra_fetch | HTTP fetch with automatic x402 payment handling |
| quetra_transactions | List recent transactions |
| quetra_acp_checkout | Initiate Stripe ACP merchant checkout |
Platform Guides
Claude Desktop / Code
Step-by-step Cowork integration with remote and local options.
Setup guideOpenClaw
Connect via remote MCP server with openclaw.json config.
Setup guidenpm Packages
External Resources
- MCP Protocol Specification — official Model Context Protocol docs
- Anthropic MCP Guide — building with MCP in Claude