Netskope NPA MCP is a Model Context Protocol server for managing Netskope Private Access infrastructure from MCP-capable AI clients. It exposes 70 tools for publishers, private apps, local brokers, policies, SCIM identity data, upgrade profiles, steering, alerts, search, and validation.

Choose your path

Path Use when Start here
Hosted HTTP You want the quickest client setup and can send tenant URL plus API token as MCP request headers. Install guides
Local stdio Your client launches MCP servers as local commands. Starter guide
Self-hosted HTTP You want a private endpoint behind your own network controls. Operations

Quick install

Local stdio:

1
npm install -g @johnneerdael/ns-private-access-mcp

Local HTTP:

1
docker run --rm -p 3000:3000 ghcr.io/johnneerdael/privateaccess-mcp:latest

Documentation