Grounding Enforcer
Click on "Install 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., "@Grounding EnforcerValidate the following claims against sources: 'The Earth is flat, and 98% of scientists agree.'"
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.
Grounding Enforcer (MCP)
A standalone MCP server that validates model output against retrieved sources. It flags any claim, statistic, attribution, quote, or URL that cannot be traced back to a real source.
This repository contains the full implementation, including all grounding checks, violation logic, and output-cleaning modes. It runs independently and 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": { "grounding_enforcer": { "command": "python3", "args": ["/path/to/mcp-grounding-enforcer/server.py"] } } }
Related MCP server: openclaw-output-vetter-mcp
Modes
strict — removes sentences containing ungrounded spans
lenient — rewrites ungrounded spans with hedging
all (default) — removes fabricated retrieval claims only
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-json-suppressor
mcp-tool-response-suppressor
This server cannot be installed
Maintenance
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
- Alicense-qualityCmaintenanceAn MCP server that provides fact-checking capabilities and truth anchoring for AI agents using verified data sources.MIT
- AlicenseAqualityBmaintenanceMCP 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.41MIT
- Flicense-qualityCmaintenanceA 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.
- Alicense-qualityBmaintenanceThe first MCP server that verifies AI outputs in real-time, ensuring every LLM response is correct, complete, and reliable before it reaches your editor.1,313Apache 2.0
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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-grounding-enforcer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server