JSON Suppressor
БесплатноНе проверенA standalone MCP server that validates and cleans structured data returned by AI agents, removing invented fields, coercing incorrect types, and ensuring the ou
Описание
A standalone MCP server that validates and cleans structured data returned by AI agents, removing invented fields, coercing incorrect types, and ensuring the output matches the expected schema before it enters your pipeline.
README
JSON Suppressor (MCP)
A standalone MCP server that validates and cleans structured data returned by AI agents. It removes invented fields, coerces incorrect types, and ensures the output matches the expected schema before it enters your pipeline.
This repository contains the full implementation and runs independently. It does not depend on the full suite.
Usage
Add this server to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP‑compatible environment):
{
"mcpServers": {
"json_suppressor": {
"command": "python3",
"args": ["/path/to/mcp-json-suppressor/server.py"]
}
}
}
What it does
- Validates JSON against a schema
- Removes hallucinated or extra fields
- Coerces simple type errors where possible
- Returns cleaned JSON plus a list of violations
Relationship to the full suite
This suppressor is also included in the consolidated mcp-hallucination-suite, which bundles all four suppressors and provides a meta-orchestrator: https://github.com/steveswain14/mcp-hallucination-suite
Related repositories
- mcp-prompt-suppressor
- mcp-tool-response-suppressor
- mcp-grounding-enforcer
Установка JSON Suppressor
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/steveswain14/mcp-json-suppressorFAQ
JSON Suppressor MCP бесплатный?
Да, JSON Suppressor MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для JSON Suppressor?
Нет, JSON Suppressor работает без API-ключей и переменных окружения.
JSON Suppressor — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить JSON Suppressor в Claude Desktop, Claude Code или Cursor?
Открой JSON Suppressor на 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 JSON Suppressor with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
