← Registry

General Tools

waterman-sports.cc

Provides general-purpose tools through the Model Context Protocol.

1 endpoint9 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://waterman-sports.cc/api/mcp

No auth detected

MCP server metadata

Name
水行者海洋運動中心 — Booking
Version
1.0.0
Capabilities
tools

Known tools 9

list_slot_groups

列出此商家所有「活動場次組」 (slot_group).

Inferred read-only
list_services

列出此商家所有「菜單項」 (service).

Inferred read-only
get_service_details

查單一 service 的完整詳情 (描述 / 單價 / 是否每人計費 / 是否加購).

Inferred read-only
list_modifiers

列出此商家所有可套用的加購 / 折扣項 (modifier).

Inferred read-only
search_availability

查某日期某 slot_group 還有哪些可訂時段 + 各時段剩餘容量.

Inferred read-only
get_pricing

試算一筆預約的總金額 (含 modifier / 平假日差價 / 季節定價).

Inferred read-only
create_booking

建立預約.

Inferred read-only
cancel_booking

取消既有預約.

Inferred read-only
get_booking

查詢既有預約狀態 (含時段 / 服務 / 金額 / 狀態).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.