Reference / 01
Fantasy Pundit publishes one written verdict for a public Fantasy Premier League mini-league and finished, scoring-ready Gameweek. Connected assistants can retrieve an existing edition, request the latest one when the user asks, and return the published commentary with its league and share links.
Start here
- Connect the remote MCP server.
- Read the three supported commentary tools.
- Handle result states and user-actionable errors.
For a guided, non-technical setup, use Fantasy Pundit in ChatGPT, Claude and agents.
Public contract
| Capability | Contract |
|---|---|
| Read | Retrieve the published Fantasy Pundit edition without creating anything. |
| Generate | Create or reuse the one canonical written edition for the latest scoring-ready Gameweek, only after the user asks. |
| Poll | Follow a queued job until the published edition is ready or the job fails. |
The supported public integration is intentionally small. It exposes the finished product and its lifecycle, not Fantasy Pundit’s editorial process or production systems.
What a completed result includes
A completed result identifies the league, season and Gameweek; returns the exact published commentary; and includes a durable league link plus available sharing information. Clients should present that commentary as returned rather than rewriting it into a competing edition.
Service address
https://api.fantasypundit.lol/mcp
The server uses Streamable HTTP. It works with compatible clients that support remote MCP servers.