QED
@onebit0fme
Scores your writing against quality profiles — per-trait breakdown, deterministic, sub-second. No auth required.
Overview
What is QED?
QED is a deterministic scoring tool that evaluates text against quality profiles built from example documents. It returns a composite score and a per-trait breakdown, identifying weak areas and their magnitude. Designed for developers and technical writers, it works with profiles for READMEs, landing pages, technical writing, and more.
How to use QED?
Add QED to Claude Code via claude mcp add --transport http qed https://qed.systems/mcp. Then use the commands /qed:score, /qed:improve, or /qed:profile directly in Claude Code. No signup or authentication is required.
Key features of QED
- Deterministic scoring – same content, same profile, same result every time.
- Multiple quality profiles for different document types.
- Per-trait breakdown showing exact weaknesses.
- No LLM at inference – scores work in CI, scripts, or interactively.
- No auth, no signup required.
Use cases of QED
- Scoring a README against the
qed.compelling-readmeprofile. - Evaluating landing page copy with
qed.developer-landing-page. - Checking technical documentation against
qed.technical-writing. - Testing content quality in CI pipelines without nondeterminism.
FAQ from QED
How does QED differ from using an LLM to score content?
QED is fully deterministic – same content and profile always produce the same score, with no LLM at inference time. This makes it suitable for CI scripts, automated checks, and reproducible evaluations.
What runtime or dependencies does QED require?
No runtime or dependencies beyond the MCP client (e.g., Claude Code). QED runs as a remote service – simply add it via claude mcp add.
Where does my data go?
QED processes text over HTTP. The README does not specify data retention or storage policies beyond stating no signup or auth.
What profiles are available?
Four profiles are mentioned: qed.compelling-readme, qed.technical-writing, qed.developer-landing-page, and qed.puns.
Is authentication or registration needed?
No. QED does not require any authentication or signup to use.