General Tools
flaim.app
Provides access to fantasy sports league data including user sessions, standings, matchups, and historical information.
ENDPOINT 1
https://api.flaim.app/mcp
Known tools 9
get_user_sessionUse only for fantasy sports questions that need the user's connected league data; do not call for generic coding, scraping, weather, travel, betting, or non-fantasy sports questions.
get_ancient_historyUse this only after get_user_session, and only when the user is clearly asking about a non-current season or an inactive league.
get_league_infoStrongly encouraged as the second call after get_user_session for the specified league.
get_standingsGet season standings and outcome snapshot; includes verified season-outcome fields when available.
get_matchupsGet matchups/scoreboard for a specific week or the current week.
get_rosterGet roster details for a specific team.
get_free_agentsGet currently available players for the specified league, optionally filtered by position.
get_playersSearch for player identity by name.
get_transactionsGet recent league transactions including adds, drops, waivers, and trades.