Home › Finance › x402-bazaar-mcp

x402-bazaar-mcp

Base token-safety for agents: the only B20 freeze/seize/rug suite + pre-trade gates, over x402.

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-09-09 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.2)

npx -y x402-bazaar-mcp@0.2.2

Or add to your MCP client config:

{
  "mcpServers": {
    "x402-bazaar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "x402-bazaar-mcp@0.2.2"
      ],
      "env": {
        "X402_CREDIT_TOKEN": "<YOUR_VALUE>",
        "AGENT_PRIVATE_KEY": "<YOUR_VALUE>",
        "X402_BAZAAR_CATALOG": "<YOUR_VALUE>"
      }
    }
  }
}
  • X402_CREDIT_TOKEN secret — Prepaid credit token (ck_…) from the buy-credits service. Sent as the x-credit-token header; each call debits your balance. No wallet or signing needed. Recommended paid mode.
  • AGENT_PRIVATE_KEY secret — Hex private key of a Base wallet holding USDC. Used locally to sign x402 payments β€” never sent anywhere. Use a dedicated low-balance wallet. Optional: without it (and without a credit token) the server runs on the free tier.
  • X402_BAZAAR_CATALOG — Override the catalog URL (default https://402.com.tr/api/catalog).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry