Odel
license-checker

license-checker

Local
@weiseerJavaScriptUpdated 3mo ago

OSS license metadata + compatibility checker MCP server.

@weiseer/license-checker-mcp

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

Part of weiseer — AI-agent-native cached oracles.

Install

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

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

{
  "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 for the economic argument.

Environment

  • LIC_URL — override remote snapshot URL
  • LIC_LOCAL_ONLY=1 — skip remote fetch

License

Apache-2.0