General Tools
padelyst.app
Generate padel tournament formats and create shareable live sessions for players to join and score.
ENDPOINT 1
https://api.padelyst.app/mcp
MCP server metadata
- Name
- app.padelyst/tournament-tools
- Version
- 0.2.0
Padel tournament tools. Compute schedules with generate_americano / generate_mexicano / generate_round_robin (4-16 players, read-only). Run a real club night with create_session — it returns a share link for players plus a private organizer link. Enter results with submit_score (each match has a matchId from create_session / get_session; standings recompute live) and read the current schedule + standings with get_session. Mexicano re-pairs by results, so call advance_round after each round is scored; finish closes a session out. Scoring and reading are anonymous (the id is the capability); advance_round and finish are organizer-only — pass the host token from the manageUrl create_session returned.
Known tools 8
generate_round_robinClassic 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.
Inferred read-onlycreate_sessionCreate 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.
Potential side effectsget_sessionRead the current schedule and live standings of a session by its id (the id at the end of a …/play/<id> share link).
Inferred read-onlysubmit_scoreRecord the score of one match in a LIVE session, then get back the recomputed standings and updated schedule.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for padelyst.app was fetched 2026-08-23T15:29:55.785Z.
padelyst.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.