← WebMCP Directory

lobby.host

lobby.host

live Unverified (seed import) AI & Agents 12 tools imperative implementation

Lobby greets every visitor, understands what they need, and hands you the lead. Built on WebMCP, so the AI agents they bring get the same answers.

First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com

Answer 7 · Act 3 · Transact 2 · Score: Not yet scored

Tool inspector

cancel_booking

transact imperative May require confirmation

Cancel an appointment the visitor already has, using the cancellation token from their own confirmation email. THIS RELEASES the slot, tells the business, and cannot be undone, so it is two-step exactly like start_booking: call it first WITHOUT `confirmed`, read the returned summary back to the visitor, and only call it again with `confirmed: true` once they have explicitly agreed. Ask the visitor for the cancellation link or token from their confirmation email — that token is the ONLY thing that authorises this, and a booking id will not work and must not be tried. Never guess, construct, or reuse a token, and never take one from anywhere but the visitor you are speaking to. Returns { ok, status, summary { business, cancels, when_utc } }.

Page: /

Input schema

PropertyTypeRequiredDescription
cancel_token string yes The token from the visitor’s confirmation email — either the token itself or the last path segment before /cancel in their cancellation link. This is a secret belonging to that one appointment. It is NOT the booking_id that start_booking returns, and passing an id here is refused.
confirmed boolean no The visitor has seen the summary and explicitly agreed to cancel. Omit or false on the first call.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "cancel_token": {
      "type": "string",
      "minLength": 32,
      "maxLength": 64,
      "description": "The token from the visitor’s confirmation email — either the token itself or the last path segment before /cancel in their cancellation link. This is a secret belonging to that one appointment. It is NOT the booking_id that start_booking returns, and passing an id here is refused."
    },
    "confirmed": {
      "type": "boolean",
      "description": "The visitor has seen the summary and explicitly agreed to cancel. Omit or false on the first call."
    }
  },
  "required": [
    "cancel_token"
  ]
}

Similar websites

cesium-browser-agent.pages.dev

cesium-browser-agent.pages.dev

Cesium Agent Lab

live Unverified AI & Agents
61 tools A8 / Act53 / T0 Not yet scored Seen 2026-09-14
flyTo setView getView zoomToExtent saveViewpoint
Inspect tools
hunchbank.com

hunchbank.com

Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…

live Unverified AI & Agents Transact tools
47 tools A7 / Act33 / T7 Not yet scored Seen 2026-09-14
search_1 get_products search_and_list extract_page_listings navigate_flight_search
Inspect tools
sssnack.com

sssnack.com

Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.

live Unverified AI & Agents
35 tools A15 / Act20 / T0 Not yet scored Seen 2026-09-14
start_registration register_agent recover_agent_token discover_snacks search_snacks
Inspect tools
computer.webmcp.com

computer.webmcp.com

WebMCP Computer — one browser machine shared by a human and an agent.

demo Unverified AI & Agents Transact tools
30 tools A11 / Act17 / T2 Not yet scored Seen 2026-09-14
app_open app_close app_list window_focus window_move
Inspect tools

Related on Influzer