NFL Data MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_playersA | Resolve active or retired player names; set active_only=true to exclude retirees. |
| get_player | Get a player profile using the canonical ID returned by search_players. |
| get_player_stats | Get factual game, season, or career player statistics; never projections. |
| get_team_stats | Get factual team stats filtered by offense, defense, special teams, or all. |
| find_stat_games | Find first, last, highest, or lowest games matching a factual statistic. |
| find_stat_seasonsC | Find career-high, career-low, first, or last season totals for a statistic. |
| get_scheduleC | Get bounded NFL games for a season, week, or team. |
| get_gameA | Get one scheduled or completed NFL game by canonical game ID. |
| get_scoring_events | Get factual scoring plays and the offense, defense, or special-teams unit. |
| get_game_statsB | Get a factual player or team box score for one canonical game ID. |
| list_teamsA | List canonical NFL team abbreviations and metadata. |
| get_team_rosterC | Get a team's factual weekly NFL roster. |
| get_injuriesC | Get official injury and practice-report records. |
| get_depth_chartC | Get a factual team depth chart for a season and week. |
| get_snap_counts | Get offensive, defensive, and special-teams player snap counts. |
| get_stat_leadersC | Rank players or teams by one factual statistic. |
| list_stat_fieldsB | List valid factual statistic names for player/team leader and stat queries. |
| get_data_statusB | Report local dataset coverage, snapshot versions, and as-of classifications. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server_about |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/malav-majmudar/nfl-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server