modelscope·@itsanamune/retellsimp
暂无描述。
A Model Context Protocol (MCP) server that provides tools for interacting with the Retell AI API. Build, test, deploy, and monitor AI phone agents directly through Claude or other MCP-compatible clients.
This MCP server exposes 45+ tools covering all major Retell AI API endpoints:
npm install
npm run build
Set your Retell AI API key as an environment variable:
export RETELL_API_KEY="your-api-key-here"
Get your API key from the Retell AI Dashboard.
Add the MCP server using the claude mcp add command:
claude mcp add --transport stdio retell-ai -e RETELL_API_KEY=your-api-key-here -- node /path/to/retell-ai-mcp/dist/index.js
You can also use environment variable expansion:
claude mcp add --transport stdio retell-ai -e RETELL_API_KEY=\${RETELL_API_KEY} -- node /path/to/retell-ai-mcp/dist/index.js
Create a .mcp.json file in your project root to share with your team:
{
"mcpServers": {
"retell-ai": {
"command": "node",
"args": ["/path/to/retell-ai-mcp/dist/index.js"],
"env": {
"RETELL_API_KEY": "${RETELL_API_KEY}"
}
}
}
}
The ${RETELL_API_KEY} syntax will expand the environment variable at runtime.
# List configured MCP servers
claude mcp list
# Get details about the retell-ai server
claude mcp get retell-ai
# Remove the server
claude mcp remove retell-ai
Add this to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"retell-ai": {
"command": "node",
"args": ["/path/to/retell-ai-mcp/dist/index.js"],
"env": {
"RETELL_API_KEY": "your-api-key-here"
}
}
}
}
| Tool | Description |
|---|---|
retell_create_phone_call | Create a new outbound phone call |
retell_create_web_call | Create a new web call session |
retell_get_call | Retrieve details of a specific call |
retell_list_calls | List and filter calls |
retell_update_call | Update call metadata |
retell_delete_call | Delete a call |
| Tool | Description |
|---|---|
retell_create_chat | Create a chat session |
retell_create_sms_chat | Start an SMS conversation |
retell_get_chat | Get chat details |
retell_create_chat_completion | Send a message |
retell_list_chats | List all chats |
retell_end_chat | End a chat session |
| Tool | Description |
|---|---|
retell_create_phone_number | Purchase a phone number |
retell_get_phone_number | Get phone number details |
retell_list_phone_numbers | List all phone numbers |
retell_update_phone_number | Update phone number settings |
retell_delete_phone_number | Delete a phone number |
retell_import_phone_number | Import via SIP |
| Tool | Description |
|---|---|
retell_create_agent | Create a voice agent |
retell_get_agent | Get agent details |
retell_list_agents | List all agents |
retell_update_agent | Update agent config |
retell_delete_agent | Delete an agent |
retell_publish_agent | Publish agent version |
retell_get_agent_versions | Get version history |
| Tool | Description |
|---|---|
retell_create_chat_agent | Create a chat agent |
retell_get_chat_agent | Get chat agent details |
retell_list_chat_agents | List chat agents |
retell_update_chat_agent | Update chat agent |
retell_delete_chat_agent | Delete chat agent |
| Tool | Description |
|---|---|
retell_create_llm | Create LLM configuration |
retell_get_llm | Get LLM details |
retell_list_llms | List all LLMs |
retell_update_llm | Update LLM config |
retell_delete_llm | Delete LLM |
| Tool | Description |
|---|---|
retell_create_conversation_flow | Create a flow |
retell_get_conversation_flow | Get flow details |
retell_list_conversation_flows | List all flows |
retell_update_conversation_flow | Update a flow |
retell_delete_conversation_flow | Delete a flow |
| Tool | Description |
|---|---|
retell_create_knowledge_base | Create knowledge base |
| `retell_get_knowl… |
一个为大型语言模型(LLM)设计的、高可用的12306余票查询工具服务,现已搭载智能会话管理引擎。 12306-MCP-Server 将复杂的12306余票查询接口封装为符合 Model Context Protocol (MCP) 规范的工具集,允许AI Agent通过自然语言无缝查询实时火车票、中转换乘和经停站信息。 从 v1.0.0 版本开始,项目引入了全新的智能会话管理系统,通过会话池、动态User-Agent轮换和自动错误恢复机制,将服务的稳定性与反屏蔽能力提升至全新高度。
福昕PDF服务API提供了一个基于云的REST API,允许通过HTTP客户端处理PDF文件。它提供了丰富的功能,适合集成到各种应用程序中。 📌 主要特性: PDF创建与转换 从Word、Excel和PowerPoint等格式创建PDF文件。 将PDF文件转换为其他格式,包括HTML、Word和图像。 PDF合并与拆分 将多个PDF文件合并成一个文档。 将单个PDF文件拆分成多个文档。 PDF压缩与优化 通过图像压缩、文档展平和线性化来减小文件大小。 PDF安全 支持密码保护、权限控制和高级加密以确保文档安全。 如何快速与MCP(多功能云平台)集成? 📖 集成文档: 服务API集成指南: https://cloudapi.fuxinsoft.cn/zh-CN/docs/services/guide MCP初学者教程: https://cloudapi.fuxinsoft.cn/zh-CN/docs/services/mcp…
快递100 MCP Server提供快递信息查询、快递运费预估比价、快递时效查询(含发货前时效查询与在途动态时效查询)等功能。
基于Model Context Protocol的原型生成功能服务,专注于HTML代码生成、设计描述生成和HTML导入功能。
暂无描述。
一个用于生成思维导图的 MCP (Model Context Protocol) 服务器。 看起来您的请求中没有提供具体的英文技术文档内容以供翻译。如果您能分享更多详细信息或具体段落,我将能够帮助您将其准确地翻译成中文,同时保留代码块、链接、格式结构和专业术语的准确性。请提供需要翻译的具体文本。