Back to MCP Servers

Awesome X402

Curated directory of x402 payment protocol resources, MCP servers, and tools for HTTP 402-based USDC payments on Base, Arbitrum, and other EVM chains.

finance-fintechai

Installation

npx -y awesome-x402

Configuration

{
  "mcpServers": {
    "awesome-x402": {
      "command": "npx",
      "args": ["-y", "awesome-x402"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub