groundcheck for Gemini CLI
io.github.beepboop2025/groundcheck
Verify claims, resolve FIGI identity, extract claims, and sign x402 delivery receipts over MCP.
client:Gemini CLI
transport:streamable-http
runtime:npm
tools:5
Install groundcheck in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"groundcheck": {
"httpUrl": "https://groundcheck.seiche.info/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs