← Index

NetLicensing MCP Server

io.github.Labs64/netlicensing-mcp·v0.1.5·Cloud Storage
Quality Score
75
/100

Labs64 NetLicensing MCP server for AI-driven software license lifecycle management.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "netlicensing-mcp": {
      "command": "uvx",
      "args": [
        "netlicensing-mcp"
      ],
      "env": {
        "NETLICENSING_API_KEY": "<netlicensing_api_key>",
        "NETLICENSING_BASE_URL": "https://go.netlicensing.io/core/v2/rest",
        "MCP_TRANSPORT": "stdio",
        "MCP_VERBOSE": "false"
      }
    }
  }
}
§02  Environment variables
NETLICENSING_API_KEY

Your NetLicensing API key (leave empty to use demo credentials)

NETLICENSING_BASE_URL

Override the NetLicensing API base URL

MCP_TRANSPORT

Transport mode: stdio (default) or http

MCP_VERBOSE

Enable verbose debug logging (true/false)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
10
stability
5
§04  Alternatives in Cloud Storage