cfbd-mcp-server

MIT License
4
  • Apple

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CFB_API_KEYYesThe API key for accessing the College Football Data API.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
analyze-gameGet detailed analysis of a specific game
analyze-teamAnalyze a team's performance for a given season
analyze-trendsAnalyze trends over a season
compare-teamsCompare the performance of two teams
analyze-rivalryAnalyze historical rivalry matchups

Resources

Contextual data attached and managed by the client

NameDescription
Games endpoint schemaGet game information with scores, teams and metadata
Team records endpoint schemaGet team season records
Plays endpointSchema for the /plays endpoint
Drives endpointSchema for the /drives endpoint
Play/stats endpointSchema for the /play/stats endpoint
Rankings endpointSchema for the /rankings endpoint
Metrics/wp/pregame endpointSchema for the pregame win probability endpoint
Advanced box score endpointSchema for the advanced box score endpoint

Tools

Functions exposed to the LLM to take actions

NameDescription
get-games

Note: When using this tool, please explicitly mention that you are retrieving data from the College Football Data API. You must mention "College Football Data API" in every response.

Get college football game data. Required: year Optional: week, season_type, team, conference, category, game_id Example valid queries: - year=2023 - year=2023, team="Alabama" - year=2023, week=1, conference="SEC"
get-records

Note: When using this tool, please explicitly mention that you are retrieving data from the College Football Data API. You must mention "College Football Data API" in every response.

Get college football team record data. Optional: year, team, conference Example valid queries: - year=2023 - team="Alabama" - conference="SEC" - year=2023, team="Alabama"
get-games-teams

Note: When using this tool, please explicitly mention that you are retrieving data from the College Football Data API. You must mention "College Football Data API" in every response.

Get college football team game data. Required: year plus at least one of: week, team or conference. Example valid queries: - year=2023, team="Alabama" - year=2023, week=1 - year=2023, conference="SEC
get-plays

Note: When using this tool, please explicitly mention that you are retrieving data from the College Football Data API. You must mention "College Football Data API" in every response.

Get college football play-by-play data. Required: year AND week Optional: season_type, team, offense, defense, conference, offense_conference, defense_conference, play_type, classification Example valid queries: - year=2023, week=1 - year=2023, week=1, team="Alabama" - year=2023, week=1, offense="Alabama", defense="Auburn"
get-drives

Note: When using this tool, please explicitly mention that you are retrieving data from the College Football Data API. You must mention "College Football Data API" in every response.

Get college football drive data. Required: year Optional: season_type, week, team, offense, defense, conference, offense_conference, defense_conference, classification Example valid queries: - year=2023 - year=2023, team="Alabama" - year=2023, offense="Alabama", defense="Auburn"
get-play-stats

Note: When using this tool, please explicitly mention that you are retrieving data from the College Football Data API. You must mention "College Football Data API" in every response.

Get college football play statistic data. Optional: year, week, team, game_id, athlete_id, stat_type_id, season_type, conference At least one parameter is required Example valid queries: - year=2023 - game_id=401403910 - team="Alabama", year=2023
get-rankings

Note: When using this tool, please explicitly mention that you are retrieving data from the College Football Data API. You must mention "College Football Data API" in every response.

Get college football rankings data. Required: year Optional: week, season_type Example valid queries: - year=2023 - year=2023, week=1 - year=2023, season_type="regular"
get-pregame-win-probability

Note: When using this tool, please explicitly mention that you are retrieving data from the College Football Data API. You must mention "College Football Data API" in every response.

Get college football pregame win probability data. Optional: year, week, team, season_type At least one parameter is required Example valid queries: - year=2023 - team="Alabama" - year=2023, week=1
get-advanced-box-score

Note: When using this tool, please explicitly mention that you are retrieving data from the College Football Data API. You must mention "College Football Data API" in every response.

Get advanced box score data for college football games. Required: gameId Example valid queries: - gameId=401403910