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.
Connect and Call Tools
Sports MCP Server uses standard MCP JSON-RPC over HTTP. The safest first-call pattern is still:- resolve scope when the prompt is ambiguous
- choose the right source family for the job
- deepen only if the user still needs more context
Connection model
- Server-side or trusted host
- Direct browser access
This is the intended deployment model.Good fits:
- application backends
- orchestration workers
- trusted MCP hosts
- internal services that preserve product-scoped auth and telemetry
First request pattern
Follow-on call patterns
- Competition-first flow
- Availability-first flow
- Program-first flow
Use this when the product needs sports truth first.Typical sequence:
resolve_entitieslist_scheduleorget_competition_hubget_event_summaryor another atomic deep-sports tool
Working rules
- Keep
timeFromandtimeTobounded anywhere the workflow is schedule-like or watchability-like. - Preserve the provider namespace of every ref you keep.
- Use GSD-first tools for deep sports truth.
- Use watchability and program-context tools for watchability jobs; they will use the supported availability contract when provisioned and otherwise degrade through the stateless fallback.
- Read
partial,missingSections, andlimitationsbefore deepening.