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

Prompts

Prompts are pre-built briefings that orchestrate multiple API calls server-side and return structured, presentation-ready content in a single command. They appear as native actions in supported clients like Claude Desktop.

Available prompts

Prompt
Description

match_preview

Pre-match briefing with fixture details and last 5 H2H results

team_overview

Team profile, upcoming fixtures, and current league standing

league_overview

Full standings table and upcoming fixtures for a league

match_preview

Generates a concise pre-match briefing for an upcoming fixture. Fetches the fixture details and the last 5 head-to-head results between the two teams.

Only works for fixtures that have not yet started.

Arguments

Argument
Required
Description

fixture_id

Yes

Sportmonks fixture ID for an upcoming match

Output includes: match details, kick-off time, and a head-to-head table showing scores and results from the last 5 meetings.

team_overview

Generates a team briefing pulling together entity details, upcoming fixtures for the next 14 days, and the team's current position in their league table.

Arguments

Argument
Required
Description

team_id

Yes

Sportmonks team ID

Output includes: team name, country, venue, upcoming fixture list, and current league standing (position, played, won, drawn, lost, GD, points).

league_overview

Generates a full league briefing with the complete standings table and all upcoming fixtures for the next 14 days.

Arguments

Argument
Required
Description

league_id

Yes

Sportmonks league ID

Output includes: league name, country, full standings table, and upcoming fixture list.

How to use prompts

Prompts are part of the MCP protocol. When invoked, the server fetches live data from Sportmonks, formats it into a structured briefing, and returns it as a user message for the AI to respond to.

Claude Code and Cursor

Reference the prompt by name in your message:

Claude Desktop

Claude Desktop surfaces MCP prompts in the UI - the exact location depends on your version. If you don't see a dedicated prompt picker, you can invoke them the same way as Claude Code: just ask by name with the required argument.

Last updated

Was this helpful?