FootballGPT
AI football coaching assistant based on FA, UEFA, and FIFA coaching methods.
Setup
- Subscribe at footballgpt.co ($10.99/month)
- Add API bolt-on ($4.99/month) at footballgpt.co/app/mcp
- Generate an API key from the dashboard
- Set
FOOTBALLGPT_API_KEYas an environment variable:
export FOOTBALLGPT_API_KEY="fgpt_your_key_here"
- Register the MCP server with mcporter:
mcporter config add footballgpt https://footballgpt.co/api/mcp/stream \
--header "Authorization=Bearer $FOOTBALLGPT_API_KEY" \
--description "AI football coaching assistant" \
--scope home
- Verify the connection:
mcporter list footballgpt --schema
MCP Server
FootballGPT exposes tools via a streamable-http MCP endpoint at https://footballgpt.co/api/mcp/stream.
Once registered with mcporter, call tools directly:
mcporter call footballgpt.get_coaching_advice message="How do I set up a 4-3-3 high press for U14s?"
mcporter call footballgpt.generate_session_plan topic="defensive shape" age_group="u12" duration=60
mcporter call footballgpt.animate_drill description="passing triangle, one-touch" category="passing"
Tools
| Tool | Description |
|---|---|
get_my_profile | Loads your team, squad, formation, and coaching priorities |
get_coaching_advice | Coaching advice for any scenario (tactics, drills, player development, match prep) |
generate_session_plan | Complete training session plan with warm-up, main activities, and cool-down |
animate_drill | Animated drill diagrams with player movements and ball paths (saved to your account) |
search_player_stats | Real player statistics across 60+ leagues |
search_drills | Search the drill database for specific activities |
Usage Limits
- 100 API calls/day (resets midnight UTC)
- 10 animate_drill calls/day
- Maximum 3 active API keys
Examples
- "Create a 60-minute session on defensive shape for 9v9"
- "How do I coach a diamond midfield in a 4-4-2?"
- "Animate a passing drill with 3 players in a triangle, one-touch passing"
- "Show me top Premier League scorers this season"
- "Find rondo drills for U12s"
Links
- Website: footballgpt.co
- API docs: Notion
- Features: footballgpt.co/features/api-access
- ClawHub: clawhub.ai/360tft/footballgpt