Naturalmelo
БесплатноНе проверенDetects AI-generated text by scoring template patterns and flagging AI-like phrasing.
Описание
Detects AI-generated text by scoring template patterns and flagging AI-like phrasing.
README
Lightweight MCP server for AI content detection — detects AI-template patterns in text.
One tool only:
check_ai_content
How it works
- Rule-based scan (always runs, no API key needed) — 5 built-in pattern rules covering generic openings, hollow claims, filler transitions, stacked connectors, and marketing hype.
- LLM scan (optional, BYOK) — if
OPENAI_API_KEYis set, a second pass with GPT-4o-mini catches subtler patterns and merges results with the rule scan.
What it returns
- patternScore (0–100) — higher = more AI-template patterns
- naturalnessLabel — human-readable tier ("Mostly natural" → "Strong AI writing signals")
- hits — list of flagged issues, each with:
id,label,severity(warn / fail)message— what's wrongexcerpt— the exact text flaggedhumanizeHint— how to rewrite it
- language, wordCount, createdAt
Quick Start
npm install
npm run build
Works out of the box with zero configuration (rule-based scan only).
Add OPENAI_API_KEY for better accuracy.
Environment variables
| Variable | Required | Default | Description |
|---|---|---|---|
OPENAI_API_KEY |
No | — | Your OpenAI API key. Without it, only rule-based scan runs. |
OPENAI_BASE_URL |
No | https://api.openai.com/v1 |
Custom OpenAI-compatible endpoint. |
OPENAI_MODEL |
No | gpt-4o-mini |
Model override. |
MCP Config Example
{
"mcpServers": {
"naturalmelo-mcp": {
"command": "node",
"args": ["<ABSOLUTE_PATH>/naturalmelo-mcp/dist/index.js"],
"env": {
"OPENAI_API_KEY": "sk-your-key-here"
}
}
}
}
Tool Input
{
"text": "In today's rapidly evolving digital landscape, AI has become essential...",
"mode": "general"
}
text(required) — minimum 20 charactersmode(optional) —"general"(default) or"academic"
Notes
- Rule-based scan runs locally — no network calls, no API keys.
- LLM scan uses your own OpenAI key (BYOK) — you control usage and billing.
- Academic mode skips connector-stacking and hype-flagging rules.
- Never commit
.envor API keys into git.
Установка Naturalmelo
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/carter-wzq/naturalmelo-mcpFAQ
Naturalmelo MCP бесплатный?
Да, Naturalmelo MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Naturalmelo?
Нет, Naturalmelo работает без API-ключей и переменных окружения.
Naturalmelo — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Naturalmelo в Claude Desktop, Claude Code или Cursor?
Открой Naturalmelo на 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 Naturalmelo with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
