← turnale.app

INDIVIDUAL MCP TOOL

create_tournament

Create a new tournament.

turnale.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.turnale.app

No auth detected

Connect to this endpoint to inspect the live schema for create_tournament and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

turnale.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.turnale]
url = "https://mcp.turnale.app"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "turnale": {
      "type": "http",
      "url": "https://mcp.turnale.app"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: turnale
Remote MCP URL: https://mcp.turnale.app

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "turnale": {
      "url": "https://mcp.turnale.app"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "turnale": {
      "type": "http",
      "url": "https://mcp.turnale.app"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "turnale",
  "transport": "streamable-http",
  "url": "https://mcp.turnale.app"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ping — Health check.
  • add_players — Add players to the roster in bulk (parse pasted lists or spreadsheets yourself and send structured entries — never invent placeholder names; use signup mode when names aren't known yet).
  • update_player — Rename a player or set their gender/level/note.
  • remove_player — Remove one or MANY players before any result is recorded (afterwards use withdraw_player or replace_player) — pass player_names to clear several in one call, never loop one-by-one.
  • set_pairs — Fix the doubles pairs: pass explicit pairs by name, or auto-pair (random or level-balanced).
  • update_settings — Change the tournament name, start time, match duration, break/changeover minutes, courts (count or names), house rules, or courtside score entry from the page.
  • promote_player — Move a waitlisted player onto the active roster when a spot opens (signed-in players are notified by email).
  • generate_draw — Generate (or regenerate) the draw and schedule.