{
  "name": "CiteGuard",
  "description": "Per-claim citation verification for AI-generated text. Fetches every cited source and returns supported/contradicted/unsupported verdicts with quoted evidence spans.",
  "endpoints": {
    "POST /api/verify": "{ claims: [{ text, source }] }",
    "POST /api/check": "{ document }",
    "POST /api/links": "{ document }",
    "POST /mcp": "Model Context Protocol (streamable HTTP)"
  },
  "source": "https://github.com/Franksterino/citeguard",
  "freeTier": "50 requests/day per IP"
}