NFL Data MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NFL Data MCP ServerCompare Josh Allen and Patrick Mahomes' 2024 stats"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NFL Data MCP Server
A Model Context Protocol (MCP) server that provides access to NFL player performance data from 2015-2024.
Features
Player Statistics: Get detailed season stats for any player by name and position
Player Comparison: Compare statistics between multiple players
Position Leaders: Find top performers at each position for specific metrics
Player Search: Search for players by name pattern across all positions
Related MCP server: NHL MCP Server
Installation
npm install
npm run buildUsage
As an MCP Server
Add to your MCP client configuration:
{
"mcpServers": {
"nfl-data": {
"command": "node",
"args": ["/path/to/nfl-data-mcp-server/build/index.js"]
}
}
}Available Tools
get_player_stats
Get season statistics for a specific player
Parameters:
player_name,position,year(optional, defaults to 2024)
compare_players
Compare statistics between multiple players
Parameters:
players(array),year(optional),metrics(optional)
get_position_leaders
Get top performers at a position for specific metrics
Parameters:
position,metric,year(optional),limit(optional, defaults to 10)
search_players
Search for players by name pattern
Parameters:
name_pattern,year(optional)
Supported Positions
QB (Quarterbacks)
RB (Running Backs)
WR (Wide Receivers)
TE (Tight Ends)
DB (Defensive Backs)
LB (Linebackers)
DL (Defensive Linemen)
K (Kickers)
Data Source
Data is fetched from the NFL-Data repository which contains player statistics from 2015-2024.
Development
npm run dev # Run in development mode
npm run build # Build for productionMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides comprehensive NBA player statistics from basketball-reference.com, delivering detailed stats including career summaries, season comparisons, advanced metrics, and shooting analytics.3MIT
- Alicense-qualityDmaintenanceProvides access to live NHL game data, team and player statistics, standings, schedules, playoff information, and head-to-head comparisons through natural language queries using official NHL APIs.MIT
- FlicenseAqualityDmaintenanceProvides access to live NHL game data, player and team statistics, standings, schedules, playoff brackets, and historical comparisons through natural language queries using the official NHL API.11
- Alicense-qualityAmaintenanceAn MCP server that provides access to over 12 years of NFL play-by-play data through a local DuckDB database. It enables users to query player performance, team statistics, and situational efficiency metrics like EPA and WPA using natural language.12MIT
Related MCP Connectors
Verified NFL stats and Sleeper league context. Every figure carries its own source rank.
Read-only fantasy analysis for ESPN, Yahoo, and Sleeper leagues via MCP
Player-prop lines, market metadata, and line movement over REST/MCP. 14 sports, CoD projections.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/smw355/NFL-Data-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server