Stablecoin Pay-As-You-Go Commerce
Use stablecoins like USDC and USDT on fast chains like Solana to quote, validate, and fulfill orders in a deterministic flow. You issue at checkout time, reduce prefunding exposure, and keep capital flexible for growth.
This integration is for gift cards, mobile top-ups, and eSIMs. Flights and stays are not part of this API flow.
Cashflow efficient
Issue inventory at checkout time instead of pre-buying stock. Keep working capital available for growth.
Fast settlement UX
Stablecoin rails plus stream updates reduce waiting friction from payment to delivery.
Web3 user-agent fit
Natural for wallets, mini apps, and agentic checkout flows where users already hold stablecoins.
Operational control
Check the order before creating it, track each status clearly, and switch to polling if streaming is not available.
Supported coins, and available networks.
Coins
Networks
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.listBrands, listProductsForCountry, getProductPrice for catalog and pricing.getCurrencies and getPaymentViasWithCurrencies for payment rails.validateOrder, createOrder, and getOrderStatus for full order lifecycle.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"
}
}
}
}Cryptorefills MCP in action
To maintain quality and adhere to brand guidelines during API implementation, please note the following:
Valid end-user email is required
Cryptorefills delivers product information to the user. Invalid email means failed delivery experience.
Cryptorefills handles delivery
Cryptorefills is responsible for product delivery at all times in this flow.
Service disclosure to users
Your UX should clearly communicate that the user is making use of Cryptorefills service.
Customer support from Cryptorefills
Cryptorefills is available to support customers with questions related to the products they ordered.
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.