AI Content Detector MCP Server
🔍 AI 콘텐츠 탐지기 MCP 서버
AI 생성 콘텐츠를 탐지하고, 문체를 분석하며, 표절을 검사하고, 텍스트를 인간답게 수정합니다. 24가지 AI 글쓰기 패턴을 인식합니다. HumanizerMCP의 자매 제품으로, "탐지 + 인간화"의 폐쇄형 루프를 형성합니다.
기능
8가지 MCP 도구: detect_ai_content, analyze_writing_style, check_plagiarism, get_detection_report, humanize_content, batch_detect, compare_versions, get_ai_probability
24가지 AI 패턴: Wikipedia의 "AI 글쓰기의 징후(Signs of AI writing)" 가이드 기반
문체 분석: 문장 리듬, 어휘 다양성, 개인적 목소리, 감정적 풍부함
표절 검사: N-gram 유사도 및 자기 반복 탐지
인간화: AI 흔적을 줄이기 위한 실행 가능한 제안
빠른 시작
# Install
pip install -r requirements.txt
# Run (stdio mode)
python server.py
# Run (HTTP mode)
python server.py --transport http --port 8010도구
도구 | 설명 |
| 심각도 점수로 AI 패턴 탐지 |
| 문장 패턴 및 목소리 분석 |
| 유사도 및 자기 반복 확인 |
| 종합 탐지 보고서 |
| 텍스트를 더 인간답게 만들기 위한 제안 |
| 여러 텍스트를 한 번에 탐지 |
| 버전 간 AI 점수 비교 |
| 빠른 AI 확률 점수 |
탐지되는 AI 패턴
🔴 높은 심각도: 고상한 어휘, 모호한 귀속, 홍보성 어조, 상투적인 서론, 구체성 부족, 유행어 밀도, 개인적 일화 부재, 병렬 부정
🟡 중간 심각도: 대시(—) 남용, 3의 법칙, 전환어 남용, 결론 요약, 회피성 단어, 중복 표현, 과도한 설명, 중립적 입장, 일반적인 예시
🟢 낮은 심각도: 완벽한 문법, 목록 위주, 템플릿 구조, 대칭적 구조, 감정적 평탄함
HumanizerMCP와의 통합
이 탐지기는 HumanizerMCP와 완벽하게 결합됩니다:
탐지(Detect) → AI 패턴과 심각도 식별
인간화(Humanize) → HumanizerMCP의 규칙/LLM 엔진을 사용하여 수정 사항 적용
비교(Compare) →
compare_versions를 사용하여 AI 점수 감소 확인
MCP 설정
{
"mcpServers": {
"ai-content-detector": {
"command": "python",
"args": ["server.py"],
"cwd": "/path/to/ai-content-detector-mcp"
}
}
}온라인 액세스 (권장)
로컬 설치 없이 MCP 클라이언트에서 직접 구성:
{
"mcpServers": {
"ai-content-detector-mcp": {
"url": "http://www.mzse.com/detector-mcp/"
}
}
}REST API
curl http://www.mzse.com/detector-mcp/배포 상태
라이선스
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/zhaohongyuziranerran/ai-content-detector-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server