Sign inSign up

getreadystack/hospital-mrf-lint

By getreadystack

Updated about 2 hours ago

15 offline rules read your standard charges JSON the way 45 CFR Part 180 and the CMS template do - t

Image
0

80

getreadystack/hospital-mrf-lint repository overview

Hospital Price Transparency MRF Lint

15 offline rules read your standard charges JSON the way 45 CFR Part 180 and the CMS template do - the dirty sample returns 17 findings, 15 errors

Run

docker run --rm -v "$PWD":/work getreadystack/hospital-mrf-lint /work/file

The same 15 rules as the VS Code extension, in a container. Mount a folder on /work.

Free

  • Open one standard charges JSON file and see every one of the 15 rules report with a line number - the whole check for that file, no key, nothing uploaded.
  • --rules lists every rule

With a licence ($29 once)

  • Sweep every hospital location file in the workspace in one pass and export one dated evidence report you keep for the file, with finding counts per location and the rule text beside each one.
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/hospital-mrf-lint --dir /work --ci

A hospital price-transparency review by a revenue-integrity consultancy is commonly quoted as a five-figure engagement; this extension is 29 dollars once.

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "hospital-mrf-lint": { "command": "npx", "args": ["-y", "@readystack/hospital-mrf-lint", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.

Use in CI

- name: Hospital Price Transparency MRF Lint
  run: npx -y @readystack/hospital-mrf-lint --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/hospital-mrf-lint --dir /work --ci)

Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:830d533b4

Size

46.1 MB

Last updated

about 2 hours ago

docker pull getreadystack/hospital-mrf-lint