Create a Netskope REST API v2 token with only the permissions needed for the workflows you will allow. Store the token in your MCP client config or pass it as an HTTP header.
Environment variable form:
1 | export NETSKOPE_BASE_URL="https://YOUR-TENANT.goskope.com" |
HTTP header form:
1 | X-Netskope-Tenant: https://YOUR-TENANT.goskope.com |
Keep production tokens out of shared repository config. Use user-level MCP config or secret storage for personal credentials.
Next: Choose a transport