AI agent commerce: buy gift cards, top up phones, and get travel eSIMs with Bitcoin, Ethereum, Solana, USDC, USDT, Litecoin, Dogecoin, and 15+ cryptos on Base, Polygon, Arbitrum, Tron, and more. No account, no CLI install, no API key — connect via MCP or let your agent pay autonomously with x402.
| Skills | 3 (cryptorefills-catalog, cryptorefills-buy, cryptorefills-x402) |
| Brands | 10,500+ |
| Countries | 180+ |
| Languages | 10 |
| Setup | Zero — no account, no npm install, no API key |
| Plugin format | Claude Code / Cowork |
| Spec | Agent Skills |
npx skills add cryptorefills/agentsFor a specific agent:
npx skills add cryptorefills/agents -a cursor -y/plugin marketplace add cryptorefills/agents
/plugin install cryptorefills@cryptorefills-skillsSettings > Plugins > Add marketplace cryptorefills/agents > Install cryptorefills
| Skill | Description |
|---|---|
| cryptorefills-catalog | Search and explore 10,500+ gift cards, mobile top-ups, and eSIMs across 180+ countries via MCP. Multi-language, real-time pricing, no account required. |
| cryptorefills-buy | Full purchase workflow via MCP — interactive guided elicitation, fixed and range-based pricing, multi-product orders, all crypto payment methods. No CLI install needed. |
| cryptorefills-x402 | Autonomous agent commerce via x402 protocol. USDC on Base — no account, no OAuth, no API key. For AI agents with wallets. |
cryptorefills-catalog connects to the Cryptorefills MCP server for product discovery. No credentials needed — search by brand, country, category, or keyword in 10 languages.
cryptorefills-buy uses the same MCP server for the full purchase lifecycle: search → price → validate → order → pay → track delivery. Supports Bitcoin, Lightning, ETH, USDC, USDT, and more. Includes an interactive purchaseElicitation mode that guides the agent step-by-step through the entire purchase — the simplest path from intent to delivered gift card.
cryptorefills-x402 enables fully autonomous purchasing using the x402 protocol — HTTP 402 Payment Required as a machine-to-machine payment standard. Agents with USDC on Base and EIP-712 signing can buy without any account or API key.
Important: The MCP skills (
cryptorefills-catalog,cryptorefills-buy) use uppercase country codes (US,IT,BR). The x402 skill (cryptorefills-x402) uses lowercase country codes (us,it,br). Always use the correct case for the endpoint you're calling.
URL: https://api.cryptorefills.com/mcp/http
Header: User-Agent: Cryptorefills-MCP/1.0
URL: https://x402.cryptorefills.com
Manifest: https://x402.cryptorefills.com/.well-known/x402.json
Payment: USDC on Base (chain 8453)
- Fork the repository
- Create a skill in
skills/<skill-name>/ - Add
SKILL.mdwith YAML frontmatter + Markdown instructions - Optionally add
references/for detailed docs - Bump version in
.claude-plugin/plugin.jsonandmarketplace.json - Submit a pull request