lookup_license
ActiveTool of Licenses
declared in 0.1.0
Look up an open-source license by its exact SPDX id (e.g. "MIT", "Apache-2.0", "GPL-3.0-only", "BSD-3-Clause"). Returns the full name, OSI/FSF approval, deprecation status, and reference URLs. Keyless.
Parameters schema
{
"type": "object",
"required": [
"spdx_id"
],
"properties": {
"spdx_id": {
"type": "string",
"description": "An SPDX license id, e.g. \"Apache-2.0\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Licenses
https://github.com/pipeworx-io/mcp-licenses
1/7 registries