🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

sendableme-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sendableme-mcp

MCP server for Sendable — let Claude and Cursor send transactional email from your app.

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

sendableme-mcp

MCP server for Sendable. Lets Claude, Cursor, and any MCP client send real transactional email from your app — no integration step.

npx sendableme-mcp

Claude Desktop / Claude Code

{
  "mcpServers": {
    "sendable": {
      "command": "npx",
      "args": ["-y", "sendableme-mcp"],
      "env": { "SENDABLE_API_KEY": "sk_live_..." }
    }
  }
}

Get a free key at sendable.me/keys — 500 messages a month, no card.

Tools

send(to, event, data) — you describe what happened, Sendable writes the copy and sends it. Your data values are inserted verbatim and never rewritten, so format them as they should read ("$99.00", not 99).

send_raw(to, subject, body) — exact copy you supply. For password resets and receipts where wording and links must be exact. Bypasses the unsubscribe list so a user who opted out can still get back into their account.

identify(userId, email, traits) — associate a user id with an email so you can send by id afterwards.

Test mode

A key starting sk_test_ composes normally and delivers nothing. Every result says so explicitly, so an agent can't report "email sent" when nothing left.

MIT

Keywords

mcp

FAQs

Package last updated on 20 Jul 2026

Did you know?

Socket

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.

Install

Related posts