Skip to main content
Glama

Scancode License Analysis Tool for MCP

by bivex

mcp_ScancodeMCP_get_license_clause_summary

Generate a detailed legal summary of software licenses, analyzing obligations, risks, and compatibility to ensure compliance with licensing terms.

Instructions

Clause-by-clause legal summary of a license (obligations, risks, compatibility, etc).

Input Schema

NameRequiredDescriptionDefault
licenseNameYesThe license name to summarize (e.g., MIT, GPL-3.0, unknown)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "licenseName": { "description": "The license name to summarize (e.g., MIT, GPL-3.0, unknown)", "type": "string" } }, "required": [ "licenseName" ], "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