avoid-ai-writing-mcp
avoid-ai-writing-mcp
게시된 avoid-ai-writing-detector를 사용하여 산문을 감사하기 위한 로컬 결정적 MCP 서버입니다.
두 가지 읽기 전용 도구를 제공합니다:
score_text는 간결한 점수, 분류, 신뢰도 및 개수를 반환합니다.audit_text는 플래그가 지정된 모든 패턴, 제안된 대안, 통계 및 강조 표시된 문장 영역을 추가합니다.
이 서버는 네트워크 호출을 하지 않으며 언어 모델을 사용하지 않습니다. 텍스트는 로컬 MCP 프로세스 내에 유지됩니다. 점수는 휴리스틱 작성 패턴 신호이지, 사람이나 모델이 텍스트를 작성했음을 증명하는 것이 아닙니다.
요구 사항
Node.js 18 이상
로컬 stdio 서버를 지원하는 MCP 호스트
Related MCP server: Byakugan: Private, open-source AI-text checker
GitHub에서 실행
Claude Code에 이 서버를 추가하세요:
claude mcp add avoid-ai-writing -- npx -y github:conorbronsdon/avoid-ai-writing-mcp또는 MCP JSON 구성에 추가하세요:
{
"mcpServers": {
"avoid-ai-writing": {
"command": "npx",
"args": ["-y", "github:conorbronsdon/avoid-ai-writing-mcp"]
}
}
}패키지가 npm에 게시된 후에는 GitHub 패키지 사양을 avoid-ai-writing-mcp로 바꾸세요.
이 패키지는 프로토콜 메시지에 stdio를 사용합니다. 포트를 열거나 API로 입력을 보내지 않습니다.
도구 입력
두 도구 모두 다음을 허용합니다:
필드 | 유형 | 필수 | 설명 |
| string | 예 | 로컬에서 평가할 텍스트(최대 100,000자). |
| enum | 아니요 |
|
technical 모드는 코드 인접 작성에서 일반적인 패턴의 노이즈를 줄입니다. 다른 모드는 감지기의 컨텍스트별 동작을 유지합니다.
개발
npm install
npm test
npm run inspectnpm run inspect는 로컬 stdio 진입점에 대해 공식 MCP Inspector를 실행합니다.
범위
이 패키지는 의도적으로 재작성 도구를 제공하지 않습니다. 재작성에는 편집상의 판단과 종종 호스팅 모델이 필요합니다. 이를 추가하면 이 서버의 결정적이고 로컬이며 개인 정보를 보호하는 계약이 훼손될 수 있습니다.
라이선스
MIT
Maintenance
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI attribution audits and quick transparency checks on written content, providing authorship analysis and segment breakdowns for editorial review.21MIT
- AlicenseAqualityBmaintenanceA private, open-source AI-text checker. Get a read on whether text looks AI-written, the exact AI-tell spans to fix, a reuse check, and a grammar pass.4MIT
- FlicenseNot gradedqualityAmaintenanceProvides tools to analyze local PDFs and CSVs (page count, text search, scoring, column stats) with strict refusal to guess ambiguous data. Requires a paid license.
- AlicenseAqualityAmaintenanceBilingual (EN/ES) AI-writing detection that shows the evidence instead of a percentage: named tells with line and column, hidden-character inspection, and citation cross-checking against a document's own bibliography. Seven of its nine tools run entirely locally and never touch the network.1020MIT
Related MCP Connectors
Find AI-isms with evidence and fingerprint a writing voice from samples. 3 of 5 free.
Six tools for SEO and AI-readability audits. 91 checks, 11 score modules.
Prose linter + AI-slop detector: weasel words, passive voice, hedging, and research-cited AI tells
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/conorbronsdon/avoid-ai-writing-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server