Skip to main content

MCP Server

27 MCP tools exposing Syntra APIs to Cursor and Claude Desktop.

The Syntra MCP server maps REST endpoints to tools for AI-assisted development. It also serves OpenAPI, Kong routes, and API standards as resources.

Tool categories

  • Identity — users, API keys, roles, features
  • Route — send and track messages
  • Verify — request and check OTP
  • Engage — campaigns, templates, WhatsApp Cloud API, push, email, web chat
  • Flow — workflows, sessions, and surveys
  • Inbox — conversations, takeover, tickets
  • CRM — contacts, segments, timelines
  • Voice — IVR flows, queues, and webhooks
  • AI — agents, knowledge base, and chat
  • Billing — account, usage, invoices

Cursor configuration

.cursor/mcp.jsonJSON
{
  "mcpServers": {
    "syntra": {
      "command": "node",
      "args": ["/path/to/syntra-platform/developer-platform/mcp/dist/index.js"],
      "env": {
        "SYNTRA_API_BASE": "http://localhost:8000",
        "SYNTRA_API_KEY": "sk_test_syntra_dev_key"
      }
    }
  }
}
Syntra — Programmable customer interactions