Skip to main content
Glama

Lobby — AI Receptionist Toolkit (MCP server)

MCP Registry

The official MCP server for Lobby — the bilingual AI front desk. It gives any AI agent five free, no-auth receptionist tools, served remotely over Streamable HTTP. No key, no signup, no install.

https://lobbyvoices.com/api/mcp

Connect

Claude Code

claude mcp add --transport http lobbyvoices https://lobbyvoices.com/api/mcp

Cursor · Claude Desktop · any MCP client

{
  "mcpServers": {
    "lobbyvoices": { "url": "https://lobbyvoices.com/api/mcp" }
  }
}

Related MCP server: bubblyphone-agents

Tools

Tool

What it does

write_phone_script

Writes a business phone script — greeting, voicemail, on-hold, or jingle — in English, Mexican Spanish, or both. Ready to record.

write_ivr_menu

Builds a complete IVR / phone-menu script: greeting, numbered options, optional press-9 Spanish switch, operator line.

generate_elevenlabs_agent_prompt

Generates a production-grade system prompt for an ElevenLabs conversational agent acting as a phone receptionist.

calculate_missed_call_cost

Computes the revenue a business loses to missed calls (monthly + yearly) plus recovery math, break-even days, and ROI.

should_i_hire_a_receptionist

Scores a business's phone coverage and returns a verdict — covered, AI front desk, or hybrid — with archetype and leak numbers.

Every tool declares an outputSchema and returns structuredContent, so agents get typed JSON instead of text to parse.

Try it with curl

curl -X POST https://lobbyvoices.com/api/mcp \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"calculate_missed_call_cost","arguments":{"callsPerWeek":75,"missedRatePct":33,"avgJobValue":380}}}'

Also available as a plain REST API

The same capabilities are exposed as a free, no-key HTTP API — see the developer docs and the OpenAPI spec.

Fair use

No auth required. Per-IP rate limits (~30 requests/minute per tool) and hard input caps keep the service healthy. Building something bigger on top? Tell us.

About Lobby

Lobby is an AI front desk for small businesses: it answers every inbound call 24/7, books appointments, captures leads, and speaks English and Mexican Spanish — switching mid-call when the caller does. This MCP server runs on the same production stack.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bodyegypt/lobbyvoices-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server