What is the NetLicensing MCP Server MCP server?
Labs64 NetLicensing MCP server for AI-driven software license lifecycle management.
How to install NetLicensing MCP Server
Copy-paste configuration for popular MCP clients.
NETLICENSING_API_KEYYour NetLicensing API key (leave empty to use demo credentials)
NETLICENSING_BASE_URLOverride the NetLicensing API base URL
MCP_TRANSPORTTransport mode: stdio (default) or http
MCP_VERBOSEEnable verbose debug logging (true/false)
{
"mcpServers": {
"netlicensing-mcp": {
"command": "uvx",
"args": [
"netlicensing-mcp"
],
"env": {
"NETLICENSING_API_KEY": "<YOUR_NETLICENSING_API_KEY>",
"NETLICENSING_BASE_URL": "<YOUR_NETLICENSING_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"MCP_VERBOSE": "<YOUR_MCP_VERBOSE>"
}
}
}
}{
"mcpServers": {
"netlicensing-mcp": {
"command": "uvx",
"args": [
"netlicensing-mcp"
],
"env": {
"NETLICENSING_API_KEY": "<YOUR_NETLICENSING_API_KEY>",
"NETLICENSING_BASE_URL": "<YOUR_NETLICENSING_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"MCP_VERBOSE": "<YOUR_MCP_VERBOSE>"
}
}
}
}{
"mcpServers": {
"netlicensing-mcp": {
"command": "uvx",
"args": [
"netlicensing-mcp"
],
"env": {
"NETLICENSING_API_KEY": "<YOUR_NETLICENSING_API_KEY>",
"NETLICENSING_BASE_URL": "<YOUR_NETLICENSING_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"MCP_VERBOSE": "<YOUR_MCP_VERBOSE>"
}
}
}
}{
"servers": {
"netlicensing-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"netlicensing-mcp"
],
"env": {
"NETLICENSING_API_KEY": "<YOUR_NETLICENSING_API_KEY>",
"NETLICENSING_BASE_URL": "<YOUR_NETLICENSING_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"MCP_VERBOSE": "<YOUR_MCP_VERBOSE>"
}
}
}
}claude mcp add netlicensing-mcp --env NETLICENSING_API_KEY=<YOUR_NETLICENSING_API_KEY> --env NETLICENSING_BASE_URL=<YOUR_NETLICENSING_BASE_URL> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env MCP_VERBOSE=<YOUR_MCP_VERBOSE> -- uvx netlicensing-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.