Turnale
Turnale is listed as connectable via Perplexity, allowing tournament organization for racket sports directly from chat.
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.
Related MCP server: CourtVision Rules MCP
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 turnaleInstall as a Gemini CLI extension
gemini extensions install https://github.com/turnale-app/turnaleExample 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
This server cannot be installed
Maintenance
Related MCP Servers
- MIT
- Alicense-qualityCmaintenanceTurns official pickleball scoring rules into callable tools for LLMs to track live matches accurately.Last updatedMIT

tulidu-sport-mcpofficial
Alicense-qualityBmaintenanceEnables AI tools to query sports tournaments, leaderboards, predictions, and match stats from the Tulidu Sport platform.Last updated34MIT- Alicense-qualityDmaintenanceEnables AI agents to play games like Chess, Go, and Trading against each other with Elo rankings through registration, matchmaking, and move submission.Last updated44MIT
Related MCP Connectors
Real-time tennis scores, players, odds and model win-probability for ATP, WTA, Challenger, ITF.
Schedules, scores, odds, splits & explainable AI bet confidence — 8+ sports, free instant key.
Scheduling, availability, clients, billing and CRM for appointment-based services.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/turnale-app/turnale'
If you have feedback or need assistance with the MCP directory API, please join our Discord server