Skip to main content
Glama

Sendable

One line, and your app knows how to talk to its users.

You describe what happened; Sendable writes the message and sends it. No templates to maintain, no dashboard step — your data is never rewritten, only the words around it.

npm i sendableme
import { send } from 'sendableme';

await send('sam@example.com', 'order_shipped', { orderId: 'A-1042', eta: 'Friday' });

That's a complete integration. Adding a new message type is a new string.

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


What's in this repo

Directory

What it is

sdk/

The sendableme npm package — the client SDK

mcp/

sendableme-mcp — an MCP server, so Claude and Cursor can send email by asking

templates/

Three runnable examples against the live API

Related MCP server: Water Bar Email MCP Server

Your data is never rewritten

The model that writes the copy never sees your values — only your field names. It writes copy containing {{placeholders}}, and your values are substituted afterwards, so a price, a date, or a reset link cannot be altered. A second model checks every draft for claims your data doesn't support and refuses rather than guess.

await send(user.id, 'payment_failed', { amount: '$99.00' });
// "$99.00" appears exactly as written, always

MCP

npx -y sendableme-mcp

Add it to Claude Desktop or Cursor and send transactional email straight from the editor. See mcp/ for the config block.

Docs

Full reference, written to be pasted into an AI assistant: sendable.me/llms.txt

License

MIT

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gibrancorbin11-hub/sendable'

If you have feedback or need assistance with the MCP directory API, please join our Discord server