Skip to main content
Glama
pipeworx-io

mcp-spdx-license

by pipeworx-io

@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 filters

  • get_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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    Enables LLMs to perform software composition analysis including license detection, vulnerability assessment, SBOM generation, and policy validation using the SEMCL.ONE toolchain.
    14
    2
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    Provides access to Global Legal Entity Identifier (LEI) data from GLEIF, enabling queries about legal entities and their identifiers via natural language.
    3
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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