PubNub for your agents.
Connect PubNub once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to PubNub.
What agents can do with PubNub
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
pubnub_publish_messagePublish a message to a channel. The message is delivered to all subscribers in real time.
pubnub_get_channel_historyGet stored message history for a channel with pagination.
pubnub_get_channel_infoGet information about a channel including occupancy and metadata.
pubnub_list_channelsList all channels on the app namespace.
pubnub_delete_messagesDelete all stored history messages for a channel (time-based deletion requiring secret key).
pubnub_get_channel_presenceGet presence information for a specific channel including currently connected users.
pubnub_grant_accessGrant read and/or write access to a channel for a specific user (auth_key), using the secret key for signing.
pubnub_revoke_accessRevoke a user's access to a channel by setting read and write to 0.
pubnub_get_uuid_metadataGet metadata for a specific UUID (user) in the app context.
pubnub_update_uuid_metadataUpdate metadata for a UUID. Useful for setting custom profile data on users.
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 PubNub and select your app (or create one).
- Copy the Publish Key and Subscribe Key from the app keys section.
- The first field is the Publish Key; the second is the Subscribe Key; the third is the Secret Key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect PubNub to Even: call connect_begin("pubnub") on the even-connect MCP and walk me through it.
Publish messages to channels in real time, retrieve message history, and check channel occupancy and metadata.
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.