> ## Documentation Index
> Fetch the complete documentation index at: https://docs.etonecarg.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sports MCP Server

> Sports MCP Server 1.4.1 is a stateless MCP server for sports truth, watchability, program context, and bounded sports bundles.

# Sports MCP Server

This documentation covers the Gracenote Sports MCP Server, its public tool surface, its source-ownership model, and the recommended integration paths for MCP hosts and clients.

## What This Docs Set Covers

### Server responsibilities

* Read-only sports retrieval through MCP
* Public tool definitions and argument validation
* Bounded cross-source retrieval
* Deterministic envelopes with explicit `partial`, `limitations`, `missingSections`, and `sources`

### Source ownership

* `GSD Lookup` for deep sports truth
* Dedicated availability contract for grounded where-to-watch flows
* `On Programs` for program-first sports context
* `SportsEventCurrent` only for freshness on already linked watch/program rows
* `GSD Metadata` for bounded enrichment

### Common product jobs

* Resolve sports entities and IDs
* Browse league, team, and tour schedules
* Read standings, rankings, and event detail
* Ask where to watch a known game, event, or competition
* Build bounded competition hubs, series hubs, and event-center views

## Start Here

| If you need                            | Go here                                                                                                             |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| First successful calls                 | [Quickstart](/sports-mcp-server/getting-started/quickstart)                                                         |
| Transport and auth basics              | [Connect and Call Tools](/sports-mcp-server/getting-started/connect-and-call-tools)                                 |
| Tool selection by job                  | [Tool Catalog](/sports-mcp-server/tools/tool-catalog)                                                               |
| IDs, crosswalks, and bounded windows   | [IDs, Crosswalks, and Bounded Windows](/sports-mcp-server/concepts/ids-crosswalks-and-bounded-windows)              |
| Watchability and program connectivity  | [Program Connectivity and Watchability Tools](/sports-mcp-server/tools/program-connectivity-and-watchability-tools) |
| Competition, series, and event bundles | [Hybrid Bundle Tools](/sports-mcp-server/tools/hybrid-bundle-tools)                                                 |

## Documentation Map

### Getting started

* [Access and API Keys](/sports-mcp-server/getting-started/access-and-api-keys)
* [Connect and Call Tools](/sports-mcp-server/getting-started/connect-and-call-tools)
* [Quickstart](/sports-mcp-server/getting-started/quickstart)

### Core concepts

* [Dual-Source Doctrine](/sports-mcp-server/concepts/dual-source-doctrine)
* [IDs, Crosswalks, and Bounded Windows](/sports-mcp-server/concepts/ids-crosswalks-and-bounded-windows)
* [Response Envelopes and Partials](/sports-mcp-server/concepts/response-envelopes-and-partials)

### Tool families

* [Resolution and Scope Tools](/sports-mcp-server/tools/resolution-and-scope-tools)
* [Deep Sports Truth Tools](/sports-mcp-server/tools/deep-sports-truth-tools)
* [Program Connectivity and Watchability Tools](/sports-mcp-server/tools/program-connectivity-and-watchability-tools)
* [Hybrid Bundle Tools](/sports-mcp-server/tools/hybrid-bundle-tools)
* [Media and Assets Tools](/sports-mcp-server/tools/media-and-assets-tools)
* [Tool Catalog](/sports-mcp-server/tools/tool-catalog)

### Prompt-to-tool mapping

* [Prompt Library](/sports-mcp-server/prompt-to-tool-mapping/prompt-library)
* [What Is On Today?](/sports-mcp-server/prompt-to-tool-mapping/what-is-on-today)
* [Where Can I Watch This Game?](/sports-mcp-server/prompt-to-tool-mapping/where-can-i-watch-this-game)
* [What Does the League or Tournament Picture Look Like?](/sports-mcp-server/prompt-to-tool-mapping/what-does-the-league-or-tournament-picture-look-like)

## Current Surface

Sports MCP Server `1.4.1` exposes a `24`-tool public catalog. The server remains stateless and read-only, and it does not turn itself into the host, client, or assistant layer.

The host or client still owns:

* deciding which tool to call
* orchestration across multiple tool calls
* comparison logic
* permissions and review flow
* end-user wording and presentation
