Fantasy Football Draft Assistant for Gemini CLI
com.predictionmarketspicks/fantasy-draft
The full 2026 fantasy draft board, free to any AI agent. No key, no email, no signup.
client:Gemini CLI
transport:streamable-http
tools:8
Install Fantasy Football Draft Assistant in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fantasy-draft": {
"httpUrl": "https://predictionmarketspicks.com/api/mcp-draft/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs