Yahoo Fantasy Football MCP server for Claude Desktop - Advanced lineup optimization, draft assistance, and league management. Built using Claude Code.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"fantasy-football-mcp-public": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A comprehensive Model Context Protocol (MCP) server for Yahoo Fantasy Football that provides intelligent lineup optimization, draft assistance, and league management through AI-powered tools.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment / analytics
MCP Server for GCP environment for interacting with various Observability APIs.
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for Fantasy Football Mcp Public and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A comprehensive Model Context Protocol (MCP) server for Yahoo Fantasy Football that provides intelligent lineup optimization, draft assistance, and league management through AI-powered tools.
The enhancement layer enriches player data with real-world context to fix stale projections and prevent common mistakes:
✅ Bye Week Detection – Automatically zeros projections and displays "BYE WEEK - DO NOT START" for players on bye, preventing accidental starts
✅ Recent Performance Stats – Fetches last 1-3 weeks of actual performance from Sleeper API and displays trends (L3W avg: X.X pts/game)
✅ Performance Flags – Intelligent alerts including:
BREAKOUT_CANDIDATE – Recent performance > 150% of projectionTRENDING_UP – Recent performance exceeds projectionDECLINING_ROLE – Recent performance < 70% of projectionHIGH_CEILING – Explosive upside potentialCONSISTENT – Reliable, steady performance✅ Adjusted Projections – Blends recent reality with stale projections for more accurate start/sit decisions (60/40 or 70/30 weighting based on confidence)
Before Enhancement:
{
"name": "Rico Dowdle",
"sleeper_projection": 4.0,
"recommendation": "Bench"
}
After Enhancement:
{
"name": "Rico Dowdle",
"sleeper_projection": 4.0,
"adjusted_projection": 14.8,
"performance_flags": ["BREAKOUT_CANDIDATE", "TRENDING_UP"],
"enhancement_context": "Recent breakout: averaging 18.5 pts over last 3 weeks",
"recommendation": "Strong Start"
}
The enhancement layer is non-breaking and automatically applies to:
ff_get_roster (with include_external_data=True)ff_get_waiver_wire (with include_external_data=True)ff_get_players (with include_external_data=True)ff_build_lineup (automatic)ff_get_leagues – List all leagues for your authenticated Yahoo accountff_get_league_info – Retrieve detailed league metadata and team informationff_get_standings – View current league standings with wins, losses, and pointsff_get_roster – Inspect detailed roster information for any teamff_get_matchup – Analyze weekly matchup details and projectionsff_compare_teams – Side-by-side team roster comparisons for trades/analysisff_build_lineup – Generate optimal lineups using advanced optimization algorithmsff_get_players – Browse available free agents with ownership percentagesff_get_waiver_wire – Smart waiver wire targets with expert analysis (configurable count)ff_get_draft_rankings – Access Yahoo's pre-draft rankings and ADP data