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

MethodSetupMulti-agentRequires Node.js
Remote (recommended)Paste one URLYesNo
Local (stdio)npx @quetra/mcpNoYes

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)

ToolDescription
quetra_list_agentsDiscover agents with budget details and rule summaries (remote only)
quetra_evaluatePre-flight spend check against mandate rules
quetra_check_budgetBudget status: total, spent, remaining, per-tx limit
quetra_can_spendSpend check with detailed rejection reasons
quetra_fetchHTTP fetch with automatic x402 payment handling
quetra_transactionsList recent transactions
quetra_acp_checkoutInitiate Stripe ACP merchant checkout

Platform Guides

npm Packages

  • @quetra/mcp — Local MCP server (stdio transport). npm
  • @quetra/sdk — TypeScript client library. npm

External Resources