Build with the front desk.
Three endpoints straight from Lobby's production receptionist stack — AI phone scripts in English and Mexican Spanish, ElevenLabs agent system prompts, and missed-call math. Plain HTTPS, no key, no signup. And an MCP server, so your AI agents can call all of it as tools.
One curl. No auth.
curl -X POST https://lobbyvoices.com/api/v1/phone-script \
-H 'content-type: application/json' \
-d {"mode":"voicemail","business":"Vargas Plumbing","trade":"plumbing","langs":["en","es"]}curl -X POST https://lobbyvoices.com/api/v1/agent-prompt \
-H 'content-type: application/json' \
-d {"biz":"Vargas Plumbing","industry":"plumbing","tasks":["book","faqs"],"hours":"Mon-Sat 8am-6pm","spanish":true,"tone":"warm"}curl -X POST https://lobbyvoices.com/api/v1/missed-call-cost \
-H 'content-type: application/json' \
-d {"callsPerWeek":75,"missedRatePct":33,"avgJobValue":380}Three endpoints, zero ceremony.
Machine-readable spec: /api/v1/openapi.json
Give your agent the toolkit.
Connect the MCP server and your agent can write phone scripts, generate ElevenLabs prompts, and price missed calls on its own — same endpoints, no key.
claude mcp add --transport http lobbyvoices https://lobbyvoices.com/api/mcp{
"mcpServers": {
"lobbyvoices": { "url": "https://lobbyvoices.com/api/mcp" }
}
}Free, within reason.
No key, no signup. Per-IP rate limits (roughly 30 requests a minute per endpoint) and hard input caps keep the service healthy. Building something bigger on top of it? Tell us — we like builders. Contact us
The API is free. The receptionist answers for you.
Lobby is the AI front desk behind these endpoints — it answers every call, books the job, and speaks English and Spanish, 24/7.
Meet your receptionist