PubNub MCP Server

by pubnub

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" }

You must be authenticated.

Other Tools from PubNub MCP Server

Related Tools

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/pubnub/pubnub-mcp-server'

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