NetLicensing MCP Server✓
io.github.Labs64/netlicensing-mcp · v0.1.5
v0.1.5▦ pypi pypi: netlicensing-mcp
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.Labs64/netlicensing-mcp",
"description": "Labs64 NetLicensing MCP server for AI-driven software license lifecycle management.",
"title": "NetLicensing MCP Server",
"version": "0.1.5",
"packages": [
{
"registryType": "pypi",
"identifier": "netlicensing-mcp",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your NetLicensing API key (leave empty to use demo credentials)",
"name": "NETLICENSING_API_KEY"
},
{
"description": "Override the NetLicensing API base URL",
"default": "https://go.netlicensing.io/core/v2/rest",
"name": "NETLICENSING_BASE_URL"
},
{
"description": "Transport mode: stdio (default) or http",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Enable verbose debug logging (true/false)",
"default": "false",
"name": "MCP_VERBOSE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}