Skip to main content
Glama

Scancode License Analysis Tool for MCP

by bivex

mcp_ScancodeMCP_analyze_license_file

Analyze file licenses clause-by-clause to identify obligations, risks, and compatibility issues using Scancode data. Upload file paths for detailed legal assessment.

Instructions

Clause-by-clause legal analysis of all licenses detected in a file, including obligations, risks, and compatibility.

Input Schema

NameRequiredDescriptionDefault
filePathsYesAn array of file paths to analyze. Can be a single file path for individual analysis.
linesToReadNoNumber of lines to read from each file (default: 100).
scannedDataBasePathNoThe base absolute path for resolving relative license paths (default: 'C:\Users\Admin\Desktop\LICENSE_MANAGER\').

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePaths": { "description": "An array of file paths to analyze. Can be a single file path for individual analysis.", "items": { "type": "string" }, "type": "array" }, "linesToRead": { "description": "Number of lines to read from each file (default: 100).", "minimum": 1, "type": "integer" }, "scannedDataBasePath": { "description": "The base absolute path for resolving relative license paths (default: 'C:\\Users\\Admin\\Desktop\\LICENSE_MANAGER\\').", "type": "string" } }, "required": [ "filePaths" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bivex/scancodeMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server