RubiConnect MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RubiConnect MCP ServerCheck if +15551234567 supports RCS and send a welcome message"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RubiConnect Model Context Protocol (MCP) Server
The official Model Context Protocol (MCP) server for RubiConnect — the enterprise platform for RCS (Rich Communication Services) and WhatsApp Business messaging.
Connect external AI assistants (such as Claude Desktop, Claude.ai, Cursor, ChatGPT, and autonomous agent pipelines) directly to your RubiConnect messaging workspace to check phone reachability, send rich cards and carousels, trigger bulk campaigns, inspect live inbox conversations, and query messaging analytics.
⚡ Quick Start
1. Claude Desktop & Claude.ai (Recommended: Native In-App Connector)
RubiConnect supports zero-terminal OAuth 2.0 with PKCE inside Claude:
In Claude Desktop or Claude.ai, open Settings > Connectors > Add Custom Connector.
Enter the Server URL:
https://console.rubiconnect.com/api/mcpWhen prompted by the OAuth connector modal:
Client ID: Paste your RubiConnect API Key (e.g.
rc_live_...).Client Secret: Leave empty.
Authorize in the browser window. All 18 messaging tools will become immediately available in Claude.
2. Claude Desktop (claude_desktop_config.json)
If you configure Claude Desktop via its JSON file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the following under mcpServers:
{
"mcpServers": {
"rubiconnect": {
"command": "npx",
"args": [
"-y",
"rubiconnect-mcp"
],
"env": {
"RUBI_API_KEY": "rc_live_your_api_key_here"
}
}
}
}Note for macOS GUI apps: If Claude reports
command not found: npx, replace"command": "npx"with your absolute path (e.g."/opt/homebrew/bin/npx"or"/usr/local/bin/npx").
3. Cursor IDE
In Cursor, open Cursor Settings > Features > MCP Servers > Add New MCP Server:
Name:
RubiConnectType:
sseURL:
https://console.rubiconnect.com/api/mcpHeaders:
{ "Authorization": "Bearer rc_live_your_api_key_here" }
4. Smithery (1-Click Install)
npx -y @smithery/cli install rubiconnect-mcp --client claude5. OpenAI Custom GPTs & Enterprise Agent Orchestrators
In the Custom GPT Editor or Agent framework:
Action Type: Import from OpenAPI or specify remote MCP endpoint.
Authentication: OAuth 2.0 (PKCE)
Authorization URL:
https://console.rubiconnect.com/en/authorizeToken URL:
https://console.rubiconnect.com/api/oauth/tokenClient ID: Your RubiConnect API Key (
rc_live_...)Client Secret: Leave blank or enter any placeholder.
Related MCP server: Respond.io MCP Server
🛠️ Available MCP Tools (18 Tools)
All tool executions are authenticated and scoped strictly to your account:
📱 Messaging & Capabilities
Tool | Description |
| Check whether a phone number supports RCS (carrier capability lookup) or falls back to SMS. |
| Send outbound plain text, media cards, or template messages via RCS or WhatsApp. |
| Fetch unread and incoming customer messages across your agents. |
| Retrieve full two-way chat history with a specific customer phone number. |
📋 Templates
Tool | Description |
| List pre-approved RCS and WhatsApp rich message templates. |
| Get complete structure of a template (rich card content, media, suggestion chips). |
| Draft a new interactive rich card, carousel, or text template with suggestion chips. |
| Submit a WhatsApp template to Meta for official review and carrier approval. |
🚀 Broadcast Campaigns
Tool | Description |
| List active, scheduled, and past broadcast campaigns. |
| Check live progress of a running campaign. |
| Retrieve conversion, delivery, read rates, and CTR metrics for a campaign. |
| Launch an automated broadcast campaign to a contact list. |
🤖 Agents & Channels
Tool | Description |
| List registered RCS Agents and WhatsApp Business phone numbers in your account. |
| Get carrier verification, logos, colors, and launch status for a specific messaging agent. |
📊 Analytics & Media
Tool | Description |
| Retrieve 30-day message volume, delivery rates, and deduction statistics. |
| System health, API status, and connection diagnostics. |
| Search royalty-free image libraries for rich card headers. |
| Search official platform developer documentation directly within the LLM context. |
🔒 Security & Tenant Isolation
Zero Cross-Account Leakage: Every MCP request is authenticated via API Key or OAuth Bearer token and runs strictly in the context of the authenticated
accountId.Audit Logged: Every state-modifying action (sending messages, creating campaigns, submitting templates) is automatically recorded in your account's audit logs under the
mcp-agentactor.
🔑 Getting Your API Key
Sign in to your RubiConnect Console.
Go to Settings > API Access.
Generate a new Developer API Key (
rc_live_...).Use this key to authenticate with Claude, Cursor, or your custom agents.
📄 License
MIT License. See LICENSE for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
Run WhatsApp Business campaigns from any AI assistant: contacts, segments, and broadcasts.
WhatsApp for your app or AI agent over OAuth2 — the same connections WASync runs inside your CRM.
Give your AI agents a real WhatsApp number to send and receive messages.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Related MCP Servers
- AlicenseAqualityDmaintenanceConnects AI assistants to the official Meta WhatsApp Cloud API for managing conversations and sending various message types through natural language. It provides tools for media management, template messages, and real-time webhook processing without the risk of account bans.186 npm23MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to manage contacts, send messages, handle conversations, and manage workspace via the Respond.io API.2848 npmMIT

SendAPI MCP Serverofficial
AlicenseAqualityDmaintenanceEnables any MCP-compatible AI agent to send WhatsApp messages, SMS, OTP codes, and email through a single REST API.18MIT- AlicenseBqualityBmaintenanceEnables AI assistants to manage WhatsApp business operations including chatbots, broadcasts, campaigns, and contacts through 120+ MCP tools.2410079 npmMIT