YCloud WhatsApp API MCP 服务器
@MCP-Mirror
关于 YCloud WhatsApp API MCP 服务器
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is YCloud WhatsApp API MCP 服务器?
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 who want to integrate WhatsApp messaging capabilities into AI workflows.
How to use YCloud WhatsApp API MCP 服务器?
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.
Key features of YCloud WhatsApp API MCP 服务器
- Automatically generates MCP tools from OpenAPI specs
- Supports all YCloud WhatsApp API endpoints
- Handles API authentication via
X-API-Keyheader - Automates parameter type checking and validation
- Manages HTTP requests and responses
Use cases of YCloud WhatsApp API MCP 服务器
- Querying YCloud account balance through natural language in Claude
- Sending WhatsApp messages programmatically via AI models
- Managing WhatsApp templates and sending notifications
- Automating customer support workflows using WhatsApp
- Integrating WhatsApp API access into Claude-powered applications
FAQ from YCloud WhatsApp API MCP 服务器
What do I need before using this server?
You need a YCloud account and an API key from the YCloud console, plus Node.js v16+, npm v7+, and optionally the Claude desktop app for integration.
How do I set up authentication?
Set the environment variable API_HEADERS to X-API-Key:your-api-key-here, where your API key is obtained from the YCloud console. This header is included in every API request.
Where does the OpenAPI spec come from?
By default the server loads the spec from https://docs.ycloud.com/openapi.json; you can override this with the OPENAPI_SPEC_PATH environment variable.
Can I change the API base URL?
Yes, set the API_BASE_URL environment variable (default https://api.ycloud.com/v2).
What transport or protocol does this server use?
It uses the Model Context Protocol (MCP) and communicates via stdio with the host application (e.g., Claude desktop). No other transports are mentioned.
沟通协作 分类下的更多 MCP 服务器
Teams Mcp
floriscornelMCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.
MCP Communicator (Telegram)
qpd-vAn MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
Telegram MCP Server
kfastovTelegram user console client and archiver

Slack
modelcontextprotocolModel Context Protocol Servers
WhatsApp MCP Server
lharriesWhatsApp MCP server
评论