Wallet marketplace bot
Pick a brand, the bot quotes USDC and streams delivery.
searchProductscreateOrdergetOrderStatusLet Claude, ChatGPT or any MCP agent buy gift cards, mobile top ups and eSIMs with crypto. No KYC. No account. Works with x402.
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-catalogRead-only product discovery across 6,600+ brands in 180+ countries. Search by brand, country or category in 15 languages.
searchProducts({
query: "amazon",
country: "US"
})[
{
brandId: "amazon-us",
denoms: [25, 50, 100],
languages: ["en", "es"],
payable: ["USDC", "USDT", "BTC"]
},
…
]Pick a brand, the bot quotes USDC and streams delivery.
searchProductscreateOrdergetOrderStatusConversational purchase, validated before payment.
validateOrdergetProductPricecreateOrderOnchain points to real-world spend, with policy checks.
listBrandsgetProductPricecreateOrderAuditable gift card procurement in stablecoins.
validateOrdercreateOrdergetOrderStatusOrchestrate Cryptorefills tool calls with openclaw.ai: deterministic step boundaries, explicit failure handling.
Run live prompts against the Cryptorefills MCP via hermes-agent.nousresearch.com, the hosted agent from Nous Research.
How Claude, ChatGPT and other MCP agents use Cryptorefills to pay in stablecoins.