LIVE ENDPOINT
https://waterman-sports.cc/api/mcp
Connect to this endpoint to inspect the live schema for list_services and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.booking]
url = "https://waterman-sports.cc/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"booking": {
"type": "http",
"url": "https://waterman-sports.cc/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: booking
Remote MCP URL: https://waterman-sports.cc/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"booking": {
"url": "https://waterman-sports.cc/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"booking": {
"type": "http",
"url": "https://waterman-sports.cc/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "booking",
"transport": "streamable-http",
"url": "https://waterman-sports.cc/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_slot_groups— 列出此商家所有「活動場次組」 (slot_group).get_service_details— 查單一 service 的完整詳情 (描述 / 單價 / 是否每人計費 / 是否加購).list_modifiers— 列出此商家所有可套用的加購 / 折扣項 (modifier).search_availability— 查某日期某 slot_group 還有哪些可訂時段 + 各時段剩餘容量.get_pricing— 試算一筆預約的總金額 (含 modifier / 平假日差價 / 季節定價).create_booking— 建立預約.cancel_booking— 取消既有預約.get_booking— 查詢既有預約狀態 (含時段 / 服務 / 金額 / 狀態).