PubNub MCP Server

by stephenlb

publish_pubnub_message

Send messages to specified PubNub channels directly from the MCP server, enabling real-time communication and interaction with PubNub services via structured inputs.

Input Schema

NameRequiredDescriptionDefault
channelYes
messageYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channel": { "type": "string" }, "message": { "type": "string" } }, "required": [ "channel", "message" ], "type": "object" }
ID: u5x3u3txbh