Deterministic offline scorer for AI-writing tells in text and landing copy.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP server that tells your model when its own writing sounds like AI.
Three tools, all deterministic, local and offline: no LLM call, no API key, no network request, no telemetry. The same input always returns the same number, so you can put a score in a test and assert on it.
Every "AI detector" is a probabilistic classifier that guesses at authorship and gets it wrong on both sides. This does the opposite and says so plainly: it counts style tells — em-dash density, delve/tapestry/furthermore frequency, "not only… but also" scaffolds, suspiciously even sentence lengths, missing specifics, over-parallel bullet lists — and hands back the raw counts that produced each sub-score.
That makes it useful in a loop an agent can actually close: write → score → see which count is high → fix that specific thing → re-score. A classifier's "87% likely AI" gives an agent nothing to act on. "hype": 5 does.
A score is a style measurement, not an authorship claim. stripe.com scores 61 and was obviously written by professionals. Low score means reads generic, never was generated.
Listed in the official MCP Registry as io.github.parweb/ai-slop-checker.
Installs straight from GitHub — not on npm yet, so use the github: spec:
Or in any MCP client config (claude_desktop_config.json, .mcp.json, Cursor, etc.):
Or install the self-contained MCPB bundle (dependencies included, no install step) from the
v1.0.2 release —
mcp-ai-slop-checker.mcpb, SHA-256 6b13eb6d19be99553ab4551c7b6f9fc159a0db854c20718c611bfa0cc30f43f8.
Rebuild it yourself and compare: ./scripts/build-mcpb.sh.
From source:
Node >= 18. One runtime dependency (@modelcontextprotocol/sdk) plus zod.
check_ai_slop(text)Scores prose 0-100, where 100 reads human. Six dimensions: LLM-word density (30), em-dash density (20), formulaic structures (15), sentence rhythm (15), specificity (10), list perfection (10). ~200+ characters gives a reliable read.
Real output, trimmed to the parts that matter:
The hand-written paragraph in test/engine.test.js — same subject, same rough length — scores 92, "Reads human."
grade_landing_copy(headline, subhead, cta)Scores a hero block 0-100 across Anti-hype (25), Specificity (25), Clarity (25), Headline shape (13), CTA (12). subhead and cta are optional, but an empty CTA scores 0 on that dimension.
Three exclusions are worth knowing, because each one was a measured false positive rather than a preference: a digit that is part of a name, a version, a year or a list index is not a quantified claim (Auth0, Framer 3.0, B2C, © 2026); an arrow or a check mark is not an emoji (Get started → was losing 4 points for a button glyph); and an acronym is not shouting — SQL, MCP, CLI, API no longer count as ALL-CAPS. Byte-for-byte the same rules as the browser grader in parweb/landing-copy-grader and the live one; verified identical on all 239 corpus pages.
Real output:
Fix all four and the same offer scores 100:
Both numbers are asserted in test/engine.test.js, so they can't silently drift.
get_slop_stats()Without a baseline, "your copy scored 74" is meaningless. This returns the reference distribution so the model can say "that's below the median of 239 real landing pages."
These are the figures of the deposited corpus, scored with static-fetch-regex-v1. Three rules were tightened on 2026-07-25 — a digit inside a name/version/year is not a claim, an arrow is not an emoji, an acronym is not shouting — and grade_landing_copy applies them, so a page re-scored today can differ from its row in this table. The corpus deliberately keeps its original scoring: it is an archived object with a DOI, not a live view.
| pages | 239 (303 attempted, 64 excluded) |
| score | min 41 · median 79 · mean 80.1 · 19 perfect · 31 below 70 |
| extracted | 2026-07-24, raw HTML, no JS execution, no LLM |
How often each tell fires:
| flag | pages | % | meaning |
|---|---|---|---|
nonum | 195 | 82% | not a single digit in the hero |
filler | 82 | 34% | ≥1 filler word |
weakcta | 35 | 15% | CTA is a stock verb phrase |
caps | 33 | 14% | ALL-CAPS word in headline/sub |
hype | 16 | 7% | ≥1 hype word |
shorthl | 13 | 5% | headline under 3 words |
longhl | 9 | 4% | headline over 12 words |
excl | 7 | 3% | exclamation mark |
emoji | 7 | 3% | emoji in the hero |
The most common tell is not the em-dash and not "delve" — it's the absence of a number. Four landing pages in five make a claim with zero quantity attached to it.
Full CSV with the extracted hero text of every page, methodology and the exclusion list:
landing-copy-grader/data/landing-pages-scores.csv.
node scripts/verify-dataset.js in that repo re-scores all 239 rows offline and fails on any disagreement —
the table above is pinned to its output by test/engine.test.js.
Correction, 2026-07-25. These counts were wrong in v1.0.0 and are fixed on
main. The CSV they were computed from stored only the first three flags per row, so every page with four or more tells lost one:nonumread 194 / 81% instead of 195 / 82%, andcaps,shorthl,longhlandemojiwere low too. Scores, median, mean and the perfect-100 list were never affected. If you saw 194 / 81% from us anywhere, 195 / 82% is the correct figure.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ai-slop-checker)<a href="https://allmcps.com/mcp/ai-slop-checker"><img src="https://allmcps.com/api/badge/ai-slop-checker?style=directory" alt="AI Slop Checker on AllMCPs" /></a>