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
recommend_plan
Which Lobby plan fits a described business, and why. Deterministic — it compares the stated needs against the published allowances and features, it does not guess. Prefer this over asking the concierge "which plan should I pick", which cannot see the numbers. Returns { ok, recommended_plan_id, recommended_plan_name, price_monthly, reasons[], caveats[], signup_url }.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
expected_monthly_conversations |
integer | no | Roughly how many visitor sessions a month. One visitor session is one conversation however many messages it holds. |
number_of_sites |
integer | no | How many websites need a concierge. |
needs_own_branding |
boolean | no | True when the business wants the "Built with Lobby" footer gone. |
needs_booking |
boolean | no | True when visitors should be able to book an appointment through the concierge. |
Raw JSON schema
{
"type": "object",
"properties": {
"expected_monthly_conversations": {
"type": "integer",
"minimum": 0,
"maximum": 1000000,
"description": "Roughly how many visitor sessions a month. One visitor session is one conversation however many messages it holds."
},
"number_of_sites": {
"type": "integer",
"minimum": 1,
"description": "How many websites need a concierge."
},
"needs_own_branding": {
"type": "boolean",
"description": "True when the business wants the \"Built with Lobby\" footer gone."
},
"needs_booking": {
"type": "boolean",
"description": "True when visitors should be able to book an appointment through the concierge."
}
}
}
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.