- Home
- MCP servers
- Flaim
Flaim
- typescript
1
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Flaim provides an MCP bridge that exposes your fantasy league data to AI assistants through a standardized, secure protocol. You can connect Claude, ChatGPT, or Gemini CLI to access live ESPN fantasy data via the MCP gateway, enabling you to ask questions about rosters, matchups, standings, and more directly from your AI tools.
How to use
You connect your AI tool to Flaim using the MCP URL and then start querying your leagues. After you set a default league, you can ask your AI about rosters, matchups, standings, free agents, and historical seasons. The system handles authentication, data access, and secure token management so your ESPN credentials stay protected.
How to install
Prerequisites you need before using Flaim as an MCP server:
- A web browser or extension capable of managing OAuth tokens if you plan to use the Chrome extension workflow
- Network access to reach the MCP gateway at the provided URL
Step-by-step setup to start using Flaim as an MCP server:
- Configure your AI client to connect to the MCP URL as a new data source or connector
If your AI client requires explicit OAuth configuration, complete the authentication flow to grant access to Flaim for your ESPN data, then return to your AI client to begin querying your leagues.
Additional sections
Configuration and tools provided by Flaim revolve around a unified MCP gateway that serves data via a consistent API surface. The primary HTTP MCP endpoint is the gateway you integrate with your AI tool. Your ESPN credentials are managed securely through the system, and live data from ESPN is accessible for roster, matchup, and standings queries.
Tools and endpoints
The MCP gateway exposes a set of endpoints you can call from your AI client to retrieve data across your leagues and seasons.
Available tools
get_user_session
Returns the user's leagues across all platforms with IDs.
get_ancient_history
Retrieves historical leagues and seasons (2+ years old).
get_league_info
Fetches league settings and members.
get_roster
Returns the team roster with player stats.
get_matchups
Provides current and upcoming matchups.
get_standings
Returns league standings.
get_free_agents
Lists available free agents.