PubNub MCP Server

by stephenlb

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" }
ID: u5x3u3txbh