
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@sendly/mcp
Advanced tools
Sendly MCP Server — SMS for AI agents. Send messages, manage conversations, verify phone numbers.
SMS for AI agents — send messages, manage conversations, verify phone numbers via Model Context Protocol.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"sendly": {
"command": "npx",
"args": ["-y", "@sendly/mcp"],
"env": {
"SENDLY_API_KEY": "sk_test_v1_your_key_here"
}
}
}
}
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"sendly": {
"command": "npx",
"args": ["-y", "@sendly/mcp"],
"env": {
"SENDLY_API_KEY": "sk_test_v1_your_key_here"
}
}
}
}
Same pattern — set SENDLY_API_KEY in the environment and run npx @sendly/mcp as the MCP server command.
| Tool | Description |
|---|---|
send_sms | Send an SMS message to a phone number |
list_messages | List sent and received messages with pagination |
get_message | Get details of a specific message |
schedule_sms | Schedule a message for future delivery |
cancel_scheduled_message | Cancel a scheduled message (credits refunded) |
| Tool | Description |
|---|---|
list_conversations | List conversation threads by recent activity |
get_conversation | Get a conversation with optional message history |
reply_to_conversation | Reply within a conversation (auto-sets recipient) |
update_conversation | Update metadata or tags on a conversation |
close_conversation | Close a conversation (auto-reopens on new inbound) |
reopen_conversation | Reopen a closed conversation |
mark_conversation_read | Reset unread count to zero |
| Tool | Description |
|---|---|
send_otp | Send a one-time password via SMS |
check_otp | Verify an OTP code |
get_verification_status | Check verification status |
| Tool | Description |
|---|---|
get_account | Get credit balance, verification status, rate limits |
Set SENDLY_API_KEY as an environment variable:
sk_test_v1_...) — sandbox mode, messages simulated, OTP codes returned in responsesk_live_v1_...) — real SMS delivery on verified phone numbersGet your API key at sendly.live → Settings → API Keys.
| Variable | Required | Description |
|---|---|---|
SENDLY_API_KEY | Yes | Your Sendly API key |
SENDLY_BASE_URL | No | API base URL (default: https://sendly.live) |
FAQs
Sendly MCP Server — Full SMS platform for AI agents. Messaging, contacts, campaigns, templates, webhooks, OTP verification, and more.
The npm package @sendly/mcp receives a total of 182 weekly downloads. As such, @sendly/mcp popularity was classified as not popular.
We found that @sendly/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.