fgpt_ API key<aside>
⚽ Base URL: https://footballgpt.co/api/mcp/stream
Protocol: MCP (Model Context Protocol) over Streamable HTTP
Auth: Bearer token (your fgpt_ key)
Format: JSON-RPC 2.0
</aside>
Every request requires a Bearer token in the Authorization header. Generate your API key at footballgpt.co/app/mcp. Keys start with fgpt_ and are shown once at creation.
Authorization: Bearer fgpt_your_key_here
Paste this into your MCP client settings file, replacing your_key_here with your actual key:
{
"mcpServers": {
"footballgpt": {
"type": "streamable-http",
"url": "<https://www.footballgpt.co/api/mcp/stream>",
"headers": {
"Authorization": "Bearer fgpt_your_key_here"
}
}
}
}
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\\Claude\\claude_desktop_config.json