PubNub MCP Server

by pubnub

pubnub_docs

Fetch PubNub SDK documentation on concepts, features, functions, integration, scaling, security, and troubleshooting directly via CLI-based MCP server, enabling efficient access for LLM-powered tools.

Input Schema

NameRequiredDescriptionDefault
docYesWhich PubNub documentation to fetch

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "doc": { "description": "Which PubNub documentation to fetch", "enum": [ "concepts", "features", "functions", "integration", "scale", "security", "troubleshooting" ], "type": "string" } }, "required": [ "doc" ], "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