This MCP server provides AI-generated text detection using the GPTZero API directly from Claude or other LLMs that support MCP.
Core Features:
AI Detection: Analyze text to determine if it was AI-generated, human-written, or mixed content
Confidence Scoring: Get detailed probability scores and confidence categories (high, medium, low) for each classification
Multilingual Support: Detect AI content in English, French, and Spanish
Sentence-Level Analysis: Receive comprehensive breakdowns for detailed text examination
Model Information: Check available GPTZero model versions
Natural Language Integration: Use simple commands like "Check if this text is AI-generated" for seamless detection
@louis030195/gptzero-mcp
MCP (Model Context Protocol) server for GPTZero AI detection API. Detect AI-generated text directly from Claude, ChatGPT, or any LLM that supports MCP.
Features
🤖 Detect AI-generated text with confidence scores
🌍 Multilingual support (French, Spanish)
📊 Detailed probability breakdowns (AI/Human/Mixed)
🎯 High/medium/low confidence categories
Installation
Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json
on Mac or %APPDATA%\Claude\claude_desktop_config.json
on Windows):
Claude Code
Get Your GPTZero API Key
Go to GPTZero
Sign up or log in
Navigate to API settings
Copy your API key
Usage
Once configured, you can use natural language to detect AI content:
"Check if this text is AI-generated: [paste text]"
"Analyze this document for AI detection"
"What's the probability this was written by AI?"
"Is this human or AI written?"
Tools
gptzero_detect
Detect if text was generated by AI.
Parameters:
document
(string, required): Text to analyzemultilingual
(boolean, optional): Enable multilingual detection for French/Spanish (default: false)
Returns:
Predicted class (ai/human/mixed)
Confidence category (high/medium/low)
Probability scores for each class
Detailed sentence-level analysis
gptzero_model_versions
Get available GPTZero model versions.
Returns: List of available model versions
Development
API Documentation
See GPTZero API Docs for full API details.
License
MIT
Author
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables AI-generated text detection using the GPTZero API. Provides confidence scores and detailed analysis to identify whether text was written by humans or AI, with multilingual support.