streamable-httpMITupdated 1mo ago
Run recreational racket-sport tournaments from chat.
What can you do with turnale?
Turnale
Run recreational racket-sport tournaments from chat.
This repository holds the client integration manifests for Turnale โ the Claude Code
plugin, the Gemini CLI extension, and the organiser skill. The server itself is a hosted
service at https://mcp.turnale.app and is not open source.
What Turnale does
Turnale lets an organiser run an entire recreational tournament by talking to their AI assistant. Tell it who's playing and you get a fair draw, a schedule, and a shareable web page with live standings that players follow from their phones.
Tennis, padel, pickleball, badminton, squash and table tennis.
Formats clubs actually play
Americano and mexicano (rotating-partner doubles), round robin, groups + playoff, and knockout with an optional 3rd-place match โ as singles or fixed pairs, with random or level-balanced pairing. The assistant explains the options with the round and time maths already done by the engine.
Last-minute chaos is one sentence
Dropouts, substitutions, partner swaps, late arrivals, court changes, and ending early with the standings frozen as the final result. Every change can be previewed before it lands and undone afterwards.
Honest scores
Walkovers and retirements are recorded as exactly that, and the games actually played still count towards the standings.
One link for players
The shareable page carries the order of play, live scores, standings and self-signup, with an optional cap and waitlist. Printable order-of-play and results PDFs cover the clubhouse noticeboard.
Connecting
Point your assistant at https://mcp.turnale.app and start straight away.
{
"mcpServers": {
"turnale": {
"type": "http",
"url": "https://mcp.turnale.app"
}
}
}
Creating a tournament returns an unguessable organiser key plus the shareable page link. The key is the only credential and is relayed in chat with a cannot-be-recovered warning; the page link on its own is view-only.
Per-platform connect steps for Claude, ChatGPT, Le Chat, Perplexity, Grok and the Gemini CLI are at turnale.app/docs.
Install as a Claude Code plugin
/plugin marketplace add turnale-app/turnale
/plugin install turnale
Install as a Gemini CLI extension
gemini extensions install https://github.com/turnale-app/turnale
Example prompts
- Run a padel americano for 12 players on 3 courts, 2 hours.
- Set up Thursday's tennis night โ no player list yet, let people sign up via a link.
- Jonas can't come, replace him with Emil from round 3.
- Court 1: 9โ7, Court 2: 11โ5. Who plays whom next?
- We have to stop early โ freeze the standings and give me the final results.
Links
Install
Add turnale to your client. Pick the one you use.
claude mcp add --transport http turnale https://mcp.turnale.appcodex mcp add turnale --url https://mcp.turnale.app{
"mcpServers": {
"turnale": {
"url": "https://mcp.turnale.app"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"turnale": {
"type": "http",
"url": "https://mcp.turnale.app"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"turnale": {
"url": "https://mcp.turnale.app"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"turnale": {
"serverUrl": "https://mcp.turnale.app"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 28 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.1.2Latest | Aug 3, 2026 |
| 0.1.1 | Jul 29, 2026 |