ATXP — Agent Payment & Wallet Infrastructure for Gemini CLI
io.github.atxp-dev/atxp
Agent wallet, email, phone, and 41 paid tools: search, image/video/music gen, SMS, calls.
client:Gemini CLI
transport:stdio
runtime:npm
Install ATXP — Agent Payment & Wallet Infrastructure in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"atxp": {
"command": "npx",
"args": [
"-y",
"atxp"
],
"env": {
"ATXP_CONNECTION": "<ATXP_CONNECTION>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs