Skip to content
26SportsxonUSA · CAN · MEX
For agents

Agent Skills

Everything an AI agent can do with this site. Most skills are exposed through the MCP server at https://sportsxon.com/api/mcp; feeds are plain HTTP.

Live scores & match data

Real-time scores, timelines and commentary for every World Cup 2026 fixture.

Call the MCP tools live_score, get_match or list_matches, or subscribe to the per-match SSE stream.

live_score { "slug": "a1-mex-kor" }  →  Mexico 2–2 South Korea (90′, FT)

Standings & results

Group tables and knockout results, updated as matches finish.

Call standings (one group or all) and list_matches with status=ft.

standings { "group": "A" }  →  ranked table with points, GD and qualification.

Teams & players

All 48 squads with player profiles, plus the top-scorers leaderboard.

Call get_team, get_player and top_scorers.

get_team { "code": "MEX" }  →  squad, fixtures and metadata.

Search

One query across teams, players and matches.

Call search with a free-text query.

search { "q": "mexico" }  →  the team, its matches and players.

Machine-readable feeds

Plain-text and structured feeds for crawlers and LLMs.

Fetch llms.txt / llms-full.txt for a site map in prose, or the RSS/JSON feeds for news.

GET /llms-full.txt  →  a complete, link-rich summary of the site.