---
title: "Fantasy Pundit integration docs"
description: "Connect an assistant or agent to Fantasy Pundit's canonical weekly FPL commentary."
---

> Fantasy Pundit documentation index
> Discover the complete public contract at https://fantasypundit.lol/docs/llms.txt

# Fantasy Pundit integration docs

Fantasy Pundit publishes one written verdict for a public Fantasy Premier League mini-league and completed 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

1. [Connect the remote MCP server](/docs/quickstart/).
2. Read the [three supported commentary tools](/docs/mcp-tools/).
3. Handle [result states and user-actionable errors](/docs/result-states/).

For a guided, non-technical setup, use [Fantasy Pundit in ChatGPT, Claude and agents](/connect/mcp/).

## 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 completed 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

```text
https://api.fantasypundit.lol/mcp
```

The server uses Streamable HTTP. It works with compatible clients that support remote MCP servers.
