Go to homepage

Plan tournaments straight from your AI chat

AreaCopa runs a public MCP server. Connect it once, and your assistant can draft validated tournament plans and look up live standings for you.

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.

Frequently asked questions

Is this free?
Yes. The MCP server is part of AreaCopa and free like everything else — no API key, no account, no rate plans. There is a fair-use request limit per connection.
Can the assistant create tournaments on its own?
No, by design. The assistant drafts and validates the plan, then hands you a link that opens the creation wizard with everything pre-filled. Nothing exists until you review the setup and confirm it yourself — with just your email address.
What data can the assistant read?
Only what is public anyway: the live page of a tournament — standings, results, upcoming matches. It cannot read email addresses, dashboards, or anything belonging to an organizer account.

Plan tournaments straight from your AI chat