being-human
Related Servers
Alternatives to being-human
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that learns your writing style and helps AI assistants emulate your voice by ingesting samples, storing style profiles, and providing context for content generation.8MIT
- FlicenseNot gradedqualityDmaintenanceA local-first MCP server that builds compact voice profiles from writing samples, then compares, rewrites, or generates new text in that voice.-
- FlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that analyzes your unique Twitter voice to generate, manage, and post AI-powered tweets and quote tweet drafts. It supports multiple AI providers and provides tools for draft management, voice profiling, and automated content creation from images.-
- AlicenseAqualityDmaintenanceAn open-source MCP server that rewrites AI-generated prose to appear human-authored, with tools for detection and verification against AI detectors.62MIT
- FlicenseNot gradedqualityDmaintenanceA professional MCP server for analyzing content against the official Microsoft Writing Style Guide, enabling style, grammar, terminology, and accessibility checks via AI tools like VS Code and GitHub Copilot.1-
- AlicenseAqualityBmaintenanceAn MCP server for AI-assisted novel writing that manages project structure, tracks plot holes and foreshadowing, audits timeline continuity, and provides writing analytics and prompt generation.21MIT
TDQS
Scored across 7 tools
Each tool targets a distinct operation: retrieving reusable rules (voice_get), scoring a draft for AI tells (voice_score), statistical authorship verification (voice_verify), checking corpus status (voice_status), building/refreshing the print (voice_learn), storing qualitative notes (voice_note), and exporting to other formats (voice_export). The only mild overlap is voice_get vs. voice_score both returning voice rules, but the primary purpose is clearly differentiated in the descriptions.
All tools share the consistent 'voice_' namespace prefix and use a single lowercase word after the underscore. The action words are not uniformly verb_noun (status and note are nouns), but the pattern is perfectly predictable and uniform in style, with no casing or separator mixing.
Seven tools is well within the ideal 3–15 range. Each tool covers a necessary part of the voiceprint lifecycle—setup, usage, critique, verification, notes, and export—without redundant or extraneous additions.
The set covers the full workflow from status check and voiceprint building to draft scoring, authorship verification, note capture, and export. Minor gaps exist around managing notes (no editing or deletion) and no explicit way to remove or reset the voiceprint, but these don't block core use cases.