Serversio.github.Cast-Hub/mcp
M

CastHub

io.github.Cast-Hub/mcp · v0.1.1
▦ npm
v0.1.1npm npm: @cast-hub/mcp↗ Website↗ Repository
{}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.Cast-Hub/mcp",
  "description": "Control CastHub digital signage. Manage TVs, presentations, schedules, and emergency alerts.",
  "title": "CastHub",
  "repository": {
    "url": "https://github.com/Cast-Hub/mcp-server",
    "source": "github"
  },
  "version": "0.1.1",
  "websiteUrl": "https://cast-hub.com/mcp",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@cast-hub/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key generated at https://dashboard.cast-hub.com",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CASTHUB_API_KEY"
        },
        {
          "description": "Override the hosted endpoint URL. Defaults to https://api.cast-hub.com/mcp.",
          "format": "string",
          "name": "CASTHUB_MCP_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}