← Back to Plugins
MCP Server MCP

io.github.sukrutkrdg/x402-bazaar-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "x402-bazaar-mcp",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "X402_CREDIT_TOKEN"
        },
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "AGENT_PRIVATE_KEY"
        },
        {
          "description": "Override the catalog URL (default https://402.com.tr/api/catalog).",
          "format": "string",
          "name": "X402_BAZAAR_CATALOG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...