AI
AI Football

Football MCP Servers

Model Context Protocol (MCP) lets AI assistants discover and use external tools. AI Football runs 3 MCP servers with 11 football tools that work with Claude Desktop, OpenClaw, and any MCP-compatible client.

Servers

FootballGPT

footballgpt.co

5 tools covering coaching advice from 18 specialist advisors, session plan generation, animated drill creation, player stats from 100+ leagues, and drill library search.

Server URL (Streamable HTTP)

https://mcp.360tft.com/footballgpt/mcp

Claude Desktop config

{
  "mcpServers": {
    "footballgpt": {
      "type": "streamable-http",
      "url": "https://mcp.360tft.com/footballgpt/mcp"
    }
  }
}

5 tools exposed:

get_coaching_advicegenerate_session_plananimate_drillsearch_player_statssearch_drills

RefereeGPT

refereegpt.co

3 tools for referee education. Look up any Law of the Game with RAG, analyse match incidents with law references, and generate training quizzes at any difficulty.

Server URL (Streamable HTTP)

https://mcp.360tft.com/refereegpt/mcp

Claude Desktop config

{
  "mcpServers": {
    "refereegpt": {
      "type": "streamable-http",
      "url": "https://mcp.360tft.com/refereegpt/mcp"
    }
  }
}

3 tools exposed:

check_lawanalyze_incidentgenerate_quiz

3 tools for coaching development. Log session reflections, find patterns across your coaching history, and chat with your reflection journal.

Server URL (Streamable HTTP)

https://mcp.360tft.com/coachreflect/mcp

Claude Desktop config

{
  "mcpServers": {
    "coachreflect": {
      "type": "streamable-http",
      "url": "https://mcp.360tft.com/coachreflect/mcp"
    }
  }
}

3 tools exposed:

log_reflectionget_patternscoaching_chat

All-in-one config

Add all 3 servers to Claude Desktop at once. Paste this into your claude_desktop_config.json file.

{
  "mcpServers": {
    "footballgpt": {
      "type": "streamable-http",
      "url": "https://mcp.360tft.com/footballgpt/mcp"
    },
    "refereegpt": {
      "type": "streamable-http",
      "url": "https://mcp.360tft.com/refereegpt/mcp"
    },
    "coachreflect": {
      "type": "streamable-http",
      "url": "https://mcp.360tft.com/coachreflect/mcp"
    }
  }
}

Registry listings

AI Football MCP servers are listed on these registries:

Smithery.ai

MCP server registry. Search "football" to find our servers.

OpenClaw / ClawHub

Open skill marketplace. Football coaching, refereeing, and reflection skills available.

mcp.so

Community MCP directory. Submitted and pending indexing.

Install now

Follow the step-by-step guide to add football AI tools to Claude Desktop in under 2 minutes.