Skip to main content

MCP Basics

Sports MCP Server uses standard MCP JSON-RPC over HTTP.

Typical workflow

  1. discover the catalog through tools/list or the capability manifest
  2. resolve fuzzy language with resolve_entities when needed
  3. choose the smallest tool that matches the job
  4. reuse provider refs in follow-on calls

Standard request shape

Capability discovery

Fetch GET /?view=capabilities when the host wants a cheap, published summary of the 24-tool contract, argument expectations, and capability hints.

Read this next