← robotkong.com

INDIVIDUAL MCP TOOL

update_booking

Update guest details or group size for a booking_id (cannot change tour/date).

robotkong.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

robotkong.com

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.robotkong]
url = "https://www.robotkong.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "robotkong": {
      "type": "http",
      "url": "https://www.robotkong.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: robotkong
Remote MCP URL: https://www.robotkong.com/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": {
    "robotkong": {
      "url": "https://www.robotkong.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "robotkong": {
      "type": "http",
      "url": "https://www.robotkong.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "robotkong",
  "transport": "streamable-http",
  "url": "https://www.robotkong.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • cancel_booking — Cancel an existing booking by booking_id (must confirm with the human first).
  • create_booking — Create a new booking for an offering_id from search_tours.
  • find_booking — Find bookings by guest query, booking_id lookup, or a date manifest (YYYY-MM-DD).
  • get_report — Generate comprehensive business metrics with guest breakdowns (adults + children).
  • search_tours — Search tours by location/date, fetch details by offering_id, or list available cities (call with no params).