About Retell
Retell is an MCP server published by universal-mcp in the Developer Tools category: a Universal MCP Application: universal_mcp_retell. It has been installed 0 times through Conduid.
The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx retellThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Retell
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
Retell Universal MCP Server
This repository contains an implementation of an Retell Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Retell's tools and services through a unified API.
The server is built using the Universal MCP framework.
This implementation follows the MCP specification, ensuring compatibility with other MCP-compliant services and tools.
Usage
You can start using Retell directly from agentr.dev. Visit agentr.dev/apps and enable Retell.
If you have not used universal mcp before follow the setup instructions at agentr.dev/quickstart
Available Tools
The full list of available tools is at ./src/universal_mcp_retell/README.md
Local Development
📋 Prerequisites
Ensure you have the following before you begin:
- Python 3.11+ (recommended)
- uv (install globally with
pip install uv)
🛠️ Setup Instructions
Follow the steps below to set up your development environment:
-
Sync Project Dependencies
uv syncThis installs all dependencies from
pyproject.tomlinto a local virtual environment (.venv). -
Activate the Virtual Environment
For Linux/macOS:
source .venv/bin/activateFor Windows (PowerShell):
.venv\Scripts\Activate -
Start the MCP Inspector
mcp dev src/universal_mcp_retell/server.pyThis will start the MCP inspector. Make note of the address and port shown in the console output.
-
Install the Application
mcp install src/universal_mcp_retell/server.py
📁 Project Structure
.
├── src/
│ └── universal_mcp_retell/
│ ├── __init__.py # Package initializer
│ ├── server.py # Server entry point
│ ├── app.py # Application tools
│ └── README.md # List of application tools
├── tests/ # Test suite
├── .env # Environment variables for local development
├── pyproject.toml # Project configuration
└── README.md # This file
📄 License
This project is licensed under the MIT License.
Generated with MCP CLI — Happy coding! 🚀
README mirrored from the source repository 4 months ago. The original is authoritative.