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

Example Prompts

Things you can ask once the MCP server is connected. Copy any of these directly into Claude, Cursor, or Windsurf.

Want broader build ideas using all AI tools? See Example Builds.

Finding things

Search for "Barcelona" - is it a team, a league, or both?

Find the player ID for Erling Haaland

Search for leagues named "Premier League" - how many are there?

Teams and players

Get the profile for Manchester City

Show me the current squad for Liverpool

Who was in Arsenal's squad during the 2021/22 season?

Get the profile for Vinicius Jr - which club is he at?

Fixtures

Show me Real Madrid's upcoming fixtures for the next two weeks

What were Chelsea's results over the last 30 days?

Are there any live matches right now?

Get the full details for fixture 123456 including lineups and events

Standings and seasons

Show me the current Premier League standings

What seasons has the Champions League had? Give me the most recent ones first

Who are the top 10 goal scorers in Serie A this season?

Show me the top 5 assist providers and top 5 yellow card recipients in the Bundesliga

Pre-built briefings

Give me a pre-match briefing for the upcoming El Clasico - use the match_preview prompt

Run the team_overview prompt for Manchester United

Generate a league_overview for the Premier League

Building with the API

Fetch a sample fixture response using get_fixture_details, then write me a TypeScript interface for the response shape

Use get_standings to get the current La Liga table and format it as a markdown table

Build a function that takes a team name, searches for it, then fetches its next 5 fixtures

Last updated

Was this helpful?