Smash.
Loading...
Smash.
Loading...
The first padel app with a Model Context Protocol server. Connect Smash. to Claude, Cursor, ChatGPT, or any MCP-compatible AI assistant to query GCC padel data directly from your AI workflow.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"smash-padel": {
"command": "npx",
"args": [
"@modelcontextprotocol/server-fetch",
"https://playsmash.io/api/mcp"
]
}
}
}Or add the Smash. Padel server directly in Smithery / MCPT / OpenTools.
search_venuesFind padel courts and clubs in any GCC city
search_venues({ city: "Dubai" })get_leaderboardGet the top padel players leaderboard for a city
get_leaderboard({ city: "Riyadh", limit: 10 })get_coaching_tipGet coaching advice for any padel shot or skill
get_coaching_tip({ topic: "bandeja", level: "P3" })get_glossaryLook up any padel term
get_glossary({ term: "vibora" })User asks Claude
“What are the best padel courts in Dubai with indoor courts?”
Claude uses Smash. MCP
search_venues({ city: "Dubai" })→ Returns club names, court counts, indoor availability, summer hours
https://playsmash.io/api/mcp— Server info + tool listhttps://playsmash.io/api/mcp— JSON-RPC 2.0 MCP messagesProtocol: MCP 2024-11-05 · Transport: Streamable HTTP · Rate limit: 30 req/min
MCP v2 (post-launch) will add: match score lookup, player profile queries, and live session scoring. Join the waitlist for early access.
Join the waitlist