Documentation

Slop Sentry User Guide

Learn how to connect Slop Sentry to your workflow so your AI-assisted drafts go out free of AI tells, with concrete claims and clean AP style.

Connect Your AI Agent

Choose your preferred AI solution to see the easy setup instructions.

⚠️

API Key Required

You must replace YOUR-API-KEY in the snippets below with your actual Slop Sentry token. You can find your token in your Account Dashboard.

Setup for Automatic (AI Agent)

  1. Get API Key: Sign up for a plan to receive your private access token.
  2. Copy Prompt: Copy the prompt on the right and paste it into your AI assistant.
  3. Replace Key: Make sure to replace YOUR-API-KEY with your actual token before sending.
I want to add a new MCP server. Please update my configuration to include:
- Name: slop-sentry
- URL: https://mcp.slopsentry.ai
- Authorization: Bearer YOUR-API-KEY

Works best with Claude Code, Cursor, or other agents with file access.

Operating Modes

Two Ways to Protect Your Writing

Slop Sentry offers two workflows depending on whether you want a quick fix or full manual control. Once the MCP server is connected, paste prompts like these into Claude, ChatGPT, or your coding agent β€” include your draft in the same message.

Option B: Manual Pipeline

For maximum control, use the individual tools one at a time β€” audit first, rewrite yourself, then re-check until clean.

  • 1. Detection: Use quality_check to run all four checks and get a unified violation report.
  • 2. Targeted Checks: Run substance_check, hokiness_check, or ap_style_check individually for focused audits β€” or use guard_sentry for a Guard-only automated rewrite loop.
  • 3. Re-Check: Run quality_check again with recheck: true to verify your manual edits.

Example prompts

Run quality_check on this article with content_type: article. Don't rewrite yet β€” list every finding and why it failed.
Step 1 β€” full audit before you touch the draft.
Run substance_check on the opening three paragraphs. Tell me what's vague or empty so I can rewrite them myself.
Step 2 β€” focused judgment when you want to keep the pen.
Run guard_sentry on this blog post to strip AI tells only. Show me a short before/after of what changed.
Step 2 alt β€” Guard-only rewrite without Substance, Hokiness, or AP Style.
I rewrote the flagged sections. Run quality_check again with recheck: true and the same session_id. If anything remains, suggest one fix per finding β€” don't rewrite the whole piece.
Step 3 β€” verify edits in the same session until CLEAN.

Day-to-day writing management

Treat Slop Sentry as a gate in your normal drafting loop. Paste the draft (or ask the agent to draft first), name the content type, then choose Option A for a clean pass or Option B when you want to review findings yourself.

Before you publish

"Before you finalize, run slop_sentry on the full draft with the right content type and return the cleaned text."

Iterate on one section

"Only check this revised paragraph with quality_check and recheck: true. Leave the rest of the doc alone."

Compare two versions

"Run slop_sentry on Version A and Version B separately, then tell me which reads cleaner and why β€” don't merge them."

Standing instruction

"For every prose draft in this chat, call slop_sentry before showing me the final text. Ask me for the content type if it's unclear."

Content Types

Match the Check to the Channel

Name a content type in your prompt so rules match the format β€” LinkedIn paragraph limits, press-release tone, email directness, and more.

LinkedIn

"Run slop_sentry on this post with content_type: linkedin."

Enforces mobile-friendly paragraph limits and caps repetitive openers.

Press release

"Run slop_sentry on this release with content_type: press_release."

Keeps AP Style and newsroom tone in the pipeline for external announcements.

Email / proposal

"Run slop_sentry with content_type: email (or proposal) on the text below."

Favors directness and strips formal AI padding common in outbound copy.

Supported Content Types

Tailor the Sentry's behavior by naming the content type, from press releases and LinkedIn posts to proposals and email:

default article blog linkedin email proposal guide pptx image_text press_release

No MCP? No Problem.

Using SKILL.md as a System Prompt

If your AI assistant doesn't support MCP yet, or you want it to carry Slop Sentry's full editing rulebook rather than just call the tools, use our SKILL.md file as its system instructions.

Copy its contents from your dashboard and paste them into your "System Instructions" field. The AI gets the full logic of Slop Sentry, even without the automated tools.

Developer Tools

The Slop Sentry CLI

For automated workflows (scripts, publishing pipelines, and developer setups) we provide a Python command-line tool that runs the same checks.

Terminal Β· slopsentry
$ slopsentry check draft.md --type blog
❌ FAILED - 2 violations.
HYPOPHORA (1): Self-asked Q&A...
BUZZWORD (1): "delve"
$ slopsentry rewrite draft.md --provider remote
Job initiated. ID: 4f2a... Polling...
Content is now CLEAN.