Skip to main content
Glama

PubNub MCP Server

by pubnub

manage_pubnub_account

Manage PubNub account applications and API keys by creating, listing, or deleting test items. Uses environment variables for authentication, ensuring secure and controlled account modifications.

Instructions

Manages the users PubNub account apps and API key settings. Uses PUBNUB_EMAIL and PUBNUB_PASSWORD environment variables for authentication. Supports creating, listing, and deleting apps and API keys. Delete action only works on test apps/keys (with "Test App" or "Test Key" in the name) for safety.

Input Schema

NameRequiredDescriptionDefault
actionYesThe action to perform: "create" to create new, "list" to list existing, "delete" to delete test items
subjectYesThe subject to manage: "app" for applications, "api_key" for API keys

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "The action to perform: \"create\" to create new, \"list\" to list existing, \"delete\" to delete test items", "enum": [ "create", "list", "delete" ], "type": "string" }, "subject": { "description": "The subject to manage: \"app\" for applications, \"api_key\" for API keys", "enum": [ "app", "api_key" ], "type": "string" } }, "required": [ "subject", "action" ], "type": "object" }

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