@mukundakatta/license-mcp
v0.1.0
Published
MCP server: look up SPDX license identifiers, names, and OSI status.
Maintainers
Readme
license-mcp
MCP server: look up SPDX license metadata. Backed by spdx-license-list/full
so the data set is the official SPDX list.
Tools
lookup—{ id: "MIT" }→{ id, name, osi_approved, url }. Returnsnullif unknown.search—{ query: "apache" }→ list of matching licenses (id + name token search).
Configure
{ "mcpServers": { "license": { "command": "npx", "args": ["-y", "@mukundakatta/license-mcp"] } } }License
MIT.
