mcpbeat Sign in

NetLicensing MCP Server

local only

NetLicensing MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 357 installs a week from pypi.

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

Installs per day peak 396 · avg 60 · +4% w/w
a month agotoday
357
Installs / week
pypi · netlicensing-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Known vulnerability in the package netlicensing-mcp · GHSA-hxpf-9xvq-wph8
Known vulnerability in the package netlicensing-mcp · GHSA-x9vc-9ffq-p3gj
Known vulnerability in the package netlicensing-mcp · PYSEC-2026-3489
Known vulnerability in the package netlicensing-mcp · PYSEC-2026-3490

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add netlicensing-mcp -- uvx netlicensing-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "netlicensing-mcp": {
      "args": [
        "netlicensing-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.netlicensing-mcp]
command = "uvx"
args = ["netlicensing-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "netlicensing-mcp": {
      "args": [
        "netlicensing-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "netlicensing-mcp": {
      "args": [
        "netlicensing-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: 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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to NetLicensing MCP Server

same job, measured the same way
Jupyter MCP Server
by chengjiale150

A powerful MCP server for AI-driven Jupyter Notebook management and execution

353 installs/wk local only
Google Drive Files MCP
by zayansalman

Minimal MCP server for Google Drive file management and Google Sheets editing.

59 installs/wk local only
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only
Leanforge MCP
by sandraschi

MCP server for AI-driven formal proof search in Lean 4

local only
D
Ceraph
by ceraph

MCP server for agent-driven React Native and Expo development and mobile testing

656 installs/wk local only
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
X Openapi Flow MCP
by tiago-marques

OpenAPI lifecycle guard and MCP sidecar for policy-driven API orchestration.

106 installs/wk local only
Rivemcp
by paradoxsyn

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

615 installs/wk local only

NetLicensing MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for NetLicensing MCP Server?
NetLicensing MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package netlicensing-mcp was installed 357 times last week.
How do I connect NetLicensing MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls netlicensing-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use NetLicensing MCP Server?
The pypi package netlicensing-mcp was installed 357 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.