agent readiness for Gemini CLI
com.webmcp-tool/agent-readiness
Scores any public website on how usable it is by AI agents, with per-check evidence.
client:Gemini CLI
transport:streamable-http
tools:5
Install agent readiness in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agent-readiness": {
"httpUrl": "https://webmcp-tool.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs