Create private x402 seller routes, set prices, and route payouts directly to your wallets.
claude mcp add bitbooth-routes -- npx -y @bitbooth/mcp-routes
claude_desktop_config.json
{
"mcpServers": {
"bitbooth-routes": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-routes"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"bitbooth-routes": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-routes"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bitbooth-routes": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-routes"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"bitbooth-routes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-routes"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"bitbooth-routes": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-routes"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Drock91--bitbooth-routes/reviews or the review_server meta-tool.
POST /mcp