Skip to main content
Glama
krmisystems

fantasy-football-manager

by krmisystems

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-state

The 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 stdio

This 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 --help

The installed command must be on the MCP host's PATH. Register it with Codex:

codex mcp add fantasy-football-manager -- fantasy-football-manager

This 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:

  1. Call get_capabilities.

  2. Call load_demo with mode="draft".

  3. Call recommend_draft with trials=40 and seed=1.

  4. Call load_demo with mode="season".

  5. Call recommend_lineup.

  6. Call rank_waiver_candidates.

  7. Call get_manager_config before 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.py

CI 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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides read-only access to Sleeper fantasy football leagues, enabling team snapshots, available players, matchups, trade context, and league history through standardized MCP tools.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    An 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP 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
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server for NFL fantasy football retrieval, providing access to NFL stats and Sleeper league data through retrieval-oriented tools.
    -

Latest Blog Posts

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