Skip to main content
Glama
MulhamAnalytics

Smash.

Smash. Padel MCP-Server

GCC Padel-Standortsuche, Coaching-Tipps, Glossar und Bestenlisten. Entwickelt für Dubai, Riad, Doha, Abu Dhabi und die breitere GCC-Padel-Community.

Server-URL: https://playsmash.io/api/mcp Transport: HTTP Stream (Streamable HTTP) Protokoll: MCP 2024-11-05 Authentifizierung: Keine erforderlich Kategorie: Sport Dokumentation: https://playsmash.io/developers/mcp


Tools

Tool

Beschreibung

search_venues

Suche nach Padel-Plätzen und Clubs nach Stadt im gesamten GCC

get_leaderboard

Spieler-Bestenlisten nach Stadt, sortiert nach Glicko-2-Rating

get_coaching_tip

Coaching-Tipps nach Schlagart und Spielerniveau (P1–A3)

get_glossary

Definitionen von Padel-Begriffen (Bandeja, Vibora, Golden Point, etc.)


Related MCP server: CryptoSignal-MCP

Schnellinstallation

Claude Desktop

Fügen Sie dies zu Ihrer claude_desktop_config.json hinzu:

{
  "mcpServers": {
    "smash-padel": {
      "command": "npx",
      "args": ["mcp-remote", "https://playsmash.io/api/mcp"]
    }
  }
}

Claude Code CLI

claude mcp add --transport http smash-padel https://playsmash.io/api/mcp

Smithery

Suchen Sie nach "Smash. Padel" auf smithery.ai und installieren Sie es mit einem Klick.


Anwendungsbeispiele

Padel-Plätze in Dubai finden:

{
  "method": "tools/call",
  "params": {
    "name": "search_venues",
    "arguments": { "city": "Dubai" }
  }
}

Einen Coaching-Tipp zur Bandeja erhalten:

{
  "method": "tools/call",
  "params": {
    "name": "get_coaching_tip",
    "arguments": { "topic": "bandeja", "level": "P3" }
  }
}

Einen Padel-Begriff nachschlagen:

{
  "method": "tools/call",
  "params": {
    "name": "get_glossary",
    "arguments": { "term": "vibora" }
  }
}

Ratenbegrenzungen

30 Anfragen pro Minute pro IP. Kein API-Schlüssel erforderlich.


Über Smash.

Smash. ist eine KI-Padel-Coaching- und Spiel-Tracking-App für Spieler im GCC. Zu den Funktionen gehören SmashIQ KI-Videoanalyse, Glicko-2-Spielbewertungen, Stadt-Bestenlisten und eine Partnersuche.

Start im Juni 2026. Warteliste unter playsmash.io/waitlist.

Entwickelt von Mulham Analytics and AI - FZCO — IFZA-lizenziert, Dubai Science Park.


Lizenz

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings.

  • AI soigneur for cyclists: Strava ride to an Ien-Vitse-validated nutrition plan + orderable box.

  • AI marketing: SEO articles, trend scouting, competitor analysis, social media, lead magnets

View all MCP Connectors

Latest Blog Posts

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/MulhamAnalytics/smash-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server