Skip to main content
Glama
zhaohongyuziranerran

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ライティングの兆候」ガイドに基づく

  • スタイル分析: 文のリズム、語彙の多様性、個人的な声、感情の豊かさ

  • 盗用チェック: 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

ツール

ツール

説明

detect_ai_content

重大度スコアでAIパターンを検出

analyze_writing_style

文のパターンとトーンを分析

check_plagiarism

類似度と自己反復をチェック

get_detection_report

包括的な検出レポート

humanize_content

テキストをより人間らしくするための提案

batch_detect

複数のテキストを一度に検出

compare_versions

バージョン間のAIスコアを比較

get_ai_probability

クイックAI確率スコア

検出されるAIパターン

🔴 高重大度: 高度な語彙、曖昧な帰属、宣伝的なトーン、定型的な導入、具体性の欠如、バズワードの密度、個人的な逸話の欠如、並列否定

🟡 中重大度: ダッシュの過剰使用、3つの法則、接続詞の過剰使用、結論の要約、曖昧な表現(ヘッジワード)、冗長な言い回し、過剰な説明、中立的な立場、一般的な例

🟢 低重大度: 完璧な文法、リスト中心、テンプレート構造、対称的な構造、感情の平坦さ

HumanizerMCPとの統合

この検出器はHumanizerMCPと完璧に連携します:

  1. 検出 → AIパターンとその重大度を特定

  2. 人間味向上 → HumanizerMCPのルール/LLMエンジンを使用して修正を適用

  3. 比較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

F
license - not found
-
quality - not tested
C
maintenance

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