retellsimp
Verified Safeby itsanamune
Overview
Provides an MCP interface to the Retell AI API for managing and deploying AI phone and chat agents through compatible clients.
Installation
node dist/index.jsEnvironment Variables
- RETELL_API_KEY
Security Notes
The server correctly retrieves the API key from environment variables, avoiding hardcoding. Input validation is performed using JSON schemas for each tool. All external API calls are made to a hardcoded, secure HTTPS endpoint. No dynamic code execution (e.g., eval) or other obvious malicious patterns were found. Error handling for API responses is in place.
Similar Servers
cli
The Smithery CLI is a developer tool for installing, managing, building, running, and deploying Model Context Protocol (MCP) servers and integrating them with various AI clients.
Letta-MCP-server
A Model Context Protocol (MCP) server that provides comprehensive tools for agent management, memory operations, and integration with the Letta system.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.