Roklo

MCP Server

WhatsApp Broadcast Campaigns via AI Assistants

Connect Roklo to your MCP client to create and manage broadcast campaigns, contacts, templates, and groups — all through the Model Context Protocol.

🚀 Quick Start

Add Roklo to your MCP client in just a few clicks. Choose your preferred method below:

📝 Manual Configuration

Add this configuration to your MCP client settings:

{
  "mcpServers": {
    "Roklo": {
      "url": "https://mcp.roklo.ai/mcp"
    }
  }
}

🎯 One-Click Install (Cursor)

Click the button below to automatically configure Roklo in Cursor:

Install Roklo in Cursor

API Endpoints

POST /mcp - Initialize sessions or send messages (Streamable HTTP)
GET /mcp - Establish SSE streams (Streamable HTTP)
DELETE /mcp - Terminate sessions (Streamable HTTP)
GET /sse - Legacy SSE transport endpoint
POST /message - Legacy message endpoint for SSE transport