CM.com Connector for AI agents.
11 live capabilities
Send SMS, WhatsApp, and voice notifications through a single AI interface.
Waiting for input…
Why people use CM.com
CM.com for Unified SMS and WhatsApp Marketing
With this Connector, your AI agent handles the heavy lifting. You tell your agent to send a notification, and it picks the right channel and handles the delivery. You get a single source of truth for all your outbound messages, whether they are SMS, voice, or rich media.
What Vinkius changes
You get a single command line for every messaging channel your business uses.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated 2FA for user logins
A user tries to sign in.
- Real-world use case 02
Flash sale notifications
A store wants to announce a sale.
- Real-world use case 03
Shipping updates with rich media
A customer needs a tracking update.
Complete set · 11capabilities
The complete CM.com capability set.
These are the exact actions your AI can choose when you ask it to work with CM.com.
01—04
4 capabilities in this set.
Part of 11 available through CM.com.
- 01 Capability
Send rich message
Send messages with images, buttons, or formatting over rich channels. Use this for a more interactive experience.
- 02 Capability
Send sms
Send a single SMS message to a specific phone number. This is perfect for individual notifications.
- 03 Capability
Send voice message
Trigger a voice notification or automated call to a recipient. Use this for text-to-speech alerts.
- 04 Capability
Send voice otp
Send a voice-based one-time password for secure login. This provides an alternative to SMS-based codes.
05—08
4 capabilities in this set.
Part of 11 available through CM.com.
- 05 Capability
Send whatsapp
Send a pre-approved WhatsApp Business template message. This ensures your messages meet Meta's requirements.
- 06 Capability
Verify otp
Check if a user-provided OTP code is correct and valid. Use this to complete your authentication flows.
- 07 Capability
Get balance
Check your current credit balance in the CM.com account. Use this to monitor your spending in real-time.
- 08 Capability
List numbers
See all the virtual phone numbers currently active in your account. This helps you manage your communication assets.
09—11
3 capabilities in this set.
Part of 11 available through CM.com.
- 09 Capability
Send bulk sms
Send a high-volume SMS blast to a list of recipients at once. This is the fastest way to reach a large audience.
- 10 Capability
Send email
Send a standard email using the CM.com delivery infrastructure. It handles the delivery of your HTML content.
- 11 Capability
Send otp sms
Send a one-time password via SMS for user authentication. It's a secure way to verify identities instantly.
Set up in minutes
One URL. Then ask CM.com to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CM.com from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qHmBodC7vO5f7OqzPbj0G8Duh27e7Vl1AIQ58HW4/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it CM.com, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CM.com for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qHmBodC7vO5f7OqzPbj0G8Duh27e7Vl1AIQ58HW4/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the CM.com URL.
- Step 03
Save and start
Save the connection and enable CM.com in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cmcom": {
"url": "https://edge.vinkius.com/vk_preview_qHmBodC7vO5f7OqzPbj0G8Duh27e7Vl1AIQ58HW4/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using CM.com
Open Agent mode in chat and ask: "Using CM.com, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cmcom": {
"url": "https://edge.vinkius.com/vk_preview_qHmBodC7vO5f7OqzPbj0G8Duh27e7Vl1AIQ58HW4/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using CM.com
Ask Copilot: "Using CM.com, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cmcom": {
"url": "https://edge.vinkius.com/vk_preview_qHmBodC7vO5f7OqzPbj0G8Duh27e7Vl1AIQ58HW4/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using CM.com
Open Cascade and ask: "Using CM.com, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cmcom": {
"url": "https://edge.vinkius.com/vk_preview_qHmBodC7vO5f7OqzPbj0G8Duh27e7Vl1AIQ58HW4/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using CM.com
Ask Cline: "Using CM.com, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cmcom --transport http "https://edge.vinkius.com/vk_preview_qHmBodC7vO5f7OqzPbj0G8Duh27e7Vl1AIQ58HW4/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using CM.com
Ask Claude: "Using CM.com, show me...". 11 tools are ready
Where the request belongs
Work CM.com can move forward.
This is for the operations manager tired of manual messaging tasks, the security lead who needs reliable 2FA, and the marketer who wants to blast SMS without the technical overhead.
Marketing Manager
Sends out weekly SMS promos and WhatsApp updates without ever touching a dashboard.
Security Engineer
Sets up automated OTP flows for user login and verification to harden app security.
Customer Support Lead
Sends out rich media messages to resolve customer issues faster and more visually.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsClickatell
Deliver transactional and marketing messages over SMS, WhatsApp, and chat channels with global reach and high deliverability.
Bird (Omnichannel Communication)
Manage omnichannel communication via Bird (MessageBird). send SMS, WhatsApp messages, and track delivery logs.
Smsmobile
Turn your smartphone into an SMS/WhatsApp gateway. send messages, read incoming texts, and track call logs directly from any AI agent.
Infobip (Omnichannel Communications)
Send SMS, WhatsApp, and Email via Infobip. manage omnichannel messages and customer profiles in People CDP.
Texter
Send automated text messages and run SMS drip campaigns that engage leads and customers with timely follow-ups.
WA Smart Business
Scale your WhatsApp business communication with chatbots, bulk messaging, and team inbox features for growing companies.
Bring your own AI
Change the model, client or framework. Keep CM.com connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about CM.com.
The practical details behind the request, access and result.
Can I use CM.com MCP to send WhatsApp messages?
Yes, this Connector connects your AI to the WhatsApp Business API. You can send pre-approved templates to your customers directly through your agent.
How does CM.com MCP handle bulk SMS?
It allows your agent to send high-volume SMS campaigns to large lists of recipients. This is perfect for marketing blasts or urgent company-wide alerts.
Can I send voice calls with CM.com MCP?
Yes, you can trigger automated voice notifications. This is useful for sending text-to-speech alerts or voice-based OTPs for secure authentication.
Does CM.com MCP support OTP verification?
Yes, it's a core feature. Your agent can send a code via SMS or voice and then verify that code to complete a user's login or sign-up flow.
Can I check my account balance using CM.com MCP?
Yes, your agent can check your remaining credits in real-time. This helps you monitor your spending as you run large messaging campaigns.
Is CM.com MCP good for marketing?
It's built for conversational commerce. You can use it to send rich media, bulk SMS, and WhatsApp messages to reach customers where they are most active.
Can I send messages through WhatsApp, Viber, and other rich channels?
Yes! The send_rich_message action lets you send through WhatsApp, Viber, RCS, or Apple Messages by specifying the channel parameter. For WhatsApp Business specifically, use send_whatsapp to send pre-approved template messages with a template ID and namespace.
Can I implement two-factor authentication with OTP verification?
Yes. Use send_otp_sms to deliver a verification code via SMS. it returns a verification ID. Then call verify_otp with that verification ID and the code the user enters. For voice-based OTP delivery, use send_voice_otp to read the code to the user via an automated phone call.
Can I check my CM.com credit balance before sending campaigns?
Yes. The get_balance capability retrieves your current credit balance. Use list_numbers to see all virtual phone numbers in your account. Both capabilities help you plan campaigns before committing to bulk sends via send_bulk_sms.
One connection away
Give your agent a direct line to CM.com.
Connect CM.com once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available