com.lobbyvoices/receptionist-toolkit
Official7 toolsFree receptionist tools: phone scripts, IVR menus (EN+ES), ElevenLabs prompts, missed-call math
Receptionist tools with phone scripts, IVR menus, and voice prompts in English and Spanish.
Captured live from the server via tools/list.
write_phone_script
Writes a professional phone script for a business — greeting, voicemail message, on-hold message, or jingle lines — in English, Mexican Spanish, or both. Returns ready-to-record text.
Parameters (6)
- modestring
What kind of script to write. Default: greeting.
- businessstringrequired
Business name (required).
- tradestring
Industry or trade, e.g. plumbing, dental clinic.
- vibestring
Tone of voice. Default: warm.
- extrastring
Optional details to mention: hours, offers, callback promise.
- langsarray
Languages to write. Default: both.
write_ivr_menu
Builds a complete IVR (phone menu / auto-attendant) script for a business: greeting, numbered options, optional Spanish-language switch, and the operator line. English, Spanish, or bilingual.
Parameters (5)
- businessstringrequired
Business name (required).
- industrystring
Pick the closest industry; supplies sensible default menu options.
- optionsarray
Menu options in order (press 1, press 2, …). Defaults to the industry's standard four.
- languagestring
Menu language. 'both' adds a press-nine Spanish switch. Default: en.
- greetingstring
Custom opening greeting. Default: 'Thank you for calling {business}.'
generate_elevenlabs_agent_prompt
Generates a production-grade system prompt for an ElevenLabs conversational agent acting as a business phone receptionist: identity, job, voice style, booking flow, guardrails, and escalation rules.
Parameters (7)
- bizstringrequired
Business name (required).
- agentNamestring
Name the agent should use for itself.
- industrystring
Industry, e.g. plumbing, hvac, dental, salon, law, restaurant.
- tasksarray
What the agent should do, e.g. book, faqs, leads.
- hoursstring
Business hours in plain words.
- spanishboolean
Whether the agent should also handle Spanish callers.
- tonestring
Personality, e.g. warm, formal, upbeat.
calculate_missed_call_cost
Computes the revenue a business loses to missed phone calls (monthly and yearly), plus the recovery math: recoverable revenue, suggested answering plan, break-even days, and ROI multiple.
Parameters (3)
- callsPerWeeknumberrequired
Inbound calls per week.
- missedRatePctnumberrequired
Percent of calls missed or sent to voicemail.
- avgJobValuenumberrequired
Average value of one new customer or job, USD.
simulate_receptionist_call
Role-play a phone call with Lobby's receptionist call engine — the same pipeline behind the product demo: greeting, booking flow, lead capture, and automatic English/Spanish detection (live calls add a full AI brain on top). You play the caller: pass each thing the caller says, get the full transcript and outcome back. Free, text-only, max 6 caller lines.
Parameters (2)
- businessstring
Business name the receptionist answers for. Default: Lobby Demo Services.
- callerSaysarrayrequired
The caller's lines, in order. Try Spanish to hear the language switch — e.g. ['Hola, necesito una cita para mañana.']
get_demo_call_number
Returns a real phone number anyone can call right now to talk to Lobby's AI receptionist live — plus suggested things to say (English and Spanish) and what to listen for (the mid-call language switch, booking flow).
No parameters.
should_i_hire_a_receptionist
Scores a business's phone coverage and returns a verdict — you're covered, get an AI front desk, or go hybrid — with the caller archetype, yearly leak, suggested plan, break-even days, and ROI.
Parameters (6)
- callsPerWeeknumberrequired
Roughly how many inbound calls per week (snapped to the quiz's brackets).
- currentSetupstring
Who answers today: the owner (self), voicemail (vm), staff between tasks (staff), or nobody consistently (none). Default: self.
- missedRatePctnumberrequired
Rough percent of calls that go unanswered (snapped to the quiz's brackets).
- avgJobValuenumberrequired
Average value of one new customer or job, USD (snapped to the quiz's brackets).
- coverageNeededstring
When calls actually come in. Default: business-hours.
- spanishCallersstring
How often Spanish-speaking customers call. Default: no.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"receptionist-toolkit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://lobbyvoices.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.