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.

コメント

「その他」の他のコンテンツ