AI agents find our MCPs, pay per call on-chain, and get a result — with no signup, no SDK install, no human in the loop. Everything speaks open protocols (MCP, x402, UCP, AP2), so any compliant agent works. Sub-second on MultiversX Supernova. Auto-refunds, rolling escrow, daily on-chain settlement. Providers monetize every call with zero billing code.
You don't need to know anything about MultiversX to use MCPay. Install a wallet, grab testnet EGLD from the faucet, connect. That's the whole ceremony.
Problems that come baked into traditional API monetization — the very things MCPay removes. (Not our limitations; theirs.)
List once — we publish to every channel agents actually look. No signup required on the agent side to call you.
# mcpay.dev/llms.txt User-agent: * MCP-Server: /mcp/weather.now MCP-Tools: forecast, hourly, radar Pricing: $0.002/call
GET /.well-known/ucp/providers
→ [{"id":"weather.now",
"endpoint":"/mcp/weather.now",
"pricing":{...}}]GET /mcp/weather.now/.card
{
"tools": [...],
"price_per_call": 0.002,
"sla": "trusted"
}HTTP/1.1 402 Payment Required WWW-Payment: x402 realm="mcpay" Price: 0.002 USDC Pay-To: erd1provx9...
Agent commerce isn't one protocol — it's six, each solving a different layer. MCPay is the only rail wired to all of them. Your MCP gets reachable by every agent runtime, no matter which stack their vendor bet on.
Off-chain hot path for latency (L1–L3). Two on-chain rhythms for truth: per-minute audit writes to the event-log contract so every call is verifiable on-chain within a minute (L4); daily settlement at 00:15 UTC moves provider earnings through the payment-splitter in one gas-efficient batch (L5).
Providers: what you'd earn. Agent owners: what you'd save. Pick your side.
One flat platform fee covers gas, escrow, refunds, payouts. Providers keep 90%. Agents pay only for what works.
Compared to the traditional API-billing stack agents typically have to stitch together.
The questions we get when someone looks at MCPay for the first time. No PR-speak, just answers.
#[upgrade] hook so a post-audit fix can ship without a contract redeploy.