rag-nfl-analyst
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rag-nfl-analystWhat were Justin Jefferson's receiving stats in week 3?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rag-nfl-analyst
RAG system and MCP server for NFL fantasy football applications.
This repository is the retrieval and context-serving layer for the fantasy-football-ai project. It owns the NFL data-source code that was split out of the app repo, plus the first MCP server entrypoint for retrieval-style tools.
What lives here
NFL stats ingestion helpers from
nfl-data-pyMCP server entrypoint and tool surface
Future retrieval, embedding, indexing, and citation plumbing
Related MCP server: NFL MCP
Current layout
src/rag_nfl_analyst/data/nfl/stats.py- weekly NFL stats and related data helperssrc/rag_nfl_analyst/mcp/server.py- minimal MCP server with retrieval-oriented toolsdocs/data-sources.md- current source map and usage notesspecs/implementation-plan.md- phased implementation plan for the retrieval stackspecs/open-questions.md- remaining decisions and design questions
Current state
The repo is intentionally thin right now:
source integrations are in place
an MCP server entrypoint exists
retrieval/indexing/storage layers are still planned
Getting started
uv sync
uv run rag-nfl-analystNotes
This repo is the right place for retrieval-specific code, not the final user-facing CLI or prompt formatting.
The app repo owns Sleeper and user/platform state; this repo only receives normalized context.
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only fantasy analysis for ESPN, Yahoo, and Sleeper leagues via MCP
Public MCP server for discovering open jobs. Search, filter, and get application links.
SportsDataIO MCP — wraps SportsDataIO's Big-Six sports data API (sportsdata.io)
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Related MCP Servers
- AlicenseAqualityBmaintenanceA factual NFL data server that provides player search, profiles, statistics, schedules, rosters, and more via MCP tools, with automatic on-demand retrieval and transparent caching from nflverse.18Apache 2.0
- AlicenseNot gradedqualityBmaintenanceMCP server that turns real NFL & fantasy data into a decisive edge, offering 70+ tools for draft assistance, start/sit recommendations, trade analysis, playoff odds, and more, with live league integration.MIT
- AlicenseAqualityCmaintenanceA read-only MCP server that supplies live context from Sleeper fantasy-football leagues, including rosters, trade analysis, draft picks, and league settings via Sleeper's public API.11MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that provides league-accurate fantasy football advice by scoring projections against your Sleeper league's actual scoring settings and roster shape, answering draft, trade, waiver, and lineup questions.MIT