Serversio.github.opspawn/bazaar-mcp
M

io.github.opspawn/bazaar-mcp

io.github.opspawn/bazaar-mcp · v1.0.2
▦ npm
v1.0.2npm npm: bazaar-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.opspawn/bazaar-mcp",
  "description": "x402 micropayment-powered developer tools: screenshots, AI analysis, PDFs, code scanning",
  "repository": {
    "url": "https://github.com/opspawn/bazaar-mcp-server",
    "source": "github"
  },
  "version": "1.0.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "bazaar-mcp",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "x402 payment token for authenticated requests to the Bazaar gateway",
          "format": "string",
          "isSecret": true,
          "name": "X402_PAYMENT_TOKEN"
        },
        {
          "description": "Base URL for the x402 Bazaar gateway (defaults to https://a2a.opspawn.com)",
          "format": "string",
          "name": "BAZAAR_GATEWAY_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}