Skip to main content
Glama

Scancode License Analysis Tool for MCP

by bivex

mcp_ScancodeMCP_compare_license_compatibility

Analyze the legal compatibility between two software licenses (e.g., MIT vs GPLv3) to determine if they can coexist or pose compliance risks.

Instructions

Legal compatibility verdict and explanation for two license types (e.g., MIT vs GPLv3).

Input Schema

NameRequiredDescriptionDefault
licenseAYesFirst license name (e.g., MIT, GPL-3.0)
licenseBYesSecond license name (e.g., Apache-2.0, GPL-2.0)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "licenseA": { "description": "First license name (e.g., MIT, GPL-3.0)", "type": "string" }, "licenseB": { "description": "Second license name (e.g., Apache-2.0, GPL-2.0)", "type": "string" } }, "required": [ "licenseA", "licenseB" ], "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