mcpbeat Sign in

Hmrc Fraud Prevention Header Lint MCP Server

local only

Hmrc Fraud Prevention Header Lint runs on your own machine — the client starts it, so there is no endpoint to ping.

Finds the Gov-Client and Gov-Vendor header mistakes HMRC rejects, in your editor, offline, before yo

Installs / week
npm · @readystack/hmrc-fraud-prevention-header-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 Hmrc Fraud Prevention Header 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 hmrc-fraud-prevention-header-lint -- npx -y @readystack/hmrc-fraud-prevention-header-lint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hmrc-fraud-prevention-header-lint": {
      "args": [
        "-y",
        "@readystack/hmrc-fraud-prevention-header-lint"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hmrc-fraud-prevention-header-lint]
command = "npx"
args = ["-y", "@readystack/hmrc-fraud-prevention-header-lint"]
.cursor/mcp.json
{
  "mcpServers": {
    "hmrc-fraud-prevention-header-lint": {
      "args": [
        "-y",
        "@readystack/hmrc-fraud-prevention-header-lint"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hmrc-fraud-prevention-header-lint": {
      "args": [
        "-y",
        "@readystack/hmrc-fraud-prevention-header-lint"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Hmrc Fraud Prevention Header Lint

same job, measured the same way
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
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

309 installs/wk local only
brain — the recorder
by mordechaipotash

Records your Claude Code, Codex and Pi history before deletion. Cited-or-abstain recall.

297 installs/wk local only
Dora Ict Contract Clause Lint
by jmshinhwa

Twenty-two checks over the ICT vendor contracts in your repository - every missing Article 30 clause

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

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

local only
Latex Submission Lint
by jmshinhwa

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

255 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

304 installs/wk local only
Sfdx Retirement Lint
by jmshinhwa

Finds retired API versions and removed sfdx force:* commands in your DX repo before a deploy or a CI

local only

Hmrc Fraud Prevention Header Lint — questions

Answers built from our own checks of this server.

Why is there no uptime for Hmrc Fraud Prevention Header Lint?
Hmrc Fraud Prevention Header 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/hmrc-fraud-prevention-header-lint.
How do I connect Hmrc Fraud Prevention Header 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/hmrc-fraud-prevention-header-lint straight from npm; nothing to host, nothing to sign up for.