Nullplatform API MCP Logo

Nullplatform API MCP

Official

Enables interaction with Nullplatform's API endpoints for managing deployments, scopes, services, an...

7 views
0 installs
Updated Jan 20, 2026
Not audited
Enables interaction with Nullplatform's API endpoints for managing deployments, scopes, services, and other cloud resources through natural language using the official OpenAPI specification.
  1. Log in to your nullplatform account at https://www.nullplatform.com (use the credentials for an organization where you have admin/ops privileges).

  2. Confirm you have the required role (ADMIN or OPS). You need one of these roles to create API keys. (docs.nullplatform.com)

  3. Open Platform settings → API keys. Click the “+ New API key” button. (docs.nullplatform.com)

  4. In the “Create API key” form:

    • Give the key a descriptive name (e.g., “FastMCP integration”).
    • Configure Grants: add the NRN(s) and role(s) the machine key should have (for example, assign an appropriate role on the needed organization/account/namespace). (docs.nullplatform.com)
  5. Click “Generate API key”. When the key appears, copy it immediately — the API key value is shown only once and cannot be retrieved later. Store it securely (password manager, secret store). (docs.nullplatform.com)

  6. Open your FastMCP connection interface (the place where you click “Install Now” to add environment variables). Paste the full API key value into the NP_API_KEY field.

    • Field name to set: NP_API_KEY
    • Value: the API key string you copied (e.g., "AAAA.1234...PTs=").
      Fill this value in the FastMCP connection interface before pressing the “Install Now” button.
  7. Save / apply the FastMCP connection configuration (click “Install Now” or the equivalent save action). FastMCP will use NP_API_KEY as the environment variable for the Nullplatform MCP instance.

  8. (Optional) If you prefer CLI or automation: create an API key via the CLI (np api-key create ...) or the API, and then set NP_API_KEY to the returned api_key value in FastMCP. See the docs for the CLI/API examples and for exchanging an API key for a short-lived access token if you need one. (docs.nullplatform.com)

Quick Start

View on GitHub

More for API Development

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.