For AI agents & LLMs
Tell your assistant where the money goes. It calls Shieldz over MCP and hands back a live payment link, an embed, and a QR. No dashboard. No API key. No account.
No pre-issued key needed. Add the server, and the agent can monetize with nothing but an address. Power users still drop in a SHIELDZ_API_KEY for the full merchant tools.
// no API key, identity is the settlement address create_payment_link({ address: "0x71C…3F2", chain: "base", asset: "USDC", amount_usd: 49, memo: "Pro plan" }) → { pay_url: "https://shieldz.cash/p/8kQ2x", qr_url: "…/p/8kQ2x.png", embed: "<script src=…>", manage_url: "…/a/cap_8kQ2x" }
Shieldz ships as a single MCP server. Drop it into any autonomous agent and it can take payments, no key handed over, nothing custodial.






↳ Any MCP-capable agent works, Claude, Cursor, AutoGen and the rest included.
OpenClaw runs on a heartbeat and lives in your chat apps. With the Shieldz skill it spins up a payment link from a single message, keyless, non-custodial, then reports what came in on its next cycle.



Anyone can create a link, so every link passes the same checks, and because nothing is custodial, the worst case is never lost funds.
Creation also returns a capability-token view: a clean page a human can open with no login, and a JSON twin an agent can fetch. The token in the URL is the access.
{
"settlement": {
"chain": "base",
"asset": "USDC",
"address": "0x71C…3F2"
},
"links": 3,
"invoices": { "paid": 12, "pending": 1 },
"totals_usd": 1840.00,
"claimed": false
}
Keyless, non-custodial, OFAC-screened. The payment processor your AI configures while you keep talking.