Scancode License Analysis Tool
Freeby MCP Community
A Model Context Protocol (MCP) tool for analyzing software licenses using Scancode data.
v1.0.1Added Apr 12, 2026
Scancode License Analysis Tool MCP Server
A Model Context Protocol (MCP) tool for analyzing software licenses using Scancode data.
Installation
npx -y @iflow-mcp/scancode-license-analysis-tool
Reviews
Installation
Quick install
npx -y @iflow-mcp/scancode-license-analysis-tool
Add to claude_desktop_config.json
{
"mcpServers": {
"scancode-license-analysis-tool": {
"command": "npx",
"args": ["-y", "@iflow-mcp/scancode-license-analysis-tool"]
}
}
}