clawpay for Gemini CLI
io.github.up2itnow0822/clawpay
Non-custodial x402 payment MCP server for AI agents. Wallets, payments, and commerce on 17 chains.
client:Gemini CLI
transport:stdio
runtime:npm
Install clawpay in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"clawpay": {
"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