SuprSend✓
io.github.suprsend/cli · v0.2.24
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.suprsend/cli",
"description": "Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant.",
"title": "SuprSend",
"repository": {
"url": "https://github.com/suprsend/cli",
"source": "github"
},
"version": "0.2.24",
"websiteUrl": "https://www.suprsend.com",
"packages": [
{
"registryType": "npm",
"identifier": "suprsend",
"version": "0.2.24",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}