Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"license-compliance": {
"args": [
"-y",
"license-compliance-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Scan npm dependencies for license compliance issues. Catch GPL contamination.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'license-compliance-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked license-compliance-mcp against OSV.dev.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / legal
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP Security Weekly
Get CVE alerts and security updates for io.github.bighippoman/license-compliance and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server that scans npm project dependencies for license compliance issues. Catch GPL contamination before code ships.
check-licensesScan a project's npm dependencies against a license policy and get a detailed compliance report.
Parameters:
path (required) — Absolute path to the project rootpolicy (optional, default: "permissive") — Policy preset or custom SPDX expression
"permissive" — Only MIT, ISC, BSD, Apache-2.0, etc."weak-copyleft" — Adds LGPL, MPL-2.0, EPL-2.0"copyleft" — Adds GPL, AGPL"(MIT OR Apache-2.0)" — Any valid SPDX expressionexplain-licenseGet a plain-language explanation of any SPDX license — permissions, conditions, limitations, compatibility, and gotchas.
Parameters:
license (required) — SPDX identifier (e.g., "MIT", "GPL-3.0-only", "Apache-2.0")claude mcp add license-compliance -- npx -y license-compliance-mcp
Add to your config (claude_desktop_config.json or .cursor/mcp.json):
{
"mcpServers": {
"license-compliance": {
"command": "npx",
"args": ["-y", "license-compliance-mcp"]
}
}
}
node_modules using license-checker-rseidelsohnspdx-correctspdx-satisfiesnode_modules installed (npm install)