Back to search
30
MCP

mcp-check-licenses

npm/mcp-check-licenses

Reads package.json dependencies, fetches each license from the npm registry, categorizes as permissive (MIT, Apache-2.0, BSD, ISC), copyleft (GPL, AGPL), or weak-copyleft (LGPL, MPL). Flags GPL/AGPL conflicts in MIT-licensed projects. Returns license list

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.webmoleai/mcp-check-licenses
Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts.
0 tools
io.github.webmoleai/mcp-license-audit
Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts.
0 tools
io.github.bighippoman/license-compliance
Scan npm dependencies for license compliance issues. Catch GPL contamination.
0 tools
gridwork-license
MCP server that scans project dependencies for license compliance — detects conflicts, copyleft risks, and undeclared licenses
0 tools
io.github.zcag/npm-search-mcp
Search npm packages, get live registry data, and compare alternatives. No API key needed.
0 tools
io.github.yawlabs/npmjs-mcp
npm registry MCP server — package intelligence, security audits, dependency analysis
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp-check-licenses": {
      "url": "None",
      "transport": "http"
    }
  }
}