mcpbeat Sign in

Openapi Security Contract Lint MCP Server

local only

Openapi Security Contract Lint runs on your own machine — the client starts it, so there is no endpoint to ping.

Finds the lines in an OpenAPI file that publish an endpoint with no authentication, an API key in th

Installs / week
npm · @readystack/openapi-security-contract-lint
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Openapi Security Contract 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 openapi-security-contract-lint -- npx -y @readystack/openapi-security-contract-lint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openapi-security-contract-lint": {
      "args": [
        "-y",
        "@readystack/openapi-security-contract-lint"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openapi-security-contract-lint]
command = "npx"
args = ["-y", "@readystack/openapi-security-contract-lint"]
.cursor/mcp.json
{
  "mcpServers": {
    "openapi-security-contract-lint": {
      "args": [
        "-y",
        "@readystack/openapi-security-contract-lint"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openapi-security-contract-lint": {
      "args": [
        "-y",
        "@readystack/openapi-security-contract-lint"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Openapi Security Contract Lint

same job, measured the same way
Cloud Cost Landmine Lint
by jmshinhwa

Names every line in the file you have open that starts a recurring cloud charge, with the published

308 installs/wk local only
Github
by pipeworx-io

GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)

40 tools answering
Currency Minor Unit Lint
by jmshinhwa

Finds the money lines that send the wrong amount to a payment API: the x100 that charges 100x in JPY

298 installs/wk local only
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

317 installs/wk local only
I
Openapi Lint
by cedrickouma

MCP server (stdio): lint OpenAPI specs with Spectral via the AgentForge API

25 installs/wk answering
Ksef Fa3 Invoice Lint
by jmshinhwa

Finds the lines KSeF will reject in a Polish structured invoice XML, before you send it

12 installs/wk local only
Pytest Deprecation Lint
by jmshinhwa

Marks the lines in your test suite that current pytest no longer runs — and the config keys it silen

7 installs/wk local only
Wordpress Privacy Lint
by jmshinhwa

Finds the 12 author-side privacy duties your plugin PHP breaks, with the article and the fix on ever

270 installs/wk local only

Openapi Security Contract Lint — questions

Answers built from our own checks of this server.

Why is there no uptime for Openapi Security Contract Lint?
Openapi Security Contract 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/openapi-security-contract-lint.
How do I connect Openapi Security Contract 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/openapi-security-contract-lint straight from npm; nothing to host, nothing to sign up for.