fantasy-football-manager
Click on "Install 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., "@fantasy-football-managerSimulate my fantasy draft and recommend a lineup for this week."
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.
Fantasy Football Manager
Local MCP tools for fantasy football draft and weekly team decisions.
Version 0.1.0 supports validated JSON imports and synthetic demonstrations. It separates strategy preferences, user limits, and action permissions. The execution adapter changes synthetic state only. It cannot submit live ESPN or Sleeper roster actions.
The local release passed 105 tests and installed-command checks. See validation status for checked behavior and remaining checks. PyPI publication, MCP Registry registration, and public plugin listing are not active merely because their configuration files exist.
Run the synthetic demo
Use Python 3.11 or later and uv. From this source checkout, run:
uv sync --locked --dev
uv run fantasy-football-manager --demo --data-dir .demo-stateThe demo uses synthetic players, teams, projections, and league rules.
The CLI demo calculates a report in memory. It does not create or change saved state, even when --data-dir is supplied.
To run the MCP server from the checkout:
uv run fantasy-football-manager --transport stdioThis command waits for an MCP client. It is not an interactive terminal application.
Related MCP server: StatHead
Install the local MCP command
Install from this checkout:
uv tool install .
fantasy-football-manager --helpThe installed command must be on the MCP host's PATH.
Register it with Codex:
codex mcp add fantasy-football-manager -- fantasy-football-managerThis uses Codex's documented local STDIO connection. See Codex MCP configuration.
Restart the MCP connection after installation. Start a new conversation to test the tools.
Other MCP clients can use the command fantasy-football-manager with no arguments.
For the two workflow skills, use the local plugin instructions. The plugin and direct MCP connection are alternatives. Avoid enabling duplicate copies of the same server.
Try the tools
Ask your MCP client to perform this sequence:
Call
get_capabilities.Call
load_demowithmode="draft".Call
recommend_draftwithtrials=40andseed=1.Call
load_demowithmode="season".Call
recommend_lineup.Call
rank_waiver_candidates.Call
get_manager_configbefore preparing an action.
The MCP load_demo tool stores synthetic state. It refuses to replace an imported real snapshot.
It also refuses to erase confirmed picks when reloading the same draft.
Use a separate data directory to start a new demonstration.
Tool results identify their source, revision, missing inputs, and estimates.
Version 0.1 scope
Area | Available source behavior | Limit |
Draft | Legal roster completion, configurable strategy, repeated Monte Carlo batches, availability estimates | Snake redraft workflow. No auction or live pick submission. |
Season | Legal weekly lineup recommendations, available-player comparisons, projected power rankings | Requires weekly projections and authoritative eligibility and lock state. |
Policy | Per-action modes, protected players, drop rules, spending limits, proposal checks | A strategy cannot grant permission or override a hard limit. |
Execution | Local synthetic draft, lineup, acquisition, waiver, and drop actions | No live provider writes. Trades remain unsupported. |
Storage | Local snapshots, profiles, revisions, and action records | One active league snapshot per data directory. |
Distribution | Local STDIO server and Codex plugin source | Hosted HTTP service and marketplace listing remain separate work. |
Call get_capabilities for the effective supported behavior of the running version.
Selecting automatic mode does not add an unsupported adapter.
Automation and strategy
Automation presets are advisory, review, bounded automation, and custom. Custom profiles select a different mode for each action. Action modes are disabled, advisory, review, and automatic.
Draft strategies include balanced value, RB priority, WR priority, hero RB, and zero RB. Season strategies include projected points, floor, and upside. Waiver strategies include immediate starters, bench upside, and conserving FAAB. Floor and upside comparisons require corresponding projection inputs.
Protected players, authoritative league rules, source freshness, complete history, and current authorization remain execution checks.
An empty allowed-drop list permits no drops when drop_mode="listed_only".
An acquisition with a required drop must satisfy both action policies.
Pending commitments count against spending and move limits.
The minimum lineup improvement also applies to acquisitions.
Execution requires a known, fresh projection timestamp for draft, lineup, and acquisition actions.
See policy behavior and architecture. Scores and sampling error are estimates. They are not championship probabilities.
Data and privacy
The default data directory is outside the source checkout.
Set FFM_DATA_DIR, or pass --data-dir, to choose a different location.
Keep imported league records, databases, credentials, and logs out of Git.
The source examples contain synthetic data only.
The server returns selected data to the connected MCP client. That client's data handling also applies. See privacy notes. The package does not include provider credentials, a hosted service, or a live browser collector.
Develop and package
uv sync --locked --dev
uv run pytest -q
uv run python scripts/validate_release.py
uv build
uv run python -m twine check "dist/*.whl" "dist/*.tar.gz"
uv run python scripts/build_plugin_zip.pyCI repeats source checks, tests, the synthetic CLI demo, and package validation. Release jobs require separate publisher configuration and an approved GitHub environment. See release instructions.
License: MIT. Copyright 2026 krmisystems.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only fantasy analysis for ESPN, Yahoo, and Sleeper leagues via MCP
MCP tools for FIFA World Cup 2026 football, Formula 1, and IPL cricket — sims, strategy, fantasy.
Sports Game Odds MCP — wraps the Sports Game Odds API (sportsgameodds.com)
Read-only ESPN, Sleeper, and Fantrax fantasy leagues for Claude, ChatGPT, and other AI tools.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides read-only access to Sleeper fantasy football leagues, enabling team snapshots, available players, matchups, trade context, and league history through standardized MCP tools.MIT
- AlicenseNot gradedqualityBmaintenanceAn open NFL fantasy-football analytics platform that provides live data, machine-learned projections, dynasty values, and prospect grades via an MCP server for AI clients.MIT
- 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
- FlicenseNot gradedqualityCmaintenanceMCP server for NFL fantasy football retrieval, providing access to NFL stats and Sleeper league data through retrieval-oriented tools.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/krmisystems/fantasy-football-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server