Agent Contract Proof for Gemini CLI
dev.workers.mattskowronis.agent-contract-proof/verify-agent-contract
Verify an agent's advertised route, price, payment details, and schemas against its live endpoint.
client:Gemini CLI
transport:streamable-http
tools:1
Install Agent Contract Proof in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"verify-agent-contract": {
"httpUrl": "https://agent-contract-proof.mattskowronis.workers.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