← padelyst.app
INDIVIDUAL MCP TOOL
advance_round
Mexicano only: generate the next round from the current standings.
LIVE ENDPOINT
https://api.padelyst.app/mcp
Connect to this endpoint to inspect the live schema for advance_round and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.app-padelyst-tournament-tools]
url = "https://api.padelyst.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"app-padelyst-tournament-tools": {
"type": "http",
"url": "https://api.padelyst.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: app-padelyst-tournament-tools
Remote MCP URL: https://api.padelyst.app/mcp
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": {
"app-padelyst-tournament-tools": {
"url": "https://api.padelyst.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"app-padelyst-tournament-tools": {
"type": "http",
"url": "https://api.padelyst.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "app-padelyst-tournament-tools",
"transport": "streamable-http",
"url": "https://api.padelyst.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_americano— Rotating-partners social padel format.generate_mexicano— Standings-based re-pairing padel format.generate_round_robin— Classic fixed-pairs round robin: players pair up in entry order (1&2, 3&4, …) and every pair plays every other pair exactly once, one league table.create_session— Create a LIVE, shareable padel tournament (Americano, Mexicano or Round Robin) and get back a link players open on their phones to join and score, plus a private organizer link for managing it.get_session— Read the current schedule and live standings of a session by its id (the id at the end of a …/play/<id> share link).submit_score— Record the score of one match in a LIVE session, then get back the recomputed standings and updated schedule.finish— End a live session and lock in the final standings.