Football Atlas

MCP server

Football Atlas answers over the Model Context Protocol. Everything on this page is read from the running server and from the limits it enforces — nothing here is maintained by hand.

Connect a client

Streamable HTTP, stateless, at /mcp. Point a client at it:

{
  "mcpServers": {
    "futbol-atlas": {
      "type": "http",
      "url": "https://futbolatlas.app/mcp"
    }
  }
}

The registry manifest is at /.well-known/mcp/server.json.

Transport and limits

Protocol
2026-07-28
Also served
2025-11-25, 2025-06-18, 2025-03-26, 2024-11-05, 2024-10-07
Body cap
64 KiB
Rate limit
120 / 60s

The limits are stated so they are a published rule rather than a surprise. A caller over the rate limit receives 429 with the standard headers saying when to retry; a body over the cap receives 413. Neither fails silently. Any method other than POST and OPTIONS receives 405 with Allow, and that refusal points back at this page.

Tools it serves

8 tools, listed as the server declares them. Every one returns typed structuredContent against a published outputSchema.

If you are not using MCP

The same corpus is served as plain files. The agent interface lists every machine surface this build emits.