mcp-giga-checker
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-giga-checkerCheck if this text is AI-generated: 'The quick brown fox jumps over the lazy dog.'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Giga Checker
MCP Giga Checker — это сервер MCP (Model Context Protocol) для проверки текста на сгенерированность искусственным интеллектом через GigaChat API от Сбера.
Сервер предоставляет интеграцию проверки сгенерированности текста в ваших ИИ-ассистентов.
Возможности
Проверка текста на признаки генерации ИИ (GigaChat)
Готовность к работе с агентами на базе MCP (например, Cursor)
Related MCP server: AI Content Detector
Требования
Python 3.12+
Доступ к GigaChat API (см. тарифы ниже)
Установка
Запуск MCP-сервера
Добавьте сервер в ваш json-конфигурационный файл:
"mcpServers": {
"mcp-giga-checker": {
"command": "uvx",
"args": ["--from", "mcp_giga_checker", "mcp-giga-checker"],
"enabled": true,
"env": {
"GIGACHAT_AUTH": "ваши_авторизационные_данные_GigaChat",
"GIGACHAT_SCOPE": "GIGACHAT_API_CORP"
}
}
}Важно: тарифы GigaChat API
Проверка сгенерированности текста через GigaChat API доступна только для пользователей с корпоративным доступом (тарифы для юрлиц). Подробнее: Тарифы GigaChat API для юрлиц
Лицензия
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Find AI-isms with evidence and fingerprint a writing voice from samples. 3 of 5 free.
Prompt injection detection API for AI agents. Scan untrusted text before passing it to an LLM.
Sentiment, toxicity, entity extraction, PII, translation, summary, QA, fraud scoring, safety audit.
Deterministic trust gate for AI output: leaked-secret, prompt-injection & PII in one call.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables 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.221 npm1MIT
- AlicenseBqualityDmaintenanceEnables detection of AI-generated content from ChatGPT, GPT-4, and Gemini models through the BACH AI Content Detector API.1MIT
- AlicenseAqualityDmaintenanceEnables detection of AI-generated content in images, videos, audio, and text via the AI or Not API. Supports media analysis tools for deepfakes, synthetic voices, and AI-written text.21MIT
- AlicenseAqualityBmaintenanceA private, open-source AI-text checker. Get a read on whether text looks AI-written, the exact AI-tell spans to fix, a reuse check, and a grammar pass.4MIT