PubNub MCP Server

by stephenlb

fetch_pubnub_messages

Retrieve messages from specified PubNub channels using the MCP server, enabling integration of PubNub data into LLM-powered tools and workflows for streamlined access and interaction.

Input Schema

NameRequiredDescriptionDefault
channelsYesArray of PubNub channels to fetch messages for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channels": { "description": "Array of PubNub channels to fetch messages for", "items": { "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "channels" ], "type": "object" }
ID: u5x3u3txbh