Loading MCP server directory, please wait...
Pay-per-call Base APIs for agents: token risk, prices, gas, wallet intel, AI. USDC via x402.
npx @getmcp/cli add io.github.sukrutkrdg/x402-bazaar-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
AGENT_PRIVATE_KEYHex private key of a Base wallet holding USDC. Used locally to sign x402 payments — never sent anywhere. Use a dedicated low-balance wallet.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sukrutkrdg/x402-bazaar-mcp": {
"command": "npx",
"args": [
"-y",
"x402-bazaar-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "",
"X402_BAZAAR_CATALOG": ""
}
}
}
}