Command Palette

Search for a command to run...

UnylyUnyly
Browse all

JSON Suppressor

FreeNot checked

A standalone MCP server that validates and cleans structured data returned by AI agents, removing invented fields, coercing incorrect types, and ensuring the ou

GitHubEmbed

About

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

Version License Release

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

from github.com/steveswain14/mcp-json-suppressor

Installing JSON Suppressor

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/steveswain14/mcp-json-suppressor

FAQ

Is JSON Suppressor MCP free?

Yes, JSON Suppressor MCP is free — one-click install via Unyly at no cost.

Does JSON Suppressor need an API key?

No, JSON Suppressor runs without API keys or environment variables.

Is JSON Suppressor hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install JSON Suppressor in Claude Desktop, Claude Code or Cursor?

Open JSON Suppressor on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare JSON Suppressor with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs