mcpbeat Sign in
I

SVG Asset Compliance Lint MCP Server

local only

SVG Asset Compliance Lint runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

14 rules over the SVG files your design tool exported, before they become a legal object

Installs / week
npm · @readystack/svg-asset-compliance-lint
0
Stars
1 open issues
23 Sep 2026
Last commit
no recent releases
License
JavaScript

Nothing serious here today

Today is the operative word: we check SVG Asset Compliance 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 svg-asset-compliance-lint -- npx -y @readystack/svg-asset-compliance-lint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "svg-asset-compliance-lint": {
      "args": [
        "-y",
        "@readystack/svg-asset-compliance-lint"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.svg-asset-compliance-lint]
command = "npx"
args = ["-y", "@readystack/svg-asset-compliance-lint"]
.cursor/mcp.json
{
  "mcpServers": {
    "svg-asset-compliance-lint": {
      "args": [
        "-y",
        "@readystack/svg-asset-compliance-lint"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "svg-asset-compliance-lint": {
      "args": [
        "-y",
        "@readystack/svg-asset-compliance-lint"
      ],
      "command": "npx"
    }
  }
}

Alternatives to SVG Asset Compliance Lint

same job, measured the same way
I
I18n Fr Ca Bill96 Lint
by jmshinhwa

Finds the France-French and left-over English lines in your fr-CA locale file before an OQLF complai

local only
Decaframe
by decaframe

Presentations, slides, reports and one-pagers your agent designs and you edit. Exports to one file.

89 installs/wk local only
I
Payroll Deduction Code Audit
by jmshinhwa

Twelve rules over the deduction-code map, before the January 31 W-2 filing date

local only
I
Epub A11y Metadata Lint
by jmshinhwa

18 rules over the accessibility metadata in your .opf: 12 findings in the sample file, 9 of them err

local only
UISandbox
by ideelab

Play with your app's design in the browser: load a build, turn the knobs, export the code.

48 installs/wk local only
Sepa Pain001 Reject Lint
by jmshinhwa

Find the lines your bank will refuse before you send the batch

470 installs/wk local only
Latex Submission Lint
by jmshinhwa

Seventeen rules on your .tex file: the statements the editorial office looks for, and the source tha

386 installs/wk local only
npm Trusted Publish Lint
by jmshinhwa

Finds the credential in your release workflow that expires before your next release

391 installs/wk local only

SVG Asset Compliance Lint — questions

Answers built from our own checks of this server.

Why is there no uptime for SVG Asset Compliance Lint?
SVG Asset Compliance 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/svg-asset-compliance-lint.
How do I connect SVG Asset Compliance 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/svg-asset-compliance-lint straight from npm; nothing to host, nothing to sign up for.
Is SVG Asset Compliance Lint open source?
We cannot say either way: written in JavaScript, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.