mcpbeat Sign in

proofread.law MCP Server

by data-alchemy-labs Your server? Claim it
local only

proofread.law runs on your own machine — the client starts it, so there is no endpoint to ping. 603 installs a week from npm. Last commit 20 Sep 2026.

Check US and Swiss case citations against open registers of court opinions, from any MCP client.

Installs per day peak 603 · avg 20
a month agotoday
603
Installs / week
npm · proofread-mcp
0
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: PROOFREAD_API_KEY (proofread.law API key (pl_...), from the sign_up tool or https://proofread.law/account. Optional: without it the free tier applies per IP.), PROOFREAD_API (Base URL of the proofread.law API.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to proofread.law

same job, measured the same way
LEGAION Verifier
by legaion

Checks legal citations against the official register they should come from, and records it.

answering
Gisti — AI Checklists
by antonchuraev99

Read, AI-create, and edit your Gisti checklists in plain language from any MCP client.

answering
Australian Law MCP
by changkeunj

Read Australian Commonwealth law as it stood on any date, and verify citations against the register

80 installs/wk local only
Fr Eli MCP
by matematicsolutions

MCP server for French Legifrance (PISTE): legislation and case law with citations and ECLI.

241 installs/wk local only
Slack MCP Server
by stevenvo

Read Slack conversations, threads, user info, and search messages from your MCP client.

52 installs/wk local only
SekkeiFlow
by sekkeiflow

Read and update your SekkeiFlow life boards, counters and AI coach from any MCP client.

answering
Deoochform
by musaib001

Create forms, read submissions, and build invitations from Claude, ChatGPT, or any MCP client.

answering
Syfert Legal Research
by syfert

Verify legal citations, case treatment, quotes and whole briefs against 10.7M U.S. opinions

13 tools answering

proofread.law — questions

Answers built from our own checks of this server.

Why is there no uptime for proofread.law?
proofread.law 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 proofread-mcp was installed 603 times last week.
How do I connect proofread.law?
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 proofread-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use proofread.law?
The npm package proofread-mcp was installed 603 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 proofread.law open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.