Connector guide1-minute read13 MCP toolsEN · DE · IT

Playtomic 到 MCP — 将 Padel 球场搜索作为 AI 工具

将 Playtomic 的逆向工程 API 封装为 AnythingMCP 的 MCP 工具。两个现成的连接器:只读公共(4 个工具,无需设置)和完整账户(13 个工具,登录)。与 Claude、ChatGPT、Cursor、Copilot、Gemini、OpenClaw 兼容。

HCBy HelpCode teamUpdated 1 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

将 Playtomic 的逆向工程 API 封装为 AnythingMCP 的 MCP 工具。两个现成的连接器:只读公共(4 个工具,无需设置)和完整账户(13 个工具,登录)。与 Claude、ChatGPT、Cursor、Copilot、Gemini、OpenClaw 兼容。

试试这样问

Playtomic 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Playtomic · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

Playtomic

Playtomic 到 MCP — 简要版本

Playtomic 没有公共 API。移动应用使用一个内部 HTTP API,外部人员本不应使用 — 直到 AnythingMCP 将其封装为 MCP 工具。

现在你可以获得两个连接器:

  • playtomic-public — 4 个只读工具,无需账户,无需凭证。搜索俱乐部,读取场地可用性,读取运动配置。
  • playtomic — 13 个只读工具。添加你的个人资料、级别、终身统计、与你级别匹配的开放比赛、比赛推荐、锦标赛、联赛。使用电子邮件 + 密码登录,并自动刷新 JWT。

这两个连接器都可以与任何支持模型上下文协议的 AI 客户端一起使用:Claude、ChatGPT、Cursor、Copilot、Gemini、OpenClaw 等等。

什么是 MCP,为什么它对 Playtomic 重要?

模型上下文协议 是连接 AI 助手与外部工具和数据的开放标准。与其为每个 AI 编写自定义集成(Claude 需要一种方法,ChatGPT 需要另一种,Cursor 需要第三种),MCP 为它们提供了一种统一的方式来调用你的工具。

AnythingMCP 是网关:它将任何 API 转换为 MCP 工具,然后任何支持 MCP 的 AI 都可以使用它们。Playtomic 适配器是目录中 173+ 个适配器之一。

Playtomic 适配器的构建方式

Playtomic 的移动应用与 app.playtomic.io 通信。我们从 iOS 应用的流量中逆向工程了相关的端点:

  • GET /api/v1/tenants — 俱乐部搜索。
  • GET /api/v1/tenants/{id} — 俱乐部详情。
  • GET /api/v1/availability — 一天的空闲时段。
  • GET /api/v2/configuration — 运动枚举。
  • POST /api/v3/auth/login — 电子邮件 + 密码 → JWT (~1小时)。
  • 以及级别、统计、比赛、锦标赛、联赛端点(仅限完整连接器)。

前四个端点是完全公开的 — 它们返回的字节在有无授权令牌的情况下是相同的(经过实证验证)。这就是使得零设置的 playtomic-public 变体成为可能的原因。

对于其余部分,你只需登录一次;AnythingMCP 在服务器端缓存 JWT 并在接近 1 小时过期时透明地刷新它。

两个连接器并排比较

Playtomic 公共Playtomic(完整)
认证类型NONELOGIN_TOKEN
工具413
设置时间~30 秒(粘贴电子邮件 + 密码)
定价通用应用会员折扣
用例公共搜索、共享提示、演示个人使用、级别匹配的比赛、统计
最适合任何人都可以使用的机器人每日 padel 工作流程

你可以同时安装这两个连接器 — 它们不会冲突。

3 分钟内安装

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

打开 http://localhost:3000/connectors/store,搜索 Playtomic,安装 Playtomic (Public)(无需凭证)或 Playtomic(粘贴 PLAYTOMIC_EMAIL + PLAYTOMIC_PASSWORD)。生成一个 MCP API 密钥,将你的 AI 客户端指向 https://cloud.anythingmcp.com/mcp,并使用 Authorization: Bearer <key>

选择你的 AI 客户端

或者阅读跨客户端概述:使用 AI 查找 padel 球场.

这份指南对你有帮助吗?

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.

相关指南

connectors

在 Playtomic 上用 ChatGPT 查找可预订的板式网球场

通过 AnythingMCP 的 MCP 连接器把 Playtomic 接入 ChatGPT。在 Playtomic 上用 ChatGPT 查找空场、对比价格、找到与你水平匹配的开放比赛——无需离开聊天窗口。

connectors

在 Playtomic 上用 Claude AI 查找可预订的板式网球场

通过 AnythingMCP 将 Playtomic 连接到 Claude Desktop 或 Claude Code。让 Claude 在 Playtomic 上查找可用的板式网球场、对比俱乐部价格、找到与你水平匹配的开放比赛——全部用自然语言完成,无需再翻预订 App。

connectors

在 Playtomic 上用 GitHub Copilot 查找可预订的板式网球场

通过 AnythingMCP 的 MCP 连接器把 Playtomic 加到 GitHub Copilot Chat / Visual Studio Code。一边编程一边用 Copilot 在 Playtomic 上查 padel 场地,搭建支持 padel 的开发工作流。

connectors

使用 Cursor 在 Playtomic 上搜索可用的 Padel 球场

通过 AnythingMCP 中的 MCP 连接器将 Playtomic 连接到 Cursor。搜索 padel 球场,比较价格,并在编辑器内构建 padel 相关的编码流程。

connectors

通过 Gemini 在 Playtomic 上搜索可用的 Padel 球场

通过 AnythingMCP 的 MCP 网关将 Playtomic 连接到 Gemini。使用 Gemini 在 Playtomic 上搜索 padel 球场,比较价格并找到适合你水平的开放比赛 — 无需离开 Gemini 的聊天界面。

connectors

在 Playtomic 上用 OpenClaw 查找可预订的板式网球场

通过 AnythingMCP 把 Playtomic 接到 OpenClaw。用 OpenClaw 和本地 LLM 客户端在 Playtomic 上查 padel 场地,自动化场地提醒,把 padel 工作流完全跑在自己的机器上。