For the complete documentation index, see llms.txt. This page is also available as Markdown.

Resources

The MCP server exposes two resources that MCP clients can read directly - no tool call required.

URI
What it contains

sportmonks://documentation

Server overview, tool list, auth setup, and usage notes

sportmonks://openapi

Full OpenAPI specification for the Sportmonks Football API v3, fetched live

sportmonks://documentation

A plain-text overview of the server covering all available tools, authentication setup, behaviour notes (result limits, timeframes, search caps), and links to the official Sportmonks documentation.

Best used for: giving an AI assistant a quick orientation about the server at the start of a session.

sportmonks://openapi

The full OpenAPI specification for the Sportmonks Football API v3, fetched live when read. Gives an AI assistant complete visibility into every endpoint, parameter, and response shape.

Best used for: building API client code, writing TypeScript types from real schemas, or generating a Custom GPT Action.

How to read a resource

Claude Code

Ask the AI directly by URI:

Read the sportmonks://documentation resource
Read sportmonks://openapi and use it to write a TypeScript type for the fixtures response

Claude Desktop

Resources may appear in the attachment or context menu depending on your client version. If not visible in the UI, ask for them by URI the same way as Claude Code above.

Last updated

Was this helpful?