Skip to main content
Glama
steveswain14

Tool Response Suppressor (MCP)

by steveswain14

Version License Release

Tool Response Suppressor (MCP)

A standalone MCP server that verifies whether an agent’s claimed tool output matches what the tool actually returned. It prevents invented or distorted tool results from entering downstream logic.

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": {

  "tool_response_suppressor": {

  "command": "python3",

  "args": ["/path/to/mcp-tool-response-suppressor/server.py"]

  }

  }

}

Related MCP server: openclaw-output-vetter-mcp

What it does

- Compares the agent’s claimed tool output to the real tool output

- Flags mismatches, omissions, and invented fields

- Ensures downstream logic receives only verified tool results

- Returns the cleaned tool response 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

  • mcp-prompt-suppressor

  • mcp-json-suppressor

  • mcp-grounding-enforcer

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that provides fact-checking capabilities and truth anchoring for AI agents using verified data sources.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for verifying AI agent claims vs reality — single-transcript inline grounding-check that flags when an agent's response states facts not in the input context, when its code silently swallows exceptions and substitutes mock data, or when its multi-turn transcript contains contradictions or unverified completion claims. Sub-second, local, free, no API calls.
    4
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Scans MCP servers for tool poisoning, prompt injection and supply chain risks.

  • Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/steveswain14/mcp-tool-response-suppressor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server