---
title: Fantasy Pundit MCP Connector for Claude
description: Connect Fantasy Pundit to Claude with a remote MCP connector for Fantasy Premier League mini-league roasts.
image: https://fantasypundit.lol/images/og-default.jpg
canonical: https://fantasypundit.lol/connect/mcp/
---

# Connect Fantasy Pundit to Claude

Add the public Fantasy Pundit MCP URL once, then ask Claude to roast your Fantasy Premier League mini-league.

No Fantasy Pundit login or API key is needed. Fantasy Pundit supplies read-only FPL facts and your assistant writes the final text in chat.

MCP URL:

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

## Copy Setup

```text
Name: Fantasy Pundit
Remote MCP server URL: https://api.fantasypundit.lol/mcp
```

## How To Use It

1. Copy the MCP URL.
2. Add Fantasy Pundit as a Claude connector.
3. Ask: "Roast my FPL season."

## FAQ

### What is the Fantasy Pundit MCP connector?

It is a remote Model Context Protocol connector that lets Claude use Fantasy Pundit facts about public Fantasy Premier League mini-leagues.

### Can I use Fantasy Pundit with Claude?

Yes. Claude Desktop and Claude.ai can add Fantasy Pundit as a custom connector using the public MCP URL. After that, users can ask Claude naturally for an FPL roast.

### Do I need a Fantasy Pundit API key?

No. The connector is authless and read-only. It uses public FPL league data and does not require a Fantasy Pundit account.

### Does Fantasy Pundit generate the final text?

No. Fantasy Pundit supplies public FPL facts, season receipts, roast style guidance, and prompt-safety instructions. Your AI assistant writes the final roast in your chat.

### What do I need to give Claude?

Give Claude a public FPL mini-league URL, numeric league ID, or league name. If you only ask for a roast, Claude should ask for one of those automatically.

### Is the connector safe?

Fantasy Pundit tools are read-only and use public FPL data. League names, manager names, and team names are treated as untrusted public text, not instructions.

## Advanced MCP Details

Server metadata:

```text
https://api.fantasypundit.lol/.well-known/mcp/server.json
```

OpenClaw:

```bash
openclaw mcp set fantasy-pundit '{"url":"https://api.fantasypundit.lol/mcp","transport":"streamable-http"}'
```

Hermes Agent:

```yaml
mcp_servers:
  fantasy_pundit:
    url: "https://api.fantasypundit.lol/mcp"
    tools:
      include:
        - create_roast_brief
        - get_gameweek_roast_brief
        - get_gameweek_facts
        - get_roast_style_guide
        - get_prompt_template
        - create_season_wrapped_brief
        - search_leagues
```

Expected read-only Fantasy Pundit tools:

- `get_prompt_template`
- `get_roast_style_guide`
- `get_gameweek_roast_brief`
- `get_gameweek_facts`
- `create_roast_brief`
- `create_season_wrapped_brief`
- `search_leagues`
