# license-checker

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/weiseer/license-checker-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/license-checker

## Description
OSS license metadata + compatibility checker MCP server.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "license-checker": {
    "command": "npx",
    "args": ["-y","license-checker"]
  }
}
```

## Documentation & README

# @weiseer/license-checker-mcp

> OSS license metadata + compatibility checker MCP server. stdio MCP server.

Part of [weiseer](https://github.com/weiseer) — AI-agent-native cached oracles.

## Install

```bash
npm install -g @weiseer/license-checker-mcp
```

## Use with Claude Desktop / Cursor / Cline / Continue / Windsurf

```json
{
  "mcpServers": {
    "license-checker": {
      "command": "npx",
      "args": ["-y", "@weiseer/license-checker-mcp"]
    }
  }
}
```

## Why use this instead of your agent doing it itself

The DIY cost in token-spend, latency, and rate-limit risk is 100-1500x our cost. See the [weiseer organization README](https://github.com/weiseer/.github) for the economic argument.

## Environment

- `LIC_URL` — override remote snapshot URL
- `LIC_LOCAL_ONLY=1` — skip remote fetch

## License

Apache-2.0

