mcpbeat Sign in

License Sentinel MCP Server

local only

License Sentinel runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.

Audit Python and npm dependency licenses before you ship, judged against how you distribute.

Installs / week
pypi · license-sentinel
1
Stars
0 open issues
14 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check License Sentinel every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 license-sentinel -- uvx license-sentinel
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "license-sentinel": {
      "args": [
        "license-sentinel"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.license-sentinel]
command = "uvx"
args = ["license-sentinel"]
.cursor/mcp.json
{
  "mcpServers": {
    "license-sentinel": {
      "args": [
        "license-sentinel"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "license-sentinel": {
      "args": [
        "license-sentinel"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to License Sentinel

same job, measured the same way
LicenseGuard
by rccaoki-wq

Check if a dependency's license obligates you, based on how you ship. npm, PyPI, Go.

3 tools answering
Deploy to Agents
by deploytoagents

Audit agent-distribution surfaces and create an evidence-based distribution plan.

4 tools answering
MCP License Audit
by webmoleai

Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts.

34 installs/wk local only
MCP Check Licenses
by webmoleai

Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts.

33 installs/wk local only
I
pkg-oracle — Dependency Trust Oracle
by julian-martin89

Blocks typosquatted or hallucinated npm/PyPI packages before an AI agent installs them.

1 tools answering
I
LicenseGate
by computersmarts1

Open-source licence risk checks for AI coding agents and dependency trees.

1 tools answering
Repo Security Scanner — Malicious Code & Supply Chain
by eltociear

Audit GitHub repos for malicious and supply-chain code before you depend on them.

answering
Osv Advisory MCP Server
by cyanheads

Query OSV.dev for package vulnerabilities and batch-audit dependency lists via MCP.

101 installs/wk 4 tools answering

License Sentinel — questions

Answers built from our own checks of this server.

Why is there no uptime for License Sentinel?
License Sentinel 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 license-sentinel.
How do I connect License Sentinel?
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 license-sentinel straight from pypi; nothing to host, nothing to sign up for.
Is License Sentinel open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.