Integrates with Netskope API to manage private access infrastructure, enabling automated publisher lifecycle, app configuration, policy creation, and traffic diagnostics.
Log in to Your Netskope Admin Console
- Open your web browser and go to the login page for your Netskope tenant (for example,
https://your-tenant.goskope.com
).
- Sign in with an administrative account that has access to API configuration.
Locate the Tenant Base URL
- Your base URL is the full URL you use to access the Netskope console, such as
https://your-tenant.goskope.com
.
- Make sure you copy the full URL, including
https://
.
Generate or Retrieve an API Token
- In the Netskope admin console, go to the section for API access or API tokens. This is typically under “Settings,” “Tools,” or “Administration.”
- If you do not already have a token, click the option to “Create” or “Generate” a new API token.
- Give the token a descriptive name (e.g., “MCP Integration”) and select the required permissions (usually “Full Access” or at least permissions relevant for NPA/Private Access management).
- Save or copy the generated token. It will look similar to
030f31f7d57fd94834af57a3edc4bbda
.
- Note: You will only see the token once upon creation—save it securely.
Go to the FastMCP Connection Interface
- In the platform where you are setting up the MCP integration, locate the FastMCP connection interface.
- Click the “Install Now” button or the equivalent option to add new environment variables (ENVs).
Fill in the Required ENV Values
- You will need to enter the following information:
- NETSKOPE_BASE_URL: Paste the base URL of your Netskope tenant (e.g.,
https://your-tenant.goskope.com
).
- NETSKOPE_API_KEY: Paste the API token you copied from the Netskope admin console.
Save and Verify
- Save your changes in the FastMCP connection interface.
- Test the connection to ensure the MCP server can communicate with your Netskope environment using the provided credentials.
Summary of Required Values:
- NETSKOPE_BASE_URL: Your tenant URL (e.g.,
https://your-tenant.goskope.com
)
- NETSKOPE_API_KEY: API token generated in the Netskope admin console
Important: Do not share your API token publicly or commit it to version control. Store it securely.