A support desk an agent can operate

Looking for a WebMCP client…

This page registers four WebMCP tools — search_tickets, create_ticket, close_ticket and escalate_ticket, plus get_tool_usage, which lets an agent read back what agents have done here. Open this page in a browser whose agent speaks WebMCP and ask it to find a ticket and close it — or press the button below — then look at the dashboard.

Runs the five calls below through the real instrumented tools — same wrapper, same beacon, same endpoint an agent would hit. Every record it writes is tagged clientName: simulated-agent, so it can never be mistaken for an agent that actually came by.

  1. search_ticketsfinds the ticket
  2. create_ticketopens a new one
  3. close_ticketcloses what it resolved
  4. create_ticketfails: no subject
  5. get_tool_usagereads its own trail

No tickets.

Why this demo exists

A WebMCP tool call never leaves the browser. There is no request, no user agent, no line in an access log. Everything else on a website is measured whether anyone decided to or not; this is the one kind of traffic that is measured only on purpose. Nothing on this page tells the tools they are being watched — one call wraps the list, and that is the whole installation.