Serversio.github.CrashBytes/pusher-mcp-server
S

Pusher Channels

io.github.CrashBytes/pusher-mcp-server · v1.0.3
▦ npm
v1.0.3npm npm: @crashbytes/pusher-mcp-server↗ 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.CrashBytes/pusher-mcp-server",
  "description": "Trigger events, query channels, and manage realtime messaging on Pusher Channels.",
  "title": "Pusher Channels",
  "repository": {
    "url": "https://github.com/CrashBytes/pusher-mcp-server",
    "source": "github"
  },
  "version": "1.0.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@crashbytes/pusher-mcp-server",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Pusher application ID",
          "isRequired": true,
          "format": "string",
          "name": "PUSHER_APP_ID"
        },
        {
          "description": "Your Pusher application key",
          "isRequired": true,
          "format": "string",
          "name": "PUSHER_KEY"
        },
        {
          "description": "Your Pusher application secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PUSHER_SECRET"
        },
        {
          "description": "Pusher cluster region (e.g. us2, eu, ap1)",
          "isRequired": true,
          "format": "string",
          "name": "PUSHER_CLUSTER"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}