Fantasy Football Data MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SPORTMICRO_API_KEY | Yes | An API key from Sportmicro |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sportmicro_get_playersC | Get documented Sportmicro football players with optional filters. |
| sportmicro_get_teamsC | Get documented Sportmicro football teams with optional filters. |
| sportmicro_get_matchesB | Get documented Sportmicro football matches with optional filters. |
| sportmicro_get_player_statisticsC | Get documented Sportmicro player statistics. |
| sportmicro_get_player_projectionsC | Get documented Sportmicro player projections. |
| sportmicro_get_player_projections_weekB | Get documented Sportmicro weekly player projections. |
| sportmicro_get_player_projections_seasonC | Get documented Sportmicro season player projections. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Three projection tools (player_projections, player_projections_week, player_projections_season) overlap heavily and their boundaries are unclear from descriptions. No explanation of how a general projection tool differs from the week/season variants.
All tools follow a consistent sportmicro_get_<resource> pattern with snake_case, which is predictable and readable.
Seven tools is well-scoped for a data retrieval server, covering core entities without bloat.
Only read operations are present; no create/update/delete despite 'Data MCP Server' implying management. Also missing key fantasy entities like leagues, drafts, and matchups.