Servidor MCP para SmileAPI
@edupoli
About Servidor MCP para SmileAPI
MCP Server para API do whatsapp
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"smileapi-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@edupoli/smileapi-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Servidor MCP para SmileAPI?
Servidor MCP para SmileAPI is a Model Context Protocol (MCP) server that integrates with the SmileAPI messaging platform. It allows language models to send text, images, videos, audios, and documents through a set of tools. The server is intended for developers and users who want to enable LLMs to communicate via SmileAPI.
How to use Servidor MCP para SmileAPI?
Install with Smithery (npx -y @smithery/cli install @edupoli/smileapi-mcp --client claude) or manually by cloning the repository and running npm install. Configure the environment variables SMILE_API_USERNAME, SMILE_API_PHONE_NUMBER_ID, and SMILE_API_TOKEN in a .env file. Start the MCP server with npm start, or invoke tools directly via command line, e.g., node index.js envia_texto '{"to":"5543996611437","text":"Teste"}'.
Key features of Servidor MCP para SmileAPI
- Send text, image, video, audio, and document messages.
- Optional delay for message sending and typing simulation.
viewOncesupport for images and videos.- Direct CLI invocation for each tool.
- Designed for MCP-compatible language models.
Use cases of Servidor MCP para SmileAPI
- Enable a chatbot to send WhatsApp messages via SmileAPI.
- Allow an LLM to automatically reply with media attachments.
- Automate scheduled messaging with configurable delays.
- Integrate AI assistants into customer communication workflows.
FAQ from Servidor MCP para SmileAPI
What are the requirements to run Servidor MCP para SmileAPI?
Node.js version 14 or higher and a SmileAPI account with valid credentials (username, phone number ID, and token).
How do I configure the SmileAPI credentials?
Copy the .env.example file to .env and set the variables SMILE_API_USERNAME, SMILE_API_PHONE_NUMBER_ID, and SMILE_API_TOKEN with your SmileAPI account details.
Can I use the tools without starting the MCP server?
Yes. Each tool can be called directly from the command line using node index.js <tool_name> '<JSON arguments>', for example node index.js envia_imagem '{"to":"5543996611437","link":"https://example.com/image.jpg"}'.
What media types are supported?
The server supports sending text, image, video, audio, and document messages. Each has its own tool with optional parameters like caption, filename, and viewOnce.
Does the server support message delays?
Yes. The delayMessage parameter (in seconds) adds a delay before sending, and delayTyping (in seconds) simulates typing activity before the message is sent.
Frequently asked questions
What are the requirements to run Servidor MCP para SmileAPI?
Node.js version 14 or higher and a SmileAPI account with valid credentials (username, phone number ID, and token).
How do I configure the SmileAPI credentials?
Copy the `.env.example` file to `.env` and set the variables `SMILE_API_USERNAME`, `SMILE_API_PHONE_NUMBER_ID`, and `SMILE_API_TOKEN` with your SmileAPI account details.
Can I use the tools without starting the MCP server?
Yes. Each tool can be called directly from the command line using `node index.js <tool_name> '<JSON arguments>'`, for example `node index.js envia_imagem '{"to":"5543996611437","link":"https://example.com/image.jpg"}'`.
What media types are supported?
The server supports sending text, image, video, audio, and document messages. Each has its own tool with optional parameters like caption, filename, and viewOnce.
Does the server support message delays?
Yes. The `delayMessage` parameter (in seconds) adds a delay before sending, and `delayTyping` (in seconds) simulates typing activity before the message is sent.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments