← lobbyvoices.com
INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lobbyvoices]
url = "https://lobbyvoices.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lobbyvoices": {
"type": "http",
"url": "https://lobbyvoices.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lobbyvoices
Remote MCP URL: https://lobbyvoices.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lobbyvoices": {
"url": "https://lobbyvoices.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lobbyvoices": {
"type": "http",
"url": "https://lobbyvoices.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lobbyvoices",
"transport": "streamable-http",
"url": "https://lobbyvoices.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.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.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.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).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).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.save_my_receptionist— Saves the phone script, IVR menu, agent prompt, or simulated call you just built for a real business, and emails it to the person you're helping — with the live demo number to hear it and a signup link to turn it on for real.