← Back to Plugins
MCP Server MCP

SuprSend

github By github 👁 1 views ▲ 0 votes

Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "suprsend",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "start-mcp-server",
          "type": "positional",
          "valueHint": "subcommand"
        },
        {
          "value": "all",
          "type": "named",
          "name": "--workflows"
        }
      ],
      "environmentVariables": [
        {
          "description": "SuprSend service token. Create one in the SuprSend dashboard under Developers → API Keys.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SUPRSEND_SERVICE_TOKEN"
        },
        {
          "description": "Base API URL. Only set for BYOC / self-hosted SuprSend instances.",
          "format": "string",
          "name": "SUPRSEND_BASE_URL"
        },
        {
          "description": "Management API URL. Only set for BYOC / self-hosted SuprSend instances.",
          "format": "string",
          "name": "SUPRSEND_MGMNT_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...