PRODUCT · 05 · MCP ENDPOINT

One endpoint per agent.
Any LLM. Zero glue.

Every AgentWallet agent gets a dedicated https://mcp.agentwallet.ai/{agent_id} URL. Drop it into Claude Desktop, Cursor, Devin, LangChain, OpenAI Agents SDK or your homegrown framework. The agent gets balance, quote, charge, refund, mandate, inbox and trace tools — instantly.

ONE LINE TO INTEGRATE
https://mcp.agentwallet.ai/ag_01J9X3F2K4Z7T9V1Q5N3M8B2H7
Tool catalog

14 tools. Built for spend.

wallet.balance
Balance across fiat + USDC + per-agent caps remaining.
wallet.quote
Get a quote across rails — picks the cheapest available for the spend.
card.charge
Authorize a charge against the agent's virtual card. PCI-vaulted PAN.
card.refund
Reverse a prior charge by trace ID. Anchored on the ledger.
payout.send
Send fiat over ACH/SEPA/Pix/UPI/FedNow. Auto-routes by recipient region.
usdc.transfer
Send USDC on Base. Sponsored gas, 1-block finality.
x402.pay
Settle an HTTP 402 paywall. Returns a settlement receipt + the resource.
mandate.sign
Sign an AP2 IntentMandate / CartMandate / PaymentMandate.
mandate.verify
Verify a counterparty's mandate signature against their principal.
inbox.list
Read structured inbox events: receipts, calls, SMS, WhatsApp.
inbox.send
Send mail / SMS / WhatsApp from the agent's verified handles.
trace.tail
Stream the agent's ledger entries — replay-safe.
policy.check
Will-this-spend-pass dry-run before charging.
principal.approve
Pings the principal on WhatsApp for an above-threshold approval.
Drop-in clients

Wired into every framework.

Claude Desktop
Cursor
Devin
Replit Agent
LangChain
LlamaIndex
OpenAI Agents SDK
Vercel AI SDK
Cursor / Claude Desktop config

Two lines of JSON.

{
  "mcpServers": {
    "agentwallet": {
      "url": "https://mcp.agentwallet.ai/ag_01J9X3F2K4Z7T9V1Q5N3M8B2H7",
      "headers": { "Authorization": "Bearer aw_live_…" }
    }
  }
}
Security model

Scoped, signed, replay-safe.

Scoped key per agent

Each MCP URL has its own bearer token. Compromise one — rotate it without affecting any other agent.

Mandate-gated tools

card.charge / payout.send / usdc.transfer require a valid AP2 mandate signed by the principal.

Idempotent by design

Every charge tool takes an idempotency_key. Re-trying a tool call NEVER double-charges.

Plug your agent into money.

Free MCP endpoint with every agent. No setup, no glue.

Get started