mcpbeat Sign in

AI Model License Lint MCP Server

local only

AI Model License Lint runs on your own machine — the client starts it, so there is no endpoint to ping. 368 installs a week from npm. Last commit 22 Sep 2026.

Reads the open-weight model IDs in your code and names the licence clause that binds you - 22 rules

Installs per day peak 172 · avg 12
a month agotoday
368
Installs / week
npm · @readystack/ai-model-license-lint
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check AI Model License Lint every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ai-model-license-lint -- npx -y @readystack/ai-model-license-lint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-model-license-lint": {
      "args": [
        "-y",
        "@readystack/ai-model-license-lint"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-model-license-lint]
command = "npx"
args = ["-y", "@readystack/ai-model-license-lint"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-model-license-lint": {
      "args": [
        "-y",
        "@readystack/ai-model-license-lint"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-model-license-lint": {
      "args": [
        "-y",
        "@readystack/ai-model-license-lint"
      ],
      "command": "npx"
    }
  }
}

Alternatives to AI Model License Lint

same job, measured the same way
Spdx License Field Lint
by jmshinhwa

Reads the licence field in the open manifest and names every deprecated SPDX id, invalid string, PEP

292 installs/wk local only
Security Headers Csp Lint
by jmshinhwa

Reads security headers and CSP line by line in your config file and names the lines that silently do

333 installs/wk local only
Rivet
by rivet

Manage Rivet Cloud namespaces and actors, run Code Mode, and open the Rivet Actor Inspector.

181 installs/wk answering
Cron Schedule Lint
by jmshinhwa

Names every schedule line in the file you have open that fires at the wrong hour, twice, or never at

376 installs/wk local only
AI Model Retirement Lint
by jmshinhwa

Finds the LLM model IDs pinned in your code that vendors have already switched off, or have dated to

338 installs/wk local only
Soup List Lint
by jmshinhwa

Reads your SOUP register the way an auditor does: 16 rules over clauses 8.1.2, 5.3.3, 5.3.4, 4.3 and

369 installs/wk local only
Wcag22 CSS Lint
by jmshinhwa

Reads your stylesheet and names the success criterion each rule breaks, including the three WCAG 2.2

537 installs/wk local only
Data Act Switching Lint
by jmshinhwa

Reads your cloud contract text and names every clause Chapter VI no longer allows, with the article

341 installs/wk local only

AI Model License Lint — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Model License Lint?
AI Model License Lint runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @readystack/ai-model-license-lint was installed 368 times last week.
How do I connect AI Model License Lint?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @readystack/ai-model-license-lint straight from npm; nothing to host, nothing to sign up for.
How many people use AI Model License Lint?
The npm package @readystack/ai-model-license-lint was installed 368 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AI Model License Lint open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.