PubNub MCP Server

by pubnub

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

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