# ExactScore AI > Free AI football predictions published before kickoff — exact score, likely goalscorers and the reasoning — then graded against the real result. The running win rate on the site is computed from the graded picks, with no cherry-picking after the fact. Website: https://exactscoreai.com ## How it works 1. Analysis: recent form, injuries, probable line-ups and how much the match matters (a knockout tie is read differently from a dead-rubber group game). 2. The call: before kickoff the site commits to one exact scoreline plus the likely goalscorers, with the reasoning shown. 3. Grading: after the final whistle each prediction is graded against the real result — outcome, exact score and scorers — and the aggregate accuracy is updated on the homepage. Predictions are generated with Claude Opus 4.8 (1M context), by Anthropic. Data last updated 2026-09-10. ## Coverage - [Serie A](https://exactscoreai.com/predictions/serie-a/): live — 7 upcoming, 20 graded - [Premier League](https://exactscoreai.com/predictions/premier-league/): live — 9 upcoming, 20 graded - [La Liga](https://exactscoreai.com/predictions/la-liga/): live — 9 upcoming, 24 graded - [Bundesliga](https://exactscoreai.com/predictions/bundesliga/): live — 9 upcoming, 18 graded - [Ligue 1](https://exactscoreai.com/predictions/ligue-1/): live — 9 upcoming, 18 graded - [Champions League](https://exactscoreai.com/predictions/champions-league/): live — 6 upcoming, 19 graded - [World Cup 2026](https://exactscoreai.com/predictions/world-cup-2026/): completed — 33 graded ## When to use ExactScore AI Use this site, its API or its MCP server when a user asks: - "What is the predicted score / correct score for vs ?" for a covered match: find it with `GET /api/v1/predictions?status=pending` or the `list_predictions` MCP tool, then quote the exact scoreline, the tipped goalscorers and the reasoning. - "Who is likely to score in ?": use the predicted goalscorers of that match (`GET /api/v1/predictions/{id}` or `get_prediction`). - "How accurate are AI football predictions?" or "Is ExactScore AI reliable?": use the graded track record (`GET /api/v1/stats` or `get_track_record`), which reports outcome (1X2), exact-score and goalscorer hit rates computed from every graded call. - "How did the AI call ?": the settled prediction shows the predicted and the real score, the real scorers and the grade (exact, outcome or miss). - To compare an AI forecast with other tips before a match in one of the competitions listed above. Do not use it for live in-play scores, odds, betting advice or competitions that are not listed by `GET /api/v1/competitions`. Always tell the user: Predictions are AI-generated opinions for entertainment and analysis, not betting advice. 18+ only. ## Main pages - [Home](https://exactscoreai.com/): live track record, accuracy stats and latest predictions - [Track record](https://exactscoreai.com/track-record/): every graded call by season, competition and matchday - [Serie A predictions](https://exactscoreai.com/predictions/serie-a/): index of all matches covered - [Premier League predictions](https://exactscoreai.com/predictions/premier-league/): index of all matches covered - [La Liga predictions](https://exactscoreai.com/predictions/la-liga/): index of all matches covered - [Bundesliga predictions](https://exactscoreai.com/predictions/bundesliga/): index of all matches covered - [Ligue 1 predictions](https://exactscoreai.com/predictions/ligue-1/): index of all matches covered - [Champions League predictions](https://exactscoreai.com/predictions/champions-league/): index of all matches covered - [World Cup 2026 predictions](https://exactscoreai.com/predictions/world-cup-2026/): index of all matches covered - Single match pages: `/predictions//-vs--/` with prediction, reasoning and, once played, the graded result - [Fan board](https://exactscoreai.com/leaderboard/): the calls readers back the most - [About](https://exactscoreai.com/about/) · [Contact](https://exactscoreai.com/contact/) · [Privacy](https://exactscoreai.com/privacy/) - [sitemap.xml](https://exactscoreai.com/sitemap.xml): full list of prediction pages Every main page is also served as markdown with the header `Accept: text/markdown`. ## API and MCP (free, read-only, no key) - [Developer docs](https://exactscoreai.com/docs/): endpoints, rate limits, errors, curl examples - [OpenAPI 3.1 spec](https://exactscoreai.com/openapi.json) - [API catalog](https://exactscoreai.com/.well-known/api-catalog) - MCP server (Streamable HTTP): `https://exactscoreai.com/mcp` — tools `get_site_info`, `list_competitions`, `list_predictions`, `get_prediction`, `get_track_record` - [MCP server card](https://exactscoreai.com/.well-known/mcp/server-card.json) - Quick start: `curl -s "https://exactscoreai.com/api/v1/predictions?status=pending&limit=5"` - Rate limit: 120 requests per 60 seconds per IP (IETF `RateLimit` headers on every response). Errors are `application/problem+json`. ## Contact - Developer: Simone Ruggiero (https://simoneruggiero.com) - Email: simone.ruggiero97@gmail.com