mcpserver.lol
registry/jdguggs10-mcp
Connection check verified live · 20h ago

jdguggs10-mcp

Read-only fantasy analysis for ESPN, Yahoo, and Sleeper leagues via MCP

Tools 11
GitHub stars 17
Installs / wk
Licence MIT
Transport streamable-http
Last checked 20h ago

Tools & capabilities

11 tools

Read from the running server on 20h ago.

get_ancient_history read-only platform
Use established session context (call get_user_session only if needed), and use this only when the user is clearly asking about a non-current season or an inactive league. This is…
get_draft read-only roundsport*team_iddraft_idplatform*league_id* +1
Use this when the user asks about completed draft results, exact draft-board positions, or current draft-pick ownership for a selected league. Returns a common draft summary and or…
get_free_agents read-only countsport*platform*positionleague_id*season_year*
Get players available to acquire in the specified fantasy league, optionally filtered by position. This is fantasy-league availability, not professional-contract status. Pass a req…
get_league_info read-only sport*platform*league_id*season_year*
With session context established, call this for the selected active league before the requested standings, matchup, roster, free-agent, player, transaction, or draft tool. A usable…
get_matchups read-only weeksport*detailteam_idplatform*league_id* +1
Get matchups/scoreboard for a specific week or the current week. To request compact player scores for one selected matchup, use detail: "players" with an explicit week and team_id;…
get_players read-only countquery*sport*platform*positionleague_id* +1
Search for player identity by name. Always returns identity fields, but ownership context varies by platform. ESPN and Yahoo return market/global ownership and can also populate le…
get_roster read-only weeksport*team_idplatform*league_id*as_of_date +1
Get roster details for a specific team, current by default and historical on request. Exact payload varies by platform: ESPN and Yahoo return player entries with lineup/position co…
get_standings read-only sport*platform*league_id*season_year*
Get season standings and outcome snapshot; includes verified season-outcome fields when available. Returns team records, rankings, and points summaries. The rank field is a standin…
get_transactions read-only typeweekcountsport*platform*league_id* +1
Get recent league transactions including adds, drops, waivers, and completed trades. Use established session context (call get_user_session only if needed), then usually get_league…
get_user_session read-only
Use this alone for user-specific connection, league, or account-status questions. For analysis, reuse successful session context already available in this chat instead of calling a…
refresh_leagues platforms
Refresh connected fantasy leagues by asking Flaim to rediscover leagues through connected ESPN, Yahoo, and Sleeper accounts. Use only when the user explicitly asks to refresh or af…