Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
mcp_ScancodeMCP_analyze_license_file | Clause-by-clause legal analysis of all licenses detected in a file, including obligations, risks, and compatibility. |
mcp_ScancodeMCP_summarize_license_risks | Lists all files with high-risk/problematic licenses and provides a legal risk summary for each license type. |
mcp_ScancodeMCP_compare_license_compatibility | Legal compatibility verdict and explanation for two license types (e.g., MIT vs GPLv3). |
mcp_ScancodeMCP_list_high_risk_files | Lists all files with copyleft, unknown, or commercial-unfriendly licenses, with a legal warning for each. |
mcp_ScancodeMCP_get_license_clause_summary | Clause-by-clause legal summary of a license (obligations, risks, compatibility, etc). |