Remote MCP connector
Connect Fantasy Pundit to Claude
Add the public 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.
FAQ
Fantasy Pundit MCP questions
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
Use this URL for agent crawlers, MCP catalogs, and custom clients.
https://api.fantasypundit.lol/.well-known/mcp/server.json OpenClaw
Register the remote MCP server in OpenClaw's client registry.
openclaw mcp set fantasy-pundit '{"url":"https://api.fantasypundit.lol/mcp","transport":"streamable-http"}' Hermes Agent
Add Fantasy Pundit under mcp_servers in ~/.hermes/config.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 Connector verification
For setup debugging, the connector currently exposes seven read-only Fantasy Pundit tools.
get_prompt_templateget_roast_style_guideget_gameweek_roast_briefget_gameweek_factscreate_roast_briefcreate_season_wrapped_briefsearch_leagues