bodyegypt/lobbyvoices-mcp

๐Ÿ—ฃ๏ธ Conversational AI
0 Views
0 Installs

๐ŸŽ–๏ธ โ˜๏ธ - Official remote MCP server for Lobby, an AI receptionist for small businesses. Seven free no-auth tools: write business phone scripts and IVR menus (English + Mexican Spanish), generate ElevenLabs agent system prompts, calculate missed-call cost, get a hire-a-receptionist verdict, role-play a call against the live receptionist engine, and get a real demo number to call. Typed structured outputs.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "bodyegypt-lobbyvoices-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bodyegypt-lobbyvoices-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Lobby โ€” AI Receptionist Toolkit (MCP server)

MCP Registry

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

https://lobbyvoices.com/api/mcp

The remote endpoint above needs nothing installed โ€” most MCP clients (Claude Code, Cursor, Claude Desktop) can call it directly over HTTP. This repo also ships lobbyvoices-mcp, a tiny stdio bridge (npx/Docker) for clients that only support local stdio servers.

Connect

Claude Code (remote, no install)

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

Cursor ยท Claude Desktop ยท any MCP client (remote, no install)

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

Stdio-only client โ€” via npx (not published to npm; installs straight from this repo)

{
  "mcpServers": {
    "lobbyvoices": { "command": "npx", "args": ["-y", "github:bodyegypt/lobbyvoices-mcp"] }
  }
}

Stdio-only client โ€” via Docker

docker build -t lobbyvoices-mcp https://github.com/bodyegypt/lobbyvoices-mcp.git
{
  "mcpServers": {
    "lobbyvoices": { "command": "docker", "args": ["run", "-i", "--rm", "lobbyvoices-mcp"] }
  }
}

The bridge does no protocol work itself โ€” it's the maintained mcp-remote package pointed at the production endpoint (see index.js).

Tools

ToolWhat it does
write_phone_scriptWrites a business phone script โ€” greeting, voicemail, on-hold, or jingle โ€” in English, Mexican Spanish, or both. Ready to record.
write_ivr_menuBuilds a complete IVR / phone-menu script: greeting, numbered options, optional press-9 Spanish switch, operator line.
generate_elevenlabs_agent_promptGenerates a production-grade system prompt for an ElevenLabs conversational agent acting as a phone receptionist.
calculate_missed_call_costComputes the revenue a business loses to missed calls (monthly + yearly) plus recovery math, break-even days, and ROI.
simulate_receptionist_callRole-play a call against the receptionist call engine โ€” you play the caller, get the transcript, outcome, and automatic EN/ES switch back.
get_demo_call_numberA real phone number anyone can call right now to hear the receptionist live, with suggested bilingual scripts.
should_i_hire_a_receptionistScores a business's phone coverage and returns a verdict โ€” covered, AI front desk, or hybrid โ€” with archetype and leak numbers.
save_my_receptionistSaves a phone script, IVR menu, agent prompt, or simulated call built earlier in the conversation and emails it to the person, with the demo number and a signup link. Requires their explicit consent โ€” only fires with consent: true.

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 (AI-backed tools: 2 requests/minute; math and template tools are generous) 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.

Related MCP Servers

kiro0x/five-mcp

๐Ÿ ๐Ÿ  - LLM character consistency engine โ€” generates structured JSON constraints from 4 multiple-choice questions about an AI's psychology. Drop the JSON into any LLM's system prompt to prevent persona drift; reduces inference cost from retries. 160,000 personality patterns; works with any LLM.

๐Ÿ—ฃ๏ธ Conversational AI0 views
Perspective-AI/mcp

๐ŸŽ–๏ธ ๐Ÿ“‡ โ˜๏ธ - Official MCP server for Perspective AI. An AI Concierge replaces static forms with adaptive AI conversations for lead qualification, customer research, onboarding feedback, and advocacy. Design conversation agents (Concierge, Interviewer, Evaluator, Advocate), analyze conversations, deploy embeds, and automate follow-ups (webhook, email, Slack, HubSpot).

๐Ÿ—ฃ๏ธ Conversational AI0 views
modelcontextprotocol/server-gitlabVerified

๐Ÿ“‡ โ˜๏ธ ๐Ÿ  - GitLab platform integration for project management and CI/CD operations

๐Ÿ”„ Version Control2 views
Moxie-Docs-MCPโ˜… Featured

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

๐Ÿ’ป Developer Tools2 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

Last checked: 7/28/2026, 6:47:14 PM

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.