search_licenses
ActiveTool of Licenses
declared in 0.1.0
Search the SPDX license list by keyword (matches the id or name), e.g. "GPL", "creative commons", "mozilla". Keyless.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results (1-100, default 25)."
},
"query": {
"type": "string",
"description": "Keyword to search."
},
"osi_only": {
"type": "boolean",
"description": "Only OSI-approved licenses (default false)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Licenses
https://github.com/pipeworx-io/mcp-licenses
1/7 registries