Appearance
MCP server reference
The FIFA Agent Mentor remote Model Context Protocol server runs at:
http
https://fifa.qtech.hr/mcp- Protocol version:
2025-11-05 - Server name:
fifa-agent-mentor(intools/listand the JSON manifest) - Human documentation (this site):
https://docs.fifa.qtech.hr - Machine-readable skill (Markdown):
/ .well-known/agent-skills/fifa-mcp-server.mdon the app host
This section mirrors and extends that skill: navigation, per-category pages, and three deep-dives for get_scout_player, ask_study_assistant, and research_player.
Contents
- Endpoint, manifest, and methods
- Tools — full catalog (split by group)
- Errors and troubleshooting
- Observability, health, and operator routes
JSON-RPC methods implemented: at least initialize, tools/list, tools/call, ping, and notifications/initialized (204). Tool handlers return MCP-style text content; some tools also return structured payloads in the structuredContent field where the Worker attaches JSON.
Next step: Endpoint & manifest →