Skip to main content
Glama
dburge86

kenpom-mcp

by dburge86

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_ratingsA

Get Pomeroy College Basketball Ratings for all teams.

Returns team rankings with adjusted efficiency metrics including: rank, team name, conference, record, adjusted offensive/defensive efficiency, adjusted tempo, and more.

Args: season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 1999.

Returns: JSON array of team ratings data.

get_efficiencyA

Get efficiency and tempo stats for all teams.

Returns the summary efficiency table with offensive/defensive efficiency, tempo, and possession length data.

Args: season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 1999. Possession length data from 2010.

Returns: JSON array of efficiency data for all teams.

get_four_factorsA

Get Four Factors stats for all teams.

The Four Factors are the key stats that determine team efficiency:

  • eFG% (Effective Field Goal Percentage)

  • TO% (Turnover Percentage)

  • OR% (Offensive Rebound Percentage)

  • FTRate (Free Throw Rate)

Args: season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 1999.

Returns: JSON array of Four Factors data for all teams.

get_team_statsA

Get miscellaneous team statistics.

Returns detailed team stats including shooting percentages, blocks, steals, assists, and more.

Args: defense: If True, returns defensive stats. If False, returns offensive stats. season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 1999.

Returns: JSON array of team stats (offense or defense based on parameter).

get_player_statsA

Get player leaders by statistical metric.

Args: metric: Stat to rank players by. Options: 'ORtg', 'Min', 'eFG', 'Poss', 'Shots', 'OR', 'DR', 'TO', 'ARate', 'Blk', 'FTRate', 'Stl', 'TS', 'FC40', 'FD40', '2P', '3P', 'FT'. Default: 'eFG'. season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 2004. conference: Optional conference filter (e.g., 'ACC', 'B10', 'SEC').

Returns: JSON array of player stats ranked by the specified metric.

get_heightA

Get height and experience data for all teams.

Returns team rosters data including average height, experience, bench minutes, and continuity metrics.

Args: season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 2007. Continuity data from 2008.

Returns: JSON array of height/experience data for all teams.

get_fanmatchA

Get FanMatch game predictions for a specific date.

FanMatch provides predicted scores, spreads, and game information for all games on a given date.

Args: date: Date in "YYYY-MM-DD" format (e.g., "2024-12-23"). Defaults to today's date.

Returns: JSON object with games, predictions, and daily statistics.

get_arenasA

Get arena information for all teams.

Returns arena names, capacities, and attendance data.

Args: season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 2010.

Returns: JSON array of arena data.

get_game_attrsA

Get top games ranked by game attributes.

Args: metric: Attribute to rank games by. Options: 'Excitement', 'Tension', 'Dominance', 'ComeBack', 'FanMatch', 'Upsets', 'Busts'. Default: 'Excitement'. ('FanMatch', 'Upsets', 'Busts' only available after 2010) season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 2010.

Returns: JSON array of top games for the specified attribute.

get_program_ratingsA

Get historical program ratings.

Returns the all-time program rankings based on historical performance across all available seasons.

Returns: JSON array of program ratings.

get_kpoyA

Get KenPom Player of the Year standings.

Returns the current KPOY leaderboard and Game MVP leaders.

Args: season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 2011. Game MVP table from 2013.

Returns: JSON array with KPOY standings (may include multiple tables).

get_point_distributionA

Get team point distribution breakdown.

Shows how teams score their points (2-pointers, 3-pointers, free throws) and where their points allowed come from.

Args: season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 1999.

Returns: JSON array of point distribution data for all teams.

get_hcaB

Get home court advantage data.

Returns historical home court advantage statistics for all teams.

Returns: JSON array of home court advantage data.

get_scheduleA

Get a team's game schedule and results.

Returns the full schedule with game dates, opponents, results, rankings, locations, and records.

Args: team: Team name (required). Examples: 'BYU', 'Duke', 'North Carolina'. season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 1999.

Returns: JSON array of scheduled/completed games.

get_scouting_reportA

Get detailed scouting report for a team (37 stats with ranks).

Returns offensive and defensive stats with national ranks covering efficiency, tempo, Four Factors, shooting percentages, and point distribution.

Args: team: Team name (required). Examples: 'BYU', 'Duke', 'North Carolina'. season: Optional season year (e.g., "2024"). Defaults to current season. conference_only: If True, returns conference-only stats. Default: False.

Returns: JSON object mapping stat names to {value, rank} objects.

get_conference_standingsA

Get conference standings with team records and ratings.

Returns standings with overall/conference records, projected records, net rating, offensive/defensive ratings, tempo, and conference SOS.

Args: conference: Conference code (required). Examples: 'B12', 'SEC', 'B10', 'ACC', 'BE'. season: Optional season year (e.g., "2024"). Defaults to current season.

Returns: JSON array of conference standings.

get_conference_offenseA

Get conference offensive stats for all teams in a conference.

Returns offensive efficiency, eFG%, TO%, OR%, FTR, 2P%, 3P%, FT%, and tempo.

Args: conference: Conference code (required). Examples: 'B12', 'SEC', 'B10', 'ACC'. season: Optional season year (e.g., "2024"). Defaults to current season.

Returns: JSON array of conference offensive stats.

get_conference_defenseA

Get conference defensive stats for all teams in a conference.

Returns defensive efficiency, eFG%, TO%, OR%, FTR, 2P%, 3P%, Blk%, and Stl%.

Args: conference: Conference code (required). Examples: 'B12', 'SEC', 'B10', 'ACC'. season: Optional season year (e.g., "2024"). Defaults to current season.

Returns: JSON array of conference defensive stats.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/dburge86/kenpom-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server