Developer Tools
stat-api.com
Provides an interface to query structured data from various sports leagues and prediction markets.
ENDPOINT 1
https://api.stat-api.com/mcp
MCP server metadata
- Name
- stat-api
- Version
- 0.1.0
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_leaguesList every league/data group this API serves (nfl, nba, mlb, nhl, pga, dfs, kalshi, polymarket, reference) with table counts and availability.
Inferred read-onlydescribe_tableFull 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-onlygames_on_dateGames scheduled/played on one calendar date (US-Eastern) for nba, mlb, or nhl; defaults to today.
Inferred read-onlygame_marketsPrediction-market contracts attached to one sporting event: Kalshi events+markets and/or Polymarket events+markets linked via (league_code, competition_id).
Inferred read-onlygraphql_queryRun a GraphQL query against the same data with relations — nest from a game to its teams/players/odds in one call.
Inferred read-onlyapi_usageYour key's quota position: plan, monthly record limit, records used, remaining, and when the quota resets.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.