Connect Agent Commerce Guard MCP
Add the public policy-only server to an MCP client, review proposed commerce actions, and inspect the separate 1 USDC Base offer resource.
Server initialization points clients to the public offer, requires explicit approval before payment, and requires Base transaction verification after payment. The guided prompt joins those steps without initiating or authorizing a payment.
Codex
codex mcp add agent-commerce-guard --url https://agent-commerce-guard.vercel.app/api/mcp
Claude Code
claude mcp add --transport http agent-commerce-guard https://agent-commerce-guard.vercel.app/api/mcp
VS Code mcp.json
{
"servers": {
"agent-commerce-guard": {
"type": "http",
"url": "https://agent-commerce-guard.vercel.app/api/mcp"
}
}
}
Safety boundary
The tool is read-only and non-destructive. It returns sanitized policy decisions and cannot sign, send, swap, deploy, publish, or purchase. Payment counts only after onchain Base USDC evidence or the live transaction verifier confirms it.