MCP Directory

xpaysh/awesome-x402

GitHub
Productivity

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y awesome-x402

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from xpaysh/awesome-x402 your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route xpaysh/awesome-x402 intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add awesome-x402

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use xpaysh/awesome-x402 directly without routing

npx -y awesome-x402

New to Agent-CoreX? View setup guide →

xpaysh/awesome-x402 MCP Server — Agent-CoreX