sendable

gibrancorbin11-hub/sendable
★ 0 stars JavaScript Data/Analytics Updated today
One line, and your app knows how to talk to its users. SDK, MCP server, and templates for sendable.me.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sendable": {
      "command": "npx",
      "args": [
        "-y",
        "gibrancorbin11-hub/sendable"
      ]
    }
  }
}

README Excerpt

**One line, and your app knows how to talk to its users.** You describe what happened; [Sendable](https://www.sendable.me) writes the message and sends it. No templates to maintain, no dashboard step — your data is never rewritten, only the words around it. ```bash npm i sendableme ``` ```js import { send } from 'sendableme';
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →