Send compliant business SMS at scale with a few lines of code — or hand your AI assistant the whole platform over MCP. Carrier registration, routing, and deliverability are handled for you.
# send a message curl https://api.tryready.com/sms/send \ -H "Authorization: Bearer rdy_live_..." \ -H "Content-Type: application/json" \ -d '{"to":"+14155551234","message":"Confirmed for Thu 2 PM."}'
{
"success": true,
"data": {
"id": "msg_7Qk2f9",
"status": "queued"
}
}
The ready. MCP server gives your AI assistant full access to your texting platform — send messages, manage contacts, run campaigns, and more.
Name it ready. and paste this URL:
https://api.tryready.com/mcpClick Add → Connect, sign in with your ready. account — you're set. Just ask Claude to send a text.
Connect ready. with the tools you already use. OAuth-based integrations connect in seconds.
58 tools for Claude, Cursor, ClickUp Brain, Windsurf, and ChatGPT. Full texting-platform access via AI.
Connect ClickUp Brain to ready. Send texts, look up contacts, and manage campaigns from any task or doc.
Two-way sync with GHL. Inbound messages push to GHL conversations; outbound sends flow through ready.
Trigger SMS sends from any of 6,000+ apps. Receive inbound messages as Zap triggers.
Automatic SMS confirmations and reminders when appointments are booked via Calendly.
Real-time event delivery — message.sent, message.delivered, message.inbound, contact.opted_out, and more.
Full programmatic access. Send SMS, manage contacts, campaigns, and billing — everything with a Bearer token.
All requests require a Bearer token from Settings → API Keys.
{
"to": "+14155551234",
"message": "Hello from ready!",
"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.01,
"daily_avg_send": 428,
"estimated_days_left": 5
}
}
Create an account, grab a key, and send your first compliant text — or connect your AI in three steps.