@pubnub/mcp
BMCP server package @pubnub/mcp
Install
agr install @pubnub/mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@pubnub/mcp", "version": "2.3.10", "mcpName": "io.github.pubnub/mcp-server", "description": "PubNub Model Context Protocol MCP Server for Cursor and Claude", "main": "dist/index.js", "bin": "dist/index.js", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/pubnub/pubnub-mcp-server.git" }, "bugs": "https://github.com/pubnub/pubnub-mcp-server/issues", "homepage": "https://www.pubnub.com/networking-mcp-server", "author": "PubNub", "license": "SEE LICENSE IN LICENSE", "keywords": [ "PubNub", "LLM", "MCP", "Model Context Protocol" ], "files": [ "dist", "images" ], "engines": { "node": ">= 20.0.0" }, "scripts": { "dev": "rollup -c -w", "dev:http": "concurrently "rollup -c -w" "node --watch dist/index.js --http"", "dev:local": "concurrently "rollup -c -w" "node --watch dist/index.js"", "build": "rollup -c && chmod +x dist/index.js", "start": "node dist/index.js", "start:http": "node dist/index.js --http", "clean": "rm -rf dist", "type-check": "tsc --noEmit", "lint": "biome lint ./src", "lint:fix": "biome lint --write ./src", "format": "biome format --write ./src", "format:check": "biome format ./src", "check": "biome check --write ./src", "test:unit": "vitest run --project unit", "test:integration": "npm run build && vitest run --project integration", "test:token-count": "vitest run --project token-count", "test:ui": "vitest --ui", "test:coverage": "vitest --coverage", "test:coverage:unit": "vitest --coverage --project unit" }, "devDependencies": { "@ai-sdk/mcp": "^0.0.7", "@ai-sdk/openai": "^2.0.64", "@biomejs/biome": "2.2.4", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-replace": "^6.0.3", "@rollup/plugin-typescript": "^12.1.4", "@types/express": "^5.0.3", "@types/node": "^24.3.1", "@types/supertest": "^7.2.0", "@vitest/coverage-v8": "^4.0.6", "@vitest/ui": "^4.0.6", "ai": "^5.0.89", "concurrently": "^8.2.2", "msw": "^2.11.6", "pino-pretty": "^13.1.3", "rollup": "^4.50.0", "supertest": "^7.2.2", "tiktoken": "^1.0.22", "tslib": "^2.8.1", "typescript": "^5.9.2", "vitest": "^4.0.6" }, "dependencies": { "@amplitude/analytics-node": "^1.5.62", "@modelcontextprotocol/sdk": "^1.23.0", "dotenv": "^17.2.3", "express": "^5.1.0", "jose": "^6.1.3", "pino": "^10.3.1", "pubnub": "^10.2.1", "zod": "^4.1.13" }, "overrides": { "basic-ftp": "5.3.1" } }
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-6849ccf5b9582026-08-06