Let Claude, ChatGPT or any MCP agent buy gift cards, mobile topups and eSIMs with crypto. No KYC. No account. Works with x402, Claude & ChatGPT.
Cryptorefills is the first platform where AI agents can autonomously search, quote, and purchase gift cards and mobile topups using stablecoins.
Skills, MCP, and x402 give agents the tools to quote, validate, and buy gift cards, eSIMs, and top-ups autonomously, with stablecoins.Connect your AI agent to 5000+ products across 180+ countries.
No KYC. No credit cards.
Where a traditional API requires your code to call endpoints directly, MCP lets an AI agent call them on your behalf: same catalog, same checkout, less glue code. Running npx skills add cryptorefills/agents installs three skills that share one MCP connection. Each skill targets a different use case.
Browse and search
cryptorefills-catalogRead-only product discovery across 5000+ brands in 180+ countries. Search by brand, country, or category in 10 languages. No account needed.
Full purchase lifecycle
cryptorefills-buySearch, price, validate, order, pay and track delivery. Supports Bitcoin, Lightning, Ethereum, Solana, USDC, USDT, and 15+ other cryptocurrencies.
Autonomous agent commerce
cryptorefills-x402Fully autonomous purchasing for AI agents with crypto wallets. No account, no OAuth, no API key. Just USDC on Base and a signing key.
Cryptorefills publishes a machine-readable MCP manifest at cryptorefills.com/.well-known/mcp.json. This lets MCP-compatible clients auto-discover the server, tools, workflows, and prompts without custom glue code.
What this enables
https://api.cryptorefills.com/mcp/http.Exposed MCP tools
purchaseElicitation interactive wizard flow.searchProducts free-text search by brand, country, or category.listBrands, listProductsForCountry, getProductPrice for catalog and pricing.getCurrencies and getPaymentViasWithCurrencies for payment rails.validateOrder, createOrder, and getOrderStatus for full order lifecycle.Workflows
purchase_gift_card_or_mobile_topup: complete purchase flow from search to delivery.browse_catalog: browse products without purchasing.interactive_purchase: step-by-step guided elicitation for agents with limited context.prompted_gift_card_purchase: natural-language prompt-driven purchasing.Prompts
purchaseGiftCard: guides an AI agent through a gift card purchase using structured or natural-language parameters.Example Claude MCP config (claude_desktop_config.json)
{
"mcpServers": {
"cryptorefills": {
"url": "https://api.cryptorefills.com/mcp/http",
"transport": "http",
"headers": {
"User-Agent": "Cryptorefills-MCP/1.0"
}
}
}
}With openclaw.ai use tool-based orchestration with deterministic step boundaries and explicit failure handling.
/v3/payment_vias (for example prefer USDC on Solana)./v2/brands + /v5/products/country./v4/products/price./v5/orders/validations before /v5/orders.How Claude, ChatGPT and other MCP agents use Cryptorefills to pay in stablecoins.