me.sendable/sendable MCP Server
This MCP server enables sending transactional email from an editor. The system takes an event description; Sendable writes the corresponding message and sends it. It uses one integration flow where message types are identified as strings, with payload data provided for the event details.
🛠️ Key Features
- Transactional email delivery via Sendable
- Event-driven messaging: “describe the event” to generate/send the message
- Message types provided as strings (e.g.,
order_shipped) - Uses TypeScript/JavaScript integration (
npm i sendableme)
🚀 Use Cases
- Order lifecycle notifications such as “order shipped”
- Editor-triggered transactional messaging (send from your development environment)
⚡ Developer Benefits
- Complete integration with a single
sendcall - No templates to maintain (message words are generated around provided data)
- Example payload fields include
orderIdandeta
⚠️ Limitations
- Source material does not specify supported channels beyond transactional email, authentication details, or delivery guarantees
- Tool count and full MCP tool list are not provided in the available data