Pusher for your agents.
Connect Pusher once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 7 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Pusher.
What agents can do with Pusher
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
pusher_trigger_eventTrigger an event on a channel. Sends event name and data to all connected clients on the specified channel.
pusher_get_channel_infoGet information about a channel including subscriber count.
pusher_list_channelsList all channels on the app with optional filter by channel name prefix.
pusher_get_channel_usersGet the list of users subscribed to a presence channel.
pusher_get_app_infoGet the information about the app including key, secret, and stats.
pusher_trigger_batch_eventsTrigger multiple events on multiple channels in one request. `batch` is an array of event objects, each with name, channels, and data.
pusher_authenticate_channelAuthenticate a private or presence channel subscription. Returns an auth signature.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into the Pusher dashboard and select your app (or create one).
- Go to the App Keys tab. Copy the App ID, Key, and Secret.
- The first field is the App ID; the second is the Key; the third is the Secret.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Pusher to Even: call connect_begin("pusher") on the even-connect MCP and walk me through it.
Trigger real-time events on Pusher channels and monitor active subscribers.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.