PuckAPI for Gemini CLI
io.github.noahowsh/puckapi
The hockey data API. Stats, odds, and everything between. REST API and MCP server.
client:Gemini CLI
transport:streamable-http
Install PuckAPI in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"puckapi": {
"httpUrl": "https://mcp.puckapi.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs