Catalog
io.github.opspawn/bazaar-mcp
Officialx402 micropayment-powered developer tools: screenshots, AI analysis, PDFs, code scanning
Micropayment-powered tools for screenshots, AI analysis, PDF generation, and code scanning.
README not available yet.
Install
Configuration
Environment variables
X402_PAYMENT_TOKENsecretx402 payment token for authenticated requests to the Bazaar gateway
BAZAAR_GATEWAY_URLBase URL for the x402 Bazaar gateway (defaults to https://a2a.opspawn.com)
claude_desktop_config.json
{
"mcpServers": {
"bazaar-mcp": {
"command": "npx",
"args": [
"-y",
"bazaar-mcp@1.0.2"
],
"env": {
"X402_PAYMENT_TOKEN": "<YOUR_X402_PAYMENT_TOKEN>",
"BAZAAR_GATEWAY_URL": "<YOUR_BAZAAR_GATEWAY_URL>"
}
}
}
}