MCP server providing x402 micropayment-powered developer tools. Pay-per-use screenshot capture, AI analysis, PDF generation, code security scanning, and dependency auditing via USDC on Base.
Overview
Bazaar MCP Server
An MCP (Model Context Protocol) server that connects AI assistants to x402 micropayment-powered developer tools.
Features
- Screenshot Capture ($0.01) - Capture full-page screenshots of any URL
- AI Analysis ($0.01) - Gemini-powered content analysis
- PDF Generation ($0.005) - Convert Markdown to PDF
- Code Security Scan ($0.05) - Detect vulnerabilities in code
- Dependency Audit ($0.05) - Check dependencies for known vulnerabilities via OSV.dev
- x402 Test (Free) - Zero-cost endpoint to test x402 payment flow
Quick Start
npx -y bazaar-mcp
Links
Protocol
Uses the x402 V2 protocol for USDC micropayments on Base (EIP-155:8453). Each tool invocation triggers a real on-chain payment.
Server Config
{
"mcpServers": {
"bazaar-mcp": {
"command": "npx",
"args": [
"-y",
"bazaar-mcp"
],
"env": {
"BAZAAR_GATEWAY_URL": "https://a2a.opspawn.com"
}
}
}
}