Your agent sends campaign messages and checks for replies. No webhooks. No exposed endpoints. No security risk. Just secure API polling.
Traditional webhook approaches require exposing your machine to the internet — via ngrok, Tailscale, or a public server. That's an attack surface on the machine where your credentials, code, and agent memory live.
No webhook setup. No public endpoints. No ngrok. Just secure API polling.
Sendblue MCP is a FastMCP server backed by httpx for async API calls. Your agent talks to the MCP server. The MCP server talks to Sendblue over HTTPS. Nothing listens. Nothing is exposed.
~/.keys/sendblue.json (mode 0600) Get credentials from Sendblue Dashboard
Sendblue provides the SMS/iMessage API infrastructure — message delivery, phone number management, iMessage detection, and delivery status tracking. This MCP server is an open-source wrapper that connects your AI agent to their API using secure polling.
You'll need a Sendblue account and API credentials to use this tool. This project is not affiliated with Sendblue — it's an independent open-source MCP server built on their public API.
Secure SMS/iMessage. No webhooks. No attack surface.
MIT License · Python · FastMCP · Works with Claude Desktop & Windsurf