Buy tab in any wallet
Add a buy tab. The agent quotes live, signs, drops the voucher in-app.
Let Claude, ChatGPT or any MCP agent buy gift cards, mobile top ups and eSIMs with crypto. No KYC. No account. Works with x402.
Drop the full request in one prompt; the agent picks, pays, delivers.
One install. The agent picks, pays, returns the voucher.
Traditional APIs need your code to call endpoints. MCP lets an AI agent do that for you: same catalog, same checkout, less glue code.
Running npx skills add cryptorefills/agents installs three skills over one MCP connection.
cryptorefills-x402Walletless agent commerce on x402. EIP-712 signed payments, no gas, no API keys. USDC on Base and a signing key, nothing else.
POST solana.x402.cryptorefills.com/v1/orders
{ "items": [{ "product_id": "amazon-us-25",
"product_value": 25 }] }402 Payment Required
X-Session-Id: 8f2a91c4-…
PAYMENT-REQUIRED: { accepts: [{
network: "solana:5eykt4Us…",
maxAmountRequired: "25559991",
asset: "EPjFWdd5…",
extra: { feePayer: "BFK9TL…" },
payTo: "8JxQzn…"
}] }
// partial-sign SPL → re-POST + echo X-Session-IdOn Solana, x402 uses ed25519-signed USDC through a dedicated subdomain.
POST x402.cryptorefills.com/v1/orders
{ "items": [{ "product_id": "amazon-us-25" }] }402 Payment Required
PAYMENT-REQUIRED: { x402Version: 2, accepts: [{
network: "eip155:8453",
maxAmountRequired: "25000000",
asset: "0x8335…0291",
payTo: "0xcr-wallet…"
}] }
// sign EIP-712 → re-POST with PAYMENT-SIGNATUREOn Base, x402 uses EIP-712-signed USDC through the main endpoint.
Add a buy tab. The agent quotes live, signs, drops the voucher in-app.
/buy amazon 50, confirm, code in DM. Validation and delivery handled.
Convert governance points to gift cards. Policy caps spend per member, per month.
Bulk gift cards in stablecoins, on a schedule. Every line signed and reconciled.
How Claude, ChatGPT and other MCP agents use Cryptorefills to pay in stablecoins.