@pipeworx/spdx-license
Connect: https://pipeworx.io/mcp — every tool in the catalog, including @pipeworx/spdx-license’s. Install: one-click buttons
Connect to just the @pipeworx/spdx-license pack
https://gateway.pipeworx.io/spdx-license/mcp — only @pipeworx/spdx-license’s own tools, nothing else in the catalog.
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 4
SPDX License List MCP — canonical list of open-source software licenses with metadata and full license text. Keyless.
Tools
list_licenses(osiApproved?, fsfLibre?, deprecated?)— list SPDX licenses with optional filtersget_license(id)— metadata for a single license by SPDX identifier (e.g.MIT,Apache-2.0)get_license_text(id)— full license text (Markdown when available, plain text otherwise)search(query)— substring search across SPDX id and full name
Data source
https://raw.githubusercontent.com/spdx/license-list-data/main/json/licenses.json and the per-license json/details/<id>.json files.
Tools
- list_licenses — List SPDX licenses with optional filters (OSI-approved, FSF Free/Libre, deprecated).
- get_license — Get metadata + descriptors for one SPDX license id (e.g. “MIT”, “Apache-2.0”, “GPL-3.0-or-later”).
- get_license_text — Get the full license text for a single SPDX license id (returns standard text + cross-references).
- search — Substring search across SPDX id and full license name (case-insensitive).
Tools
get_license— Get metadata + descriptors for one SPDX license id (e.g. MIT , Apache-2.0 , GPL-3.0-or-later ).get_license_text— Get the full license text for a single SPDX license id (returns standard text + cross-references).list_licenses— List SPDX licenses with optional filters (OSI-approved, FSF Free/Libre, deprecated).search— Substring search across SPDX id and full license name (case-insensitive).