Send texts, manage contacts, run campaigns, and check deliverability — directly from Claude, Cursor, ChatGPT, ClickUp, or your own code.
The ReadySMS MCP server gives your AI assistant full access to your SMS platform — send messages, manage contacts, run campaigns, and more.
Name it ReadySMS and paste this URL:
https://api.readysms.io/mcp
Click Add → Connect, sign in with your ReadySMS account — you're set. Just ask Claude to send a text.
Connect ReadySMS with the tools you already use. OAuth-based integrations connect in seconds.
58 tools for Claude, Cursor, ClickUp Brain, Windsurf, and ChatGPT. Full SMS platform access via AI.
MCPConnect ClickUp Brain to ReadySMS. Send texts, look up contacts, and manage campaigns from any task or doc.
MCP OAuthTwo-way sync with GHL. Inbound messages push to GHL conversations, outbound sends from GHL flow through ReadySMS.
Live OAuthTrigger SMS sends from any of 6,000+ apps. Receive inbound messages as Zap triggers.
Live OAuthAutomatic SMS confirmations and reminders when appointments are booked via Calendly.
Live WebhookReal-time event delivery. Get notified on message.sent, message.delivered, message.inbound, contact.opted_out, and more.
Live WebhookFull programmatic access. Send SMS, manage contacts, campaigns, billing — everything with a Bearer token.
LiveAll requests require a Bearer token from Settings → API Keys.
Authorization: Bearer rsms_your_api_key_here Base URL: https://api.readysms.io
{
"to": "+14155551234",
"message": "Hello from ReadySMS!",
"from_phone_number_id": 1
}
// Response
{
"success": true,
"data": [
"Hi {first_name}! Reminder: your appointment is tomorrow at 3 PM.",
"Hey {first_name}, don't forget your appointment tomorrow!"
]
}
Same fields as POST. Only include fields to update.
Permanently deletes the contact and all associated data.
{
"success": true,
"data": {
"balance": 2500,
"rate": 0.0084,
"daily_avg_send": 428,
"estimated_days_left": 5
}
}
Configure webhooks in Settings → API Keys to receive real-time events.