mcp-spdx-license
Provides tools for querying the SPDX License List, including listing licenses with filters (OSI-approved, FSF Free/Libre, deprecated), retrieving license metadata and full text, and performing substring search across license IDs and names.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-spdx-licenseShow me the full text of the MIT license"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/spdx-license
SPDX License List MCP — canonical list of open-source software licenses with metadata and full license text. Keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
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
Related MCP server: scorecard_mcp
Data source
https://raw.githubusercontent.com/spdx/license-list-data/main/json/licenses.json and the per-license json/details/<id>.json files.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"spdx-license": {
"url": "https://gateway.pipeworx.io/spdx-license/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Spdx License data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables LLMs to explore and query OpenAPI specifications, allowing natural language interaction with API endpoints, parameters, request bodies, and response schemas from any OpenAPI 3.x spec.12MIT
- Alicense-qualityDmaintenanceEnables asking natural language questions about OpenSSF Scorecard security assessments for open source projects.4Apache 2.0
- AlicenseAqualityAmaintenanceEnables LLMs to perform software composition analysis including license detection, vulnerability assessment, SBOM generation, and policy validation using the SEMCL.ONE toolchain.142Apache 2.0
- Alicense-qualityCmaintenanceProvides access to Global Legal Entity Identifier (LEI) data from GLEIF, enabling queries about legal entities and their identifiers via natural language.3MIT
Related MCP Connectors
Resolve, search and verify legal citations against the official sources, with provenance.
Generate, audit, and maintain legal policies that match what your code actually does.
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pipeworx-io/mcp-spdx-license'
If you have feedback or need assistance with the MCP directory API, please join our Discord server