PluginBench
MCP Server

dk.humanified/consistency-gate MCP Server

dk.humanified/consistency-gate

What is the dk.humanified/consistency-gate MCP server?

Check claims against a fact-store: consistent, contradicts, or unverifiable — with a receipt.

How to install dk.humanified/consistency-gate

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "consistency-gate": {
      "url": "https://mcp.humanified.dk/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "consistency-gate": {
      "serverUrl": "https://mcp.humanified.dk/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "consistency-gate": {
      "type": "http",
      "url": "https://mcp.humanified.dk/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "consistency-gate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.humanified.dk/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http consistency-gate https://mcp.humanified.dk/mcp

Related MCP servers

Stress-test a decision through named thinkers' lenses: assumptions, counter-arguments, receipt.

Fact-check claims against live web sources: verdict, consensus, cited sources, PII redaction.

EU AI Act Art-14 runtime oversight: allow / flag / gate-to-human on an agent action, with receipt.