Loading...
npm install @johnneerdael/ns-private-access-mcp{
"mcpServers": {
"netskope-mcp": {
"command": "wsl.exe",
"args": [
"bash",
"-c",
"source ~/.nvm/nvm.sh && NETSKOPE_BASE_URL=https://your-tenant.goskope.com NETSKOPE_API_KEY=your-token npx -y @johnneerdael/netskope-mcp"
]
}
}
}createPrivateAppCreates a new private application within the Netskope NPA environment.
Adds a new application, potentially impacting access and routing.
updatePublisherAssociationAssociates a private application with a specific publisher.
Modifies the routing and access paths of an application.
createPolicyCreates a new access control policy.
Directly impacts access control and security posture.
deletePrivateAppDeletes a private application.
Removes an application and its associated configurations.
searchPublishersSearches for existing publishers based on specified criteria.
Read-only operation with no side effects.
This MCP server provides powerful automation capabilities for Netskope NPA, but its write access and reliance on API keys introduce moderate risk. It's safe when used with careful planning and adherence to security best practices, but risky if misconfigured or if the API key is compromised.