Serversio.github.anish632/ground-truth
T

Ground Truth

io.github.anish632/ground-truth · v0.4.4
● Remote
v0.4.4remote🌐 https://ground-truth-mcp.anishdasmail.workers.dev/mcp
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.anish632/ground-truth",
  "description": "Free live fact checks for AI agents: endpoints, security headers, pricing, claims, compliance.",
  "title": "Ground Truth",
  "version": "0.4.4",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp",
      "headers": [
        {
          "description": "Optional team-plan API key. Omit this header to use free endpoint and security-header checks or agentic x402/xpay pay-per-use for paid tools.",
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}