YCloud WhatsApp API MCP 服务器
About
YCloud WhatsApp API MCP 服务器 is a server built on the Model Context Protocol (MCP) that automatically generates tools from the YCloud WhatsApp OpenAPI specification, enabling AI models like Claude to interact directly with the YCloud WhatsApp API. It is intended for developers…
Details
- Author
- MCP-Mirror
- Downloads
- 340
- Categories
- Communication
Jump to
- Automatically generates MCP tools from OpenAPI specs
- Supports all YCloud WhatsApp API endpoints
- Handles API authentication via X-API-Key header
- Automates parameter type checking and validation
- Manages HTTP requests and responses
Install prerequisites (Node.js v16+, npm v7+, Claude desktop app), clone the repository, install dependencies (npm install), and build the project (npm run build). Configure the server by setting environment variables (API_BASE_URL, API_HEADERS with your YCloud API key) and add the MCP server configuration to the Claude desktop config file. Alternatively, run the server directly with environment variables and npm start.
YCloud WhatsApp API MCP 服务器
English | 中文
这是一个基于Model Context Protocol (MCP)构建的YCloud WhatsApp API服务器。它能够自动从YCloud WhatsApp OpenAPI规范中生成工具,让AI模型(如Claude)可以直接与YCloud WhatsApp API交互。
前提条件
在使用此服务器之前,您需要:
1. 在 YCloud官网 注册一个账户
2. 获取您的API密钥(请参阅下面的说明)
3. 安装必要的软件依赖(请参阅下面的说明)
系统要求
- Node.js v16.0.0 或更高版本
- npm v7.0.0 或更高版本
- Claude 桌面应用(如果要与 Claude 集成)
功能
- 自动从OpenAPI规范生成MCP工具
- 支持所有YCloud API端点
- 支持API认证
- 自动处理参数类型和验证
- 支持HTTP请求和响应处理
安装
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



