ClawPay MCP — Non-Custodial x402 Payments for AI Agents for Gemini CLI
io.github.up2itnow0822/clawpay-mcp
Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
client:Gemini CLI
transport:stdio
runtime:npm
Install ClawPay MCP — Non-Custodial x402 Payments for AI Agents in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"clawpay-mcp": {
"command": "npx",
"args": [
"-y",
"clawpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<BASE_RPC_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs