toolpin for Gemini CLI
dev.toolpin/toolpin
Check whether an MCP server answers, what its tools claim, and whether that claim has changed.
client:Gemini CLI
transport:streamable-http
tools:6
Install toolpin in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"toolpin": {
"httpUrl": "https://toolpin.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs