com.zype.mcp/server✓
com.zype.mcp/server · v0.5.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.zype.mcp/server",
"description": "Manage videos, playlists, analytics, and monetization for OTT streaming services.",
"repository": {
"url": "https://github.com/zype/zype-mcp",
"source": "github"
},
"version": "0.5.3",
"packages": [
{
"registryType": "npm",
"identifier": "@zype-com/mcp",
"version": "0.5.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Zype Admin API key from the Zype Dashboard",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ZYPE_API_KEY"
},
{
"description": "Access mode: 'readonly' (read-only), 'safe' (writes allowed, destructive requires confirmation), 'full' (all operations allowed)",
"format": "string",
"name": "ZYPE_MCP_MODE"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.zype.com/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}