Loading MCP server directory, please wait...
Create private x402 seller routes, set prices, and route payouts directly to your wallets.
npx @getmcp/cli add io.github.Drock91/bitbooth-routesRequires Node.js 18+. Community-contributed server. Review source before installing.
BITBOOTH_API_KEYYour BitBooth tenant API key (prefixed x402_). Get one at https://app.heinrichstech.com/portal — Sign in → key shown on dashboard.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Drock91/bitbooth-routes": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-routes"
],
"env": {
"BITBOOTH_API_KEY": "",
"BITBOOTH_BASE_URL": ""
}
}
}
}