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 installs, manages, develops, and runs Model Context Protocol (MCP) servers, acting as a client-agnostic tool for AI client integration.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
mcp-servers
An MCP server for fetching, cleaning, and intelligently extracting content from web pages, designed for agent-building frameworks.
Letta-MCP-server
A Model Context Protocol (MCP) server that provides comprehensive tools for agent management, memory operations, and integration with the Letta system.