Skip to main content
Glama
Left-Coast-Tech

ESPN MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
get_standingsA

Get current standings for a league. Returns win-loss records, division standings, and playoff positioning.

get_scoreboardA

Get current or upcoming games with scores. For NFL, can specify week number.

get_teamA

Get detailed information about a specific team including record, stats, and current standing.

get_scheduleA

Get a team's schedule including past results and upcoming games.

get_gameA

Get detailed information about a specific game including box score if completed.

get_playoffsC

Get current playoff bracket or playoff picture/standings.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation4/5

Each tool targets a distinct aspect (standings, scores, team info, schedule, game details, playoffs). Minor overlap exists between get_team (which includes standing) and get_standings, and between get_scoreboard and get_game, but descriptions clarify the differences.

Naming Consistency5/5

All tools follow the consistent `get_` prefix followed by a clear noun (standings, scoreboard, team, schedule, game, playoffs). No mixed conventions or ambiguous verbs.

Tool Count5/5

With 6 tools, the server is well-scoped for a sports data provider. Each tool covers a core data need without bloat, and the count feels appropriately sized.

Completeness4/5

The server covers the major domains: standings, scores, teams, schedules, games, and playoffs. Minor gaps exist (e.g., player stats, league news, or team lists), but for the apparent purpose of game/season data, the surface is largely complete.

Maintenance

ActivityInactive
ResponsivenessNo issues