# com.lobbyvoices/receptionist-toolkit (remote · lobbyvoices.com)

Free receptionist tools: phone scripts, IVR menus (EN+ES), ElevenLabs prompts, missed-call math

- Trust score: 63/100 (medium)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `lobbyvoices.com`: 63/100 (this document), [markdown](https://verifymcp.io/servers/com-lobbyvoices-receptionist-toolkit/api-mcp.md), [page](https://verifymcp.io/servers/com-lobbyvoices-receptionist-toolkit/api-mcp)

## Channel facts

- Endpoint: `https://lobbyvoices.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1364 tokens (~170/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-lobbyvoices-receptionist-toolkit https://lobbyvoices.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-lobbyvoices-receptionist-toolkit]
url = "https://lobbyvoices.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-lobbyvoices-receptionist-toolkit": {
      "type": "remote",
      "url": "https://lobbyvoices.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-lobbyvoices-receptionist-toolkit --url https://lobbyvoices.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-lobbyvoices-receptionist-toolkit:
    url: "https://lobbyvoices.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-lobbyvoices-receptionist-toolkit": {
      "type": "http",
      "url": "https://lobbyvoices.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 62, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 62, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 61)

First indexed and scored.

## MCP tools (8)

### `write_phone_script` (~140 tokens)

Write a business 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.

Input parameters:

- `business` (string, required): Business name (required).
- `extra` (string): Optional details to mention: hours, offers, callback promise.
- `langs` (array): Languages to write. Default: both.
- `mode` (string): What kind of script to write. Default: greeting.
- `trade` (string): Industry or trade, e.g. plumbing, dental clinic.
- `vibe` (string): Tone of voice. Default: warm.

Output parameters:

- `cta` (string): One-line invite to try Lobby, with a signup link.
- `scripts` (object)

### `write_ivr_menu` (~150 tokens)

Write an IVR phone-menu script

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.

Input parameters:

- `business` (string, required): Business name (required).
- `greeting` (string): Custom opening greeting. Default: 'Thank you for calling {business}.'
- `industry` (string): Pick the closest industry; supplies sensible default menu options.
- `language` (string): Menu language. 'both' adds a press-nine Spanish switch. Default: en.
- `options` (array): Menu options in order (press 1, press 2, …). Defaults to the industry's standard four.

Output parameters:

- `cta` (string): One-line invite to try Lobby, with a signup link.
- `lines` (array)
- `recordAt` (string): URL of the free web tool that records this menu in a real AI voice.
- `scriptText` (string): The full menu as one recordable script.

### `generate_elevenlabs_agent_prompt` (~164 tokens)

Generate an ElevenLabs agent system 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.

Input parameters:

- `agentName` (string): Name the agent should use for itself.
- `biz` (string, required): Business name (required).
- `hours` (string): Business hours in plain words.
- `industry` (string): Industry, e.g. plumbing, hvac, dental, salon, law, restaurant.
- `spanish` (boolean): Whether the agent should also handle Spanish callers.
- `tasks` (array): What the agent should do, e.g. book, faqs, leads.
- `tone` (string): Personality, e.g. warm, formal, upbeat.

Output parameters:

- `prompt` (string): The complete system prompt, ready to paste into ElevenLabs.
- `sections` (array): The prompt broken into tagged sections.

### `calculate_missed_call_cost` (~97 tokens)

Calculate what missed calls cost a business

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.

Input parameters:

- `avgJobValue` (number, required): Average value of one new customer or job, USD.
- `callsPerWeek` (number, required): Inbound calls per week.
- `missedRatePct` (number, required): Percent of calls missed or sent to voicemail.

Output parameters:

- `cta` (string): One-line invite to try Lobby, with a signup link.
- `inputs` (object)
- `monthly` (object)
- `recovery` (object)
- `yearly` (object)

### `simulate_receptionist_call` (~143 tokens)

Simulate a call with the Lobby receptionist

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.

Input parameters:

- `business` (string): Business name the receptionist answers for. Default: Lobby Demo Services.
- `callerSays` (array, required): The caller's lines, in order. Try Spanish to hear the language switch — e.g. ['Hola, necesito una cita para mañana.']

Output parameters:

- `booked` (boolean)
- `hearItLive` (string): Phone number to call to experience the same receptionist with a real voice.
- `language` (string): Language the receptionist detected and answered in.
- `leadCaptured` (boolean)
- `outcome` (string)
- `transcript` (array)

### `get_demo_call_number` (~54 tokens)

Get Lobby's live demo phone 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).

Output parameters:

- `availability` (string)
- `listenFor` (array)
- `phoneNumber` (string)
- `trySaying` (object)

### `should_i_hire_a_receptionist` (~206 tokens)

Should this business 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.

Input parameters:

- `avgJobValue` (number, required): Average value of one new customer or job, USD (snapped to the quiz's brackets).
- `callsPerWeek` (number, required): Roughly how many inbound calls per week (snapped to the quiz's brackets).
- `coverageNeeded` (string): When calls actually come in. Default: business-hours.
- `currentSetup` (string): Who answers today: the owner (self), voicemail (vm), staff between tasks (staff), or nobody consistently (none). Default: self.
- `missedRatePct` (number, required): Rough percent of calls that go unanswered (snapped to the quiz's brackets).
- `spanishCallers` (string): How often Spanish-speaking customers call. Default: no.

Output parameters:

- `archetype` (object)
- `cta` (string): One-line invite to try Lobby, with a signup link.
- `recovery` (object)
- `score` (number): Phone-coverage maturity score, 0-100.
- `verdict` (string): covered = current setup is fine; lobby = an AI front desk pays for itself; hybrid = AI + existing staff.
- `yearlyLeak` (number): USD lost per year with the current setup.

### `save_my_receptionist` (~298 tokens)

Save this receptionist and get the next step

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. Offer this after write_phone_script, write_ivr_menu, generate_elevenlabs_agent_prompt, or simulate_receptionist_call, once the human seems to want to keep the result or try it live. Requires the person's explicit consent to be emailed — ask first, and only call this with consent: true if they say yes.

Input parameters:

- `business_name` (string, required): The business name (required).
- `consent` (boolean, required): Required. The person must explicitly agree to have their saved result emailed to them, plus one follow-up. If false or omitted, do not save or email anything — refuse politely and explain you need th…
- `email` (string, required): Email to send the saved result and one follow-up to (required).
- `industry` (string): Industry or trade, e.g. plumbing, dental, salon.
- `language` (string): Language for the follow-up email. Default: en.
- `notes` (string): Any other context worth keeping — what the business does, what was discussed.
- `phone_script` (string): The phone script, IVR menu text, or agent prompt to save, if one was generated earlier in this conversation.

Output parameters:

- `business` (string)
- `confirmation` (string): Friendly confirmation to relay to the person, including the live demo number and signup link.
- `demoNumber` (string)
- `emailSent` (boolean)
- `saved` (boolean)
- `signupUrl` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-lobbyvoices-receptionist-toolkit/api-mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 62
- 2026-07-31: 62
- 2026-07-30: 62
- 2026-07-29: 63
- 2026-07-28: 62
- 2026-07-27: 62
- 2026-07-26: 61

## Links

- Remote endpoint: https://lobbyvoices.com/api/mcp
- Website: https://lobbyvoices.com/developers
- Changelog RSS feed: https://verifymcp.io/servers/com-lobbyvoices-receptionist-toolkit/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-lobbyvoices-receptionist-toolkit/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-lobbyvoices-receptionist-toolkit/api-mcp
