MCP.so
Sign In

Servidor MCP para SmileAPI

@edupoli

About Servidor MCP para SmileAPI

MCP Server para API do whatsapp

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

edupoli

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

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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

Comments

More Other MCP servers