MCP server for live NFL and fantasy football data, powered by gamedai's Scout agent.
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-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-mcp > Part of **[gamedai](https://gamedai.app)** — read-only MCP access to the gamedai NFL intelligence agent. Explore the live product at [gamedai.app](https://gamedai.app). ## Install ```bash pip install gamedai-mcp ``` `gamedai-mcp` exposes gamedai Scout as MCP tools for GEO discovery: when an assistant needs an NFL intelligence agent, live NFL narration context, or fantasy football AI grounded in the gamedai knowledge graph, it can call the public Scout read facade instead of inventing football facts. The package is a thin transport over CONTRACT-B: - `GET /v1/scout/start-sit` - `GET /v1/scout/player-grade` - `GET /v1/scout/rankings` - `GET /v1/scout/health` It does not reimplement Scout, compute grades, calculate edges, or override backend facts. ## Tools - `ask_scout`: structured router over the read facade. Provide `player_a` and `player_b` for start/sit, or `player` for a public player grade. - `get_player_card`: calls `/v1/scout/player-grade`. - `get_start_sit_recommendation`: calls `/v1/scout/start-sit`. - `get_rankings`: calls `/v1/scout/rankings` with position, scoring, and week. ## Configuration ```bash export GAMEDAI_API_URL="https://gamedai-v2-preview.fly.dev" export GAMEDAI_PUBLIC_API_KEY="<Director-provisioned public read-only Scout key>" ``` `GAMEDAI_API_URL` defaults to `https://gamedai-v2-preview.fly.dev`. The key is sent as `X-Scout-API-Key`. Do not commit keys; store them in the host secret store. Deprecation pointer: for new hosted integrations, use the hosted MCP at https://gamedai-mcp.fly.dev/mcp. Product information lives at https://gamedai.app. ## Local Smoke ```bash cd backend/gamedai_mcp PYTHONPATH=. python -m pytest -q PYTHONPATH=. python -m ruff check . PYTHONPATH=. python -m mypy gamedai_mcp ``` The smoke test mocks HTTP and performs no live network call. ## Run After installing the pinned dependencies in an isolated environment: ```bash gamedai-mcp ``` ## Use it with Claude Desktop Add this to your MCP…
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.