lobby.host
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
open_signup
The URL to start a Lobby account, and optionally navigate there. Signup is free and needs only an email address — no card. This is not a committing action, but it does move the visitor off the current page when `navigate` is true, so prefer returning the URL and letting them click unless they asked to be taken there. Returns { ok, url, navigated, requirements[] }.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
plan |
string | no | Which plan to start on. Default free. |
navigate |
boolean | no | When true, navigate this page to signup. Default false — navigating away ends the current conversation. |
Raw JSON schema
{
"type": "object",
"properties": {
"plan": {
"type": "string",
"enum": [
"free",
"paid"
],
"description": "Which plan to start on. Default free."
},
"navigate": {
"type": "boolean",
"description": "When true, navigate this page to signup. Default false — navigating away ends the current conversation."
}
}
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
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…
sssnack.com
Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.
computer.webmcp.com
WebMCP Computer — one browser machine shared by a human and an agent.