Skip to main content
MCP v1.0Read-only

Smash. MCP Server

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.

Quick install (Claude Desktop)

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.

Available tools

search_venues

Find padel courts and clubs in any GCC city

search_venues({ city: "Dubai" })
get_leaderboard

Get the top padel players leaderboard for a city

get_leaderboard({ city: "Riyadh", limit: 10 })
get_coaching_tip

Get coaching advice for any padel shot or skill

get_coaching_tip({ topic: "bandeja", level: "P3" })
get_glossary

Look up any padel term

get_glossary({ term: "vibora" })

Example usage

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

Direct API endpoint

GEThttps://playsmash.io/api/mcp— Server info + tool list
POSThttps://playsmash.io/api/mcp— JSON-RPC 2.0 MCP messages

Protocol: MCP 2024-11-05 · Transport: Streamable HTTP · Rate limit: 30 req/min

Want more tools?

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