PubNub MCP Server

by pubnub

fetch_pubnub_docs

Fetch specific PubNub documentation sections (e.g., functions, features, security) using this CLI-based tool, enabling quick access to SDK resources and enhancing developer workflows via natural language prompts.

Input Schema

NameRequiredDescriptionDefault
docYesName of PubNub documentation to fetch, e.g. "functions", "features", "security", etc.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "doc": { "description": "Name of PubNub documentation to fetch, e.g. \"functions\", \"features\", \"security\", etc.", "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