Catalog
io.github.Labs64/netlicensing-mcp
OfficialNetLicensing MCP Server
Labs64 NetLicensing MCP server for AI-driven software license lifecycle management.
Manages software license lifecycle with AI-driven automation and compliance.
README not available yet.
Install
Configuration
Environment variables
NETLICENSING_API_KEYYour NetLicensing API key (leave empty to use demo credentials)
NETLICENSING_BASE_URLdefault https://go.netlicensing.io/core/v2/restOverride the NetLicensing API base URL
MCP_TRANSPORTdefault stdioTransport mode: stdio (default) or http
MCP_VERBOSEdefault falseEnable verbose debug logging (true/false)
claude_desktop_config.json
{
"mcpServers": {
"netlicensing-mcp": {
"command": "uvx",
"args": [
"netlicensing-mcp"
],
"env": {
"NETLICENSING_API_KEY": "<YOUR_NETLICENSING_API_KEY>",
"NETLICENSING_BASE_URL": "https://go.netlicensing.io/core/v2/rest",
"MCP_TRANSPORT": "stdio",
"MCP_VERBOSE": "false"
}
}
}
}