← Registry

Developer Tools

stat-api.com

Provides an interface to query structured data from various sports leagues and prediction markets.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.stat-api.com/mcp

No auth detected

MCP server metadata

Name
stat-api
Version
0.1.0
Capabilities
tools
Server instructions

stat-api serves NFL, NBA, MLB, NHL, and PGA data plus DFS salaries and Kalshi/Polymarket prediction markets. Workflow: list_leagues → list_tables(league) → describe_table(league, table) → query_table. Catalog tools work without credentials; data tools require an API key (free tier at https://stat-api.com) sent as 'Authorization: Bearer <key>'. Every returned row counts against the key's monthly record quota — check api_usage to see your position.

Known tools 10

list_leagues

List every league/data group this API serves (nfl, nba, mlb, nhl, pga, dfs, kalshi, polymarket, reference) with table counts and availability.

Inferred read-only
list_tables

List every queryable table in one league with a one-line summary each.

Inferred read-only
describe_table

Full contract for one table: fields with types and descriptions, the filters query_table accepts (with operators like __gte/__lte/__between/__like and required filter combinations), page-size limits, primary key, and a runnable example URL.

Inferred read-only
query_table

Query any table.

Inferred read-only
get_record

Fetch a single row by primary key.

Inferred read-only
search_players

Fuzzy player-name search (typo-tolerant).

Inferred read-only
games_on_date

Games scheduled/played on one calendar date (US-Eastern) for nba, mlb, or nhl; defaults to today.

Inferred read-only
game_markets

Prediction-market contracts attached to one sporting event: Kalshi events+markets and/or Polymarket events+markets linked via (league_code, competition_id).

Inferred read-only
graphql_query

Run a GraphQL query against the same data with relations — nest from a game to its teams/players/odds in one call.

Inferred read-only
api_usage

Your key's quota position: plan, monthly record limit, records used, remaining, and when the quota resets.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.stat-api]
url = "https://api.stat-api.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stat-api": {
      "type": "http",
      "url": "https://api.stat-api.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stat-api
Remote MCP URL: https://api.stat-api.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "stat-api": {
      "url": "https://api.stat-api.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stat-api": {
      "type": "http",
      "url": "https://api.stat-api.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stat-api",
  "transport": "streamable-http",
  "url": "https://api.stat-api.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.