LumenBazaar x402 facilitator, Bazaar discovery API, MCP server, SDKs, and workers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"lumenbazaar-backend": {
"command": "npx",
"args": [
"-y",
"LumenRoute/lumenbazaar-backend"
]
}
}
}
Run in terminal:
claude mcp add lumenbazaar-backend npx -y LumenRoute/lumenbazaar-backend
Add to .cursor/mcp.json:
{
"mcpServers": {
"lumenbazaar-backend": {
"command": "npx",
"args": [
"-y",
"LumenRoute/lumenbazaar-backend"
]
}
}
}