Truevoice Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Truevoice Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Tools to eliminate AI slop from text
Model Context Protocol server with tools to detect and eliminate AI slop from text. Based on expert annotations from NLP writers and philosophers analyzing AI-generated text patterns.
Low-quality AI text characterized by:
Research foundation: arXiv:2509.19163v1
Visit truevoice-mcp.kushagragolash.tech for one-click install buttons for Cursor, VS Code, Claude Code, and Claude Desktop.
claude mcp add --transport http truevoice https://truevoice-mcp.kushagragolash.tech/api/mcpOpen Settings > Connectors > Add custom server, paste:
https://truevoice-mcp.kushagragolash.tech/api/mcpAdd to your MCP configuration:
{
"mcpServers": {
"truevoice": {
"url": "https://truevoice-mcp.kushagragolash.tech/api/mcp"
}
}
}{
"mcpServers": {
"truevoice": {
"command": "node",
"args": ["/path/to/truevoice-mcp/dist/index.js"]
}
}
}See Development for full local setup.
get_human_writing_rulesGet comprehensive anti-slop writing rules tailored to your context.
Parameters:
context (optional): Writing type (e.g., "technical blog", "email", "docs")Example:
Get writing rules for a technical blog postcheck_for_slopAnalyze text for AI slop indicators across three dimensions.
Parameters:
text (required): The text to analyzeExample:
Check this for slop: "In today's digital landscape, it's important to
note that we should leverage cutting-edge solutions to deliver a
seamless user experience..."Returns:
⚠️ AI Slop Analysis
- Overused Phrases: Found AI clichés - landscape, it's important to note,
leverage, cutting-edge, seamless
- Verbosity: Overly long sentences (avg 28.5 words)
- Word Complexity: Unnecessarily formal - "utilize" → "use"
Recommendation: Revise to be more concise, direct, and natural.get_slop_examplesGet categorized examples of AI slop patterns to avoid.
Parameters:
category (optional): "phrases", "structure", "tone", or "all"Example:
Show me phrase examples to avoidText analyzed across three weighted dimensions:
git clone https://github.com/howdoiusekeyboard/truevoice-mcp
cd truevoice-mcp
npm install
npm run buildnpm run build - Compile TypeScriptnpm run dev - Watch mode for developmentnpm start - Run stdio server locallynpx ultracite check - Lint checknpx ultracite fix - Auto-fix issues#### Test stdio transport (Claude Desktop):
npm run build
npm start
# Server runs on stdio, test with MCP inspector:
npx @modelcontextprotocol/inspector node dist/index.js#### Test HTTP transport (Cursor/Web):
vercel dev
# Visit http://localhost:3000truevoice-mcp/
├── api/ # Vercel serverless functions
│ ├── mcp.ts # HTTP MCP endpoint (Streamable HTTP)
│ ├── index.ts # API info page
│ ├── check.ts # Slop detection API
│ ├── rules.ts # Rules API
│ └── examples.ts # Examples API
├── src/ # Core MCP server
│ ├── index.ts # stdio transport (Claude Desktop)
│ └── rules.ts # Anti-slop taxonomy
├── public/
│ └── index.html # Homepage/docs
└── dist/ # Compiled outputstdio Transport (Local/Claude Desktop):
dist/index.jsStreamable HTTP Transport (Vercel/Web):
/api/mcp@modelcontextprotocol/sdk v1.19+npm install
vercel deploy --prodYour MCP endpoint: https://your-project.vercel.app/api/mcp
None required! Server works out of the box.
"Check my email draft for AI slop patterns"
"Get writing rules for professional documentation"
"Show me examples of phrases to avoid in blog posts""Analyze this paragraph and suggest improvements:
[paste text]"
"Get human writing rules for casual Twitter posts,
then help me write a thread"# Check text for slop
curl -X POST https://truevoice-mcp.kushagragolash.tech/api/check \
-H "Content-Type: application/json" \
-d '{"text": "Your text here"}'
# Get writing rules
curl https://truevoice-mcp.kushagragolash.tech/api/rules?context=emailBased on expert annotations from:
Key Findings:
Full paper: arXiv:2509.19163
Contributions welcome! See CONTRIBUTING.md for guidelines.
Quick checklist:
npx ultracite fix before committingMIT License - see LICENSE for details
Live Demo: truevoice-mcp.kushagragolash.tech MCP Endpoint: https://truevoice-mcp.kushagragolash.tech/api/mcp
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.