Skip to main content
Glama
CrashBytes

Pusher Channels MCP Server

by CrashBytes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PUSHER_KEYYesYour Pusher app key
PUSHER_APP_IDYesYour Pusher app ID
PUSHER_SECRETYesYour Pusher app secret
PUSHER_CLUSTERYesYour Pusher cluster (e.g., us2, eu, ap1)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
trigger_eventA

Send an event to one or more Pusher channels. Use this to push realtime messages to connected clients.

trigger_batch_eventsA

Send up to 10 events in a single API call. More efficient than triggering events individually when you need to notify multiple channels.

list_channelsA

List all active channels in your Pusher app. Optionally filter by prefix (e.g. 'presence-' or 'private-') and request subscription or user counts.

get_channel_infoA

Get detailed information about a specific Pusher channel, including whether it is occupied and optional subscription/user counts.

get_presence_usersA

List all users currently connected to a presence channel. Only works with channels that start with 'presence-'.

authorize_channelA

Generate an authorization token for a private or presence channel. Useful when building auth endpoints for Pusher client connections.

terminate_user_connectionsA

Disconnect all connections for a specific user. Useful for moderation or security — forces a user offline across all channels.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CrashBytes/pusher-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server