MCP.so
登录

Servidor MCP para SmileAPI

@edupoli

关于 Servidor MCP para SmileAPI

MCP Server para API do whatsapp

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

edupoli

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "smileapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@edupoli/smileapi-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.
  • viewOnce support 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.

评论

其他 分类下的更多 MCP 服务器