Agents MCP Server

AI agent commerce: buy gift cards, top up phones, and get travel eSIMs with Bitcoin, ETH, SOL, USDC, USDT, Litecoin, Dogecoin, and 15+ cryptos on

Local serverstdio

What is the Agents MCP server?

Connect Agents to Claude, Cursor or any other MCP client and it stops being a tab you switch to. AI agent commerce: buy gift cards, top up phones, and get travel eSIMs with Bitcoin, ETH, SOL, USDC, USDT, Litecoin, Dogecoin, and 15+ cryptos on Solana, Ethereum, Base, Polygon, Arbitrum, Tron, and more. **No account, no CLI install, no. The agents mcp server is what makes that connection.

Installation

Installation goes through your MCP client rather than a global install: point it at skills on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • 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
  • SpecAgent Skills
  • 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
  • cryptorefills-buy — Full purchase workflow via MCP — interactive guided elicitation, fixed and range-based pricing, multi-product orders, all crypto payment methods. No
  • cryptorefills-x402 — Autonomous agent commerce via x402 protocol. Two settlement rails: USDC on Base (EIP-3009) or USDC SPL on Solana mainnet

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Agents.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agents's toolset — Skills, Brands, Countries and 7 more — is a fair guide to whether it matches your workflow. It is maintained by cryptorefills; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
Skills3 (cryptorefills-catalog, cryptorefills-buy, cryptorefills-x402)
Brands10,500+
Countries180+
Languages10
SetupZero — no account, no npm install, no API key
Spec[Agent Skills](https://agentskills.io/specification)
SkillDescription
cryptorefills-catalogSearch 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-buyFull purchase workflow via MCP — interactive guided elicitation, fixed and range-based pricing, multi-product orders, all crypto payment methods. No CLI install needed.
cryptorefills-x402Autonomous agent commerce via [x402 protocol](https://docs.x402.org/). Two settlement rails: USDC on Base (EIP-3009) or USDC SPL on Solana mainnet (partial-signed v0 transaction). No account, no OAuth, no API key, and no

How to install the Agents MCP server

{
  "mcpServers": {
    "agents": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Agents to Skills.
  • Use Agents to Brands.
  • Use Agents to Countries.

Frequently asked questions

It connects Agents to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (Skills, Brands, Countries, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agents directly.