Skip to main content

MCP Server

60 MCP tools exposing Syntra REST APIs to Cursor and Claude Desktop.

The Syntra MCP server maps REST endpoints to tools for AI-assisted development. Each tool maps 1:1 to an OpenAPI endpoint. Resources include OpenAPI, GraphQL schema, Kong routes, and API standards.

Tool categories

  • Identity: users, roles, features
  • Verify: OTP request and check
  • Route: send messages
  • Engage: campaigns, templates, WhatsApp Cloud API, push
  • Flow: workflows, sessions, surveys
  • Inbox: conversations, replies, tickets, SLA policies
  • CRM: contacts, segments, lists
  • Voice: IVR flows, queues, calls
  • AI: agents, knowledge base, copilot, chat, embeddings
  • Insights: metrics, events, scheduled reports
  • Billing: usage monitor
  • Webhooks: developer outbound endpoints

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"
      }
    }
  }
}