PubNub MCP Server

by pubnub

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

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