Add SendAPI messaging tools to Windsurf & Cline

Windsurf and Cline use the same remote MCP config as Cursor. Drop in the SendAPI server and your agent can send WhatsApp, SMS, OTP, and email while it codes.

Connect Windsurf & Cline to SendAPI

{
  "mcpServers": {
    "sendapi": {
      "url": "https://sendapi.co/mcp",
      "headers": { "Authorization": "Bearer sk_live_xxxxxxxx" }
    }
  }
}

Then just ask

  • "Send an SMS to the team channel number when CI goes green."
  • "Email the QA list a build-ready note with the test summary."
  • "WhatsApp the founder when the deploy completes."

What you can build with Windsurf & Cline

  • Agentic dev loops — Let Cascade or Cline close the loop by notifying a human when long tasks finish.
  • Same config as Cursor — Reuse the exact MCP block your team already uses in Cursor — no relearning.
  • End-to-end messaging tests — Exercise real SMS and email sends from inside the agent while you build.

Pairs with the SendAPI MCP server. Get your API key to start.