Skip to main content
Glama
trashchenkov

mcp-giga-checker

by trashchenkov

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    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.
    2
    7 npm
    1
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables detection of AI-generated content from ChatGPT, GPT-4, and Gemini models through the BACH AI Content Detector API.
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Unified MCP interface for Russian LLMs (GigaChat, YandexGPT, Ollama) with automatic fallback and 152-FZ compliant personal data anonymization.
    -