spend for Gemini CLI
io.github.payclaw/spend
Agents are not bots. PayClaw proves it — then lets them pay. Badge + Spend on existing Visa rails.
client:Gemini CLI
transport:stdio
runtime:npm
Install spend in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"spend": {
"command": "npx",
"args": [
"-y",
"@payclaw/mcp-server"
],
"env": {
"PAYCLAW_API_KEY": "<PAYCLAW_API_KEY>",
"PAYCLAW_API_URL": "<PAYCLAW_API_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs