BitBooth Seller Routes for Gemini CLI
io.github.drock91/bitbooth-routes
Create private x402 seller routes, set prices, and route payouts directly to your wallets.
client:Gemini CLI
transport:stdio
runtime:npm
Install BitBooth Seller Routes in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"bitbooth-routes": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-routes"
],
"env": {
"BITBOOTH_API_KEY": "<BITBOOTH_API_KEY>",
"BITBOOTH_BASE_URL": "<BITBOOTH_BASE_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs