{
  "name": "ground-truth",
  "registryName": "io.github.anish632/ground-truth",
  "displayName": "Ground Truth",
  "version": "0.4.7",
  "description": "Read-only verification for AI agents against live public data. First call is a free check_endpoint with no signup or API key. Paid plans add saved monitors, scheduled checks, evidence history, and change reports.",
  "provider": {
    "name": "Das Group LLC",
    "url": "https://dasgroupllc.com/"
  },
  "homepage": "https://dasgroupllc.com/apps/ground-truth/",
  "listings": {
    "glama": "https://glama.ai/mcp/servers/anish632/ground-truth-mcp"
  },
  "transport": "streamable-http",
  "endpoint": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp",
  "auth": {
    "scheme": "header",
    "header": "X-API-Key",
    "required": false,
    "notes": "No key needed for free tools. Add a Starter/Team/Business plan key for paid tools or after free limits."
  },
  "tools": {
    "free": [
      {"name": "check_endpoint", "description": "Verify whether a live endpoint exists, responds, and looks usable. This is the recommended first call."},
      {"name": "inspect_security_headers", "description": "Inspect a URL's security headers."},
      {"name": "list_resources", "description": "List available resources for the session."},
      {"name": "verify_claim", "description": "Check a factual claim against live public data. Free up to 5 calls/month."}
    ],
    "paid": [
      {"name": "check_pricing", "description": "Pull live pricing for a product or service."},
      {"name": "compare_pricing_pages", "description": "Compare pricing across pages/competitors."},
      {"name": "compare_competitors", "description": "Compare competitors from live sources."},
      {"name": "estimate_market", "description": "Estimate market/package-market signals."},
      {"name": "assess_compliance_posture", "description": "Assess a site's compliance posture."},
      {"name": "test_hypothesis", "description": "Test an assumption against live evidence."},
      {"name": "create_monitor", "description": "Create a saved monitor for scheduled re-checks."},
      {"name": "list_monitors", "description": "List saved monitors."},
      {"name": "get_monitor_result", "description": "Get the latest result for a monitor."},
      {"name": "run_monitor_now", "description": "Run a saved monitor immediately."},
      {"name": "delete_monitor", "description": "Delete a saved monitor."}
    ]
  },
  "pricing": {
    "free": {"priceUsd": 0, "includes": "First endpoint/security checks and verify_claim (5/month). No signup."},
    "monitor_starter": {"priceUsd": 9, "period": "month", "includes": "10 saved monitors, weekly checks, evidence history."},
    "team": {"priceUsd": 29, "period": "month", "includes": "Daily checks, reports, higher request quota."},
    "business": {"priceUsd": 99, "period": "month", "includes": "Webhooks, alert routing, higher monitor volume."},
    "per_call": "Tool pricing starts at $0.01 per call and varies by tool."
  },
  "install": {
    "claude_desktop": {
      "mcpServers": {
        "ground-truth": {
          "url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
        }
      }
    },
    "cursor": "Add an MCP server with URL https://ground-truth-mcp.anishdasmail.workers.dev/mcp",
    "windsurf": "Add an MCP server with URL https://ground-truth-mcp.anishdasmail.workers.dev/mcp",
    "codex_cli": "Register the MCP endpoint https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
  },
  "example_prompts": [
    "Use Ground Truth to check that https://example.com is live before recommending it.",
    "Verify this claim with Ground Truth before answering.",
    "Create a Ground Truth monitor that re-checks this endpoint weekly."
  ],
  "contact": "support@dasgroupllc.com",
  "lastUpdated": "2026-06-02"
}
