Gptzero
БесплатноНе проверенEnables AI content detection with sentence-level and paragraph-level AI probability scoring to identify and fix AI-generated text.
Описание
Enables AI content detection with sentence-level and paragraph-level AI probability scoring to identify and fix AI-generated text.
README
MCP server for GPTZero AI content detection. Get sentence-level and paragraph-level AI probability scores so you can surgically identify and fix AI-generated content.
Installation
pip install gptzero-mcp
Configuration
Set your API key as an environment variable:
export GPTZERO_API_KEY=your_api_key_here
Get your API key at app.gptzero.me/api.
Claude Code
claude mcp add -s user -e GPTZERO_API_KEY=your_key gptzero -- gptzero-mcp
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gptzero": {
"command": "gptzero-mcp",
"env": {
"GPTZERO_API_KEY": "your_key"
}
}
}
}
Tools
detect_text
Full AI detection with sentence-level and paragraph-level scoring. Returns:
- Overall classification (human/ai/mixed) with confidence
- Per-sentence AI probability and flags
- Per-paragraph AI probability
- Burstiness and perplexity metrics
detect_text_summary
Quick overview — overall score plus only the flagged sentences.
detect_files
Scan document files (PDF, DOCX, TXT). Up to 50 files per request.
list_model_versions
List available GPTZero detection model versions.
Example
> detect_text("Your content here...")
{
"classification": "ai",
"confidence": "high",
"confidence_score": 0.95,
"sentences": [
{
"sentence": "Your content here...",
"ai_probability": 0.98,
"flagged_as_ai": true
}
]
}
License
MIT
Установка Gptzero
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/cphoskins/gptzero-mcpFAQ
Gptzero MCP бесплатный?
Да, Gptzero MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Gptzero?
Нет, Gptzero работает без API-ключей и переменных окружения.
Gptzero — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Gptzero в Claude Desktop, Claude Code или Cursor?
Открой Gptzero на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Gptzero with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
