🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@sendly/mcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendly/mcp - npm Package Compare versions

Comparing version
2.3.0
to
2.4.0
+1
-1
package.json
{
"name": "@sendly/mcp",
"version": "2.3.0",
"version": "2.4.0",
"description": "Sendly MCP Server — Full SMS platform for AI agents. Messaging, contacts, campaigns, templates, webhooks, OTP verification, and more.",

@@ -5,0 +5,0 @@ "type": "module",

# @sendly/mcp
Full SMS platform for AI agents — 85 tools for messaging, contacts, campaigns, templates, webhooks, OTP verification, conversations, labels, drafts, and more via [Model Context Protocol](https://modelcontextprotocol.io).
Full SMS platform for AI agents — 91 tools for messaging, contacts, campaigns, templates, webhooks, OTP verification, conversations, labels, drafts, and more via [Model Context Protocol](https://modelcontextprotocol.io).

@@ -57,3 +57,3 @@ ## Quick Setup

## All 82 Tools
## All 91 Tools

@@ -94,3 +94,3 @@ ### Messaging (6)

### Contacts (6)
### Contacts (9)

@@ -104,2 +104,5 @@ | Tool | Description |

| `delete_contact` | Delete (removes from all lists) |
| `mark_contact_valid` | Mark a contact's phone number as validated |
| `check_contact_numbers` | Bulk-check phone number validity |
| `bulk_mark_contacts_valid` | Bulk-mark contacts as validated |
| `import_contacts` | Bulk import up to 10,000 contacts |

@@ -174,3 +177,3 @@

### Webhooks (9)
### Webhooks (12)

@@ -188,2 +191,5 @@ | Tool | Description |

| `list_webhook_event_types` | List available event types |
| `reset_webhook_circuit` | Reset open circuit breaker on an endpoint |
| `redeliver_webhook` | Redeliver a failed webhook event |
| `backfill_webhook` | Backfill missed deliveries for an endpoint |

@@ -215,3 +221,3 @@ ### OTP / Verify (7)

### Enterprise (1)
### Enterprise (4)

@@ -221,2 +227,5 @@ | Tool | Description |

| `generate_business_page` | Generate hosted business page for verification *(enterprise only)* |
| `enterprise_workspace_get_verification` | Get current toll-free verification record for a workspace *(enterprise only)* |
| `enterprise_workspace_submit_verification` | Submit or resubmit toll-free verification (partial-update friendly) *(enterprise only)* |
| `enterprise_workspace_resubmit_verification` | Convenience alias of submit — use when retrying after rejection *(enterprise only)* |

@@ -251,3 +260,3 @@ ## Authentication

- [MCP Tools Reference](https://sendly.live/docs/ai/mcp-tools) — all 85 tools with schemas
- [MCP Tools Reference](https://sendly.live/docs/ai/mcp-tools) — all 91 tools with schemas
- [Agent Skills](https://sendly.live/skills) — SKILL.md files for 8 platforms

@@ -254,0 +263,0 @@ - [API Reference](https://sendly.live/docs/api)

Sorry, the diff of this file is too big to display