Connector guide2-minute read13 MCP toolsEN · DE · IT

Playtomic to MCP — Expose Padel Court Search as an AI Tool

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.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Playtomic

MCP connector

Playtomic

Full Playtomic access for padel, tennis, and futsal players. Search clubs and availability, find open matches to join, read your own profile, level, stats, history, and recommendations. 13 tools, email + password auth with automatic JWT refresh.

Tools

13

Region

INTL

Category

Sports

Authentication

Login Token (bcrypt + JWT)

Required env vars

PLAYTOMIC_EMAILPLAYTOMIC_PASSWORD
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Start free trial

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.

Playtomic · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

Playtomic

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 PublicPlaytomic (full)
Auth typeNONELOGIN_TOKEN
Tools413
Setup timeZero~30 seconds (paste email + password)
PricingGenericMember discounts applied
Use casesPublic search, shared prompts, demosPersonal use, level-matched matches, stats
Best forA bot anyone can useDaily 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

Or read the cross-client overview: Find padel courts with AI.

Was this guide helpful?

Ready to ship

Your Playtomic agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Related guides

connectors

Search Available Padel Courts on Playtomic with ChatGPT

Bring Playtomic into ChatGPT via the MCP connector built into AnythingMCP. Search available padel courts on Playtomic with ChatGPT, compare prices, surface open matches at your level — without leaving the chat window.

connectors

Search Available Padel Courts on Playtomic with Claude AI

Connect Playtomic to Claude Desktop or Claude Code with AnythingMCP. Search available padel courts on Playtomic with Claude, compare prices across clubs, find open matches at your level — in plain English, no booking app to scroll.

connectors

Search Available Padel Courts on Playtomic with GitHub Copilot

Add Playtomic to GitHub Copilot Chat / Visual Studio Code via the MCP connector in AnythingMCP. Search padel courts on Playtomic with Copilot, automate match alerts, and build padel-aware coding workflows.

connectors

Search Available Padel Courts on Playtomic with Cursor

Connect Playtomic to Cursor via the MCP connector in AnythingMCP. Search padel courts, compare prices, and build padel-aware coding flows right inside the editor.

connectors

Search Available Padel Courts on Playtomic with Gemini

Connect Playtomic to Gemini via AnythingMCP's MCP gateway. Use Gemini to search padel courts on Playtomic, compare prices and find open matches at your level — without leaving Gemini's chat.

connectors

Search Available Padel Courts on Playtomic with OpenClaw

Connect Playtomic to OpenClaw via AnythingMCP. Search padel courts on Playtomic with OpenClaw's local LLM clients, automate court alerts, and run padel workflows entirely on your own machine.