← Index

io.github.opspawn/bazaar-mcp

io.github.opspawn/bazaar-mcp·v1.0.2·Documents & Spreadsheets
Quality Score
83
/100

x402 micropayment-powered developer tools: screenshots, AI analysis, PDFs, code scanning

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "bazaar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bazaar-mcp"
      ],
      "env": {
        "X402_PAYMENT_TOKEN": "<your-x402_payment_token>",
        "BAZAAR_GATEWAY_URL": "<bazaar_gateway_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "bazaar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bazaar-mcp"
      ],
      "env": {
        "X402_PAYMENT_TOKEN": "<your-x402_payment_token>",
        "BAZAAR_GATEWAY_URL": "<bazaar_gateway_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y bazaar-mcp
§02  Environment variables
X402_PAYMENT_TOKEN
secret

x402 payment token for authenticated requests to the Bazaar gateway

BAZAAR_GATEWAY_URL

Base URL for the x402 Bazaar gateway (defaults to https://a2a.opspawn.com)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets