What it does
Once connected, your AI assistant gets two abilities: draft a tournament plan ("12 teams, 3 pitches, knockout final — does that fit in 4 hours?") with real validation and schedule math, and look up a live tournament by its share link ("what's the standing in Group A?"). Drafting always ends in a prefill link — you review and confirm in the wizard; the assistant never creates anything on its own.
The endpoint
https://areacopa.com/api/mcp
Transport: Streamable HTTP · Authentication: none · Machine-readable metadata: /.well-known/mcp.json
Connect Claude
Claude (web and desktop): Settings → Connectors → Add custom connector → paste the endpoint URL above.
Claude Code (terminal):
claude mcp add --transport http areacopa https://areacopa.com/api/mcp
Connect ChatGPT
In ChatGPT, custom MCP connectors are available with developer mode enabled: Settings → Connectors → Advanced → enable developer mode, then add a connector with the endpoint URL above. Availability depends on your ChatGPT plan.
Other MCP clients
Any client that speaks MCP over Streamable HTTP works — point it at the endpoint URL. No session setup, no key exchange.
Privacy
The server is read-only. It exposes exactly two tools, can only read public tournament pages, and never sees organizer accounts, email addresses, or dashboards. Requests are rate-limited per connection.