Skip to main content
Glama
smw355

NFL Data MCP Server

by smw355

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 build

Usage

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

  1. get_player_stats

    • Get season statistics for a specific player

    • Parameters: player_name, position, year (optional, defaults to 2024)

  2. compare_players

    • Compare statistics between multiple players

    • Parameters: players (array), year (optional), metrics (optional)

  3. get_position_leaders

    • Get top performers at a position for specific metrics

    • Parameters: position, metric, year (optional), limit (optional, defaults to 10)

  4. 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 production
Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    Provides 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
  • F
    license
    A
    quality
    D
    maintenance
    Provides 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
  • A
    license
    -
    quality
    A
    maintenance
    An 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.
    12
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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