PubNub MCP Server

by stephenlb

fetch_pubnub_presence

Retrieve real-time presence data for specified PubNub channels or channel groups, enabling monitoring of user activity and connection status through the PubNub MCP Server.

Input Schema

NameRequiredDescriptionDefault
channelGroupsNoArray of PubNub channel groups for presence query
channelsNoArray of PubNub channels for presence query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channelGroups": { "default": [], "description": "Array of PubNub channel groups for presence query", "items": { "type": "string" }, "type": "array" }, "channels": { "default": [], "description": "Array of PubNub channels for presence query", "items": { "type": "string" }, "type": "array" } }, "type": "object" }
ID: u5x3u3txbh