Skip to main content
Glama
bryan3eng

Fantasy Football Data MCP Server

by bryan3eng

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPORTMICRO_API_KEYYesAn 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 7 tools

Disambiguation2/5

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.

Naming Consistency5/5

All tools follow a consistent sportmicro_get_<resource> pattern with snake_case, which is predictable and readable.

Tool Count5/5

Seven tools is well-scoped for a data retrieval server, covering core entities without bloat.

Completeness2/5

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.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive