
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@mindstone-engineering/mcp-server-retell-ai
Advanced tools
Retell AI voice agent MCP server — phone calls, agent management, LLM configuration, and voice discovery via Retell AI API
Voice agent phone calls, call management, agent configuration, LLM prompt management, and voice discovery via Retell AI API.
npx -y @mindstone-engineering/mcp-server-retell-ai
Or install globally:
npm install -g @mindstone-engineering/mcp-server-retell-ai
mcp-server-retell-ai
Set the following environment variable:
| Variable | Required | Description |
|---|---|---|
RETELL_API_KEY | Yes | Retell AI API key. Get one at retellai.com/dashboard |
{
"mcpServers": {
"retell-ai": {
"command": "npx",
"args": ["-y", "@mindstone-engineering/mcp-server-retell-ai"],
"env": {
"RETELL_API_KEY": "your-api-key"
}
}
}
}
create_phone_call is annotated destructiveHint: true. The MCP host MUST
require explicit user confirmation before invoking this tool. Outbound calls
are billed per minute against your Retell AI plan and a misfired call has
real-world consequences (a stranger's phone rings, a recording is captured,
your account is charged) that cannot be undone.
Hosts integrating this connector are required to:
from_number and to_number to the user before each
invocation.create_phone_call based on prior approvals — each call
MUST be confirmed individually.from_number and to_number are validated against the E.164 regex
/^\+[1-9]\d{1,14}$/ before any upstream request is made. Numbers must:
+, followed by a country-code digit 1-9 (no leading zero).Malformed numbers are rejected locally with a structured
INVALID_PHONE_NUMBER error and are never sent upstream.
FSL-1.1-MIT
FAQs
Retell AI voice agent MCP server — phone calls, agent management, LLM configuration, and voice discovery via Retell AI API
We found that @mindstone-engineering/mcp-server-retell-ai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.