Skip to content

Scancode License Analysis Tool

Free

by MCP Community

A Model Context Protocol (MCP) tool for analyzing software licenses using Scancode data.

v1.0.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

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"]
    }
  }
}