Skip to main content
Glama

Evolution API WhatsApp MCP Server

by luiso2

create_instance

Create a new WhatsApp Business instance for sending messages, managing contacts, and handling events through webhooks with QR code authentication.

Instructions

Create a new WhatsApp instance

Input Schema

NameRequiredDescriptionDefault
instanceNameYesName for the instance
qrcodeNoGenerate QR code for connection
webhookUrlNoWebhook URL for events

Input Schema (JSON Schema)

{ "properties": { "instanceName": { "description": "Name for the instance", "type": "string" }, "qrcode": { "description": "Generate QR code for connection", "type": "boolean" }, "webhookUrl": { "description": "Webhook URL for events", "type": "string" } }, "required": [ "instanceName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/luiso2/mcp-evolution-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server