MIT-licensed MCP server for querying the public gamedai NFL backend.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"gamedai-nfl-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# gamedai-nfl-mcp Part of [gamedai](https://gamedai.app), the interactive sports radio. This MIT-licensed MCP server exposes five read-only NFL tools backed by the public gamedai API. The default backend is `https://gamedai-v2-preview.fly.dev`. Override it with `GAMEDAI_API_BASE`. Scout calls optionally use `GAMEDAI_SCOUT_API_KEY`; the legacy `GAMEDAI_PUBLIC_API_KEY` name is accepted as an alias. ## Install ```bash cd tools/gamedai-mcp python3.12 -m venv .venv . .venv/bin/activate python -m pip install -e ".[test]" ``` ## Tools - `get_game_scores(date?, event_id?)` reads the public slate. `date` is sent to the backend; `event_id` filters the returned slate locally. - `get_wire_news(page?, page_size?)` reads the paginated Wire feed. - `get_player_grade(player, season?, week?)` reads Scout player grades. - `get_start_sit_recommendation(player_a, player_b, week, season?)` reads the Scout start/sit comparison. `week` is required. - `get_scout_rankings(position?, scoring?, week?)` reads the Scout rankings board. When `season` is omitted, `get_player_grade` and `get_start_sit_recommendation` use the latest complete NFL stats season: `today.year - 1` when the month is March or later, otherwise `today.year - 2`. An explicit season always wins. Rankings derive their source season in the backend. All backend errors are returned as structured objects with `code`, `http_status`, and a bounded `message`. Scout keys are sent only to `/v1/scout/*` calls. ## Hosted mode The hosted service uses streamable HTTP: ```bash gamedai-nfl-mcp --transport streamable-http --host 0.0.0.0 --port 8080 ``` The MCP endpoint is `/mcp`; process liveness is `/healthz`; backend readiness is `/readyz`. The Fly app is the existing `gamedai-mcp` app and deploys from this directory with `flyctl deploy`. The pinned MCP SDK enables stateless HTTP when its `FastMCP` constructor supports `stateless_http=True`. Older SDKs keep normal sessions, as a safe fallback. ## Environment ```bash ex…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.