BitBooth Seller Routes for Cursor
io.github.drock91/bitbooth-routes
Create private x402 seller routes, set prices, and route payouts directly to your wallets.
client:Cursor
transport:stdio
runtime:npm
Install BitBooth Seller Routes in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bitbooth-routes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-routes"
],
"env": {
"BITBOOTH_API_KEY": "<BITBOOTH_API_KEY>",
"BITBOOTH_BASE_URL": "<BITBOOTH_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs