botcall mcp for Gemini CLI
io.github.danecodes/botcall-mcp
Give your AI agent a real phone number for SMS verification codes.
client:Gemini CLI
transport:stdio
runtime:npm
Install botcall mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"botcall-mcp": {
"command": "npx",
"args": [
"-y",
"botcall-mcp"
],
"env": {
"BOTCALL_API_KEY": "<BOTCALL_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs