Developer Portal
Build AI tools for football coaches using 360TFT infrastructure. Get API access to FootballGPT, RefereeGPT, CoachReflect, and more. Publish your tools on this marketplace and earn revenue.
Your API Keys
Enter your email to manage your API keys. New here? Enter any email to create your first key.
What You Get
API Access
Call any 360TFT tool via REST API. Coaching advice, session plans, law lookups, drill animations, player stats, and more.
MCP Server
Connect to our MCP gateway at mcp.360tft.com. Works with Claude Desktop, ChatGPT, and any MCP-compatible AI assistant.
Publish Tools
Submit your own AI tools to the marketplace. Reach thousands of football coaches. Earn 70% of revenue on paid tools.
Builder Bootcamp
Get the FootballGPT codebase, weekly calls with Coach Kevin, and a 30-day curriculum to launch your own football AI product.
API Pricing
Free
$0
- 10 API calls per day
- All tools available
- Per-tool usage tracking
- Max 5 keys per email
Developer
$29/month
- 1,000 API calls per day
- Per-tool analytics
- Priority support
- Publish tools to marketplace
Builder Bootcamp
$497 one-time
- Everything in Developer
- FootballGPT codebase
- 30-day curriculum
- Weekly calls with Kevin
Quick Start
1. Add to Claude Desktop
Add this to your Claude Desktop MCP config:
{
"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"
}
}
}2. Call via REST API
Use your API key in the Authorization header:
curl -X POST https://mcp.360tft.com/footballgpt/api/get_coaching_advice \
-H "Content-Type: application/json" \
-H "Authorization: Bearer tft_sk_your_key_here" \
-d '{"message": "Best warm-up for U12s?"}'Ready to build?
Join AI Football Skool to get started. Builder Bootcamp students get full access plus the FootballGPT codebase.
Join AI Football Skool (Free)