Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Playtomic in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Wrap Playtomic's reverse-engineered API as MCP tools with AnythingMCP. Two ready-to-use connectors: read-only public (4 tools, zero setup) and full account (13 tools, login). Works with Claude, ChatGPT, Cursor, Copilot, Gemini, OpenClaw.
Try asking
Example prompts for Playtomic
Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.
Claude is AI and can make mistakes. Please double-check responses.
Playtomic to MCP — the short version
Playtomic has no public API. The mobile app uses an internal HTTP API that nobody outside Playtomic was supposed to use — until AnythingMCP wrapped it as MCP tools.
You now get two connectors:
playtomic-public— 4 read-only tools, no account, no credentials. Search clubs, read court availability, read sport configuration.playtomic— 13 read-only tools. Adds your profile, level, lifetime stats, open matches at your level, match recommendations, tournaments, leagues. Email + password login with automatic JWT refresh.
Both work with any AI client that speaks the Model Context Protocol: Claude, ChatGPT, Cursor, Copilot, Gemini, OpenClaw, and so on.
What's MCP and why does it matter for Playtomic?
The Model Context Protocol is the open standard for connecting AI assistants to external tools and data. Instead of writing a custom integration for each AI (Claude needs one approach, ChatGPT another, Cursor a third), MCP gives all of them a single, common way to call your tools.
AnythingMCP is the gateway: it turns any API into MCP tools, then any MCP-aware AI can use them. The Playtomic adapter is one of 173+ adapters in the catalog.
How the Playtomic adapter is built
Playtomic's mobile app talks to app.playtomic.io. We reverse-engineered the relevant endpoints from the iOS app traffic:
GET /api/v1/tenants— club search.GET /api/v1/tenants/{id}— club detail.GET /api/v1/availability— free slots for a day.GET /api/v2/configuration— sport enums.POST /api/v3/auth/login— email + password → JWT (~1h).- Plus level, stats, matches, tournaments, leagues endpoints (full connector only).
The first four endpoints are fully public — they return identical bytes with or without an authorization token (verified empirically). That's what enables the zero-setup playtomic-public variant.
For the rest, you log in once; AnythingMCP caches the JWT encrypted server-side and refreshes it transparently when it nears the 1-hour expiry.
Two connectors, side by side
| Playtomic Public | Playtomic (full) | |
|---|---|---|
| Auth type | NONE | LOGIN_TOKEN |
| Tools | 4 | 13 |
| Setup time | Zero | ~30 seconds (paste email + password) |
| Pricing | Generic | Member discounts applied |
| Use cases | Public search, shared prompts, demos | Personal use, level-matched matches, stats |
| Best for | A bot anyone can use | Daily padel workflow |
You can install both — they don't conflict.
Install in 3 minutes
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Open http://localhost:3000/connectors/store, search Playtomic, install Playtomic (Public) (no creds) or Playtomic (paste PLAYTOMIC_EMAIL + PLAYTOMIC_PASSWORD). Mint an MCP API key, point your AI client at https://cloud.anythingmcp.com/mcp with Authorization: Bearer <key>.
Pick your AI client
- 🟣 Connect Playtomic to Claude
- 🟢 Connect Playtomic to ChatGPT
- 🟧 Connect Playtomic to Cursor
- 🔵 Connect Playtomic to Copilot
- 🟨 Connect Playtomic to Gemini
- 🦫 Connect Playtomic to OpenClaw
Or read the cross-client overview: Find padel courts with AI.
Was this guide helpful?