{
  "client_binaries": {
    "linux_x86_64": "/download/seratiger-client-linux-x86_64",
    "macos_arm64": "/download/seratiger-client-macos-arm64",
    "source": "/download/source.tar.gz"
  },
  "demo": "/demo",
  "docs": "/docs",
  "how_to_use": [
    "1. Download the MCP client binary for your platform from /download/",
    "2. Configure your LLM harness (Claude Desktop / Claude Code / Cursor / any MCP host) with the client binary path",
    "3. Set SERATIGER_URL env var to this server if not using default",
    "4. Use the four MCP tools (verify, ask, attest, gaps) from your LLM",
    "5. Every response carries an ed25519 receipt — verify offline with seratiger-verify"
  ],
  "http_endpoint": "https://seratiger.com",
  "laws": 25,
  "protocol": "mcp/2024-11-05",
  "pubkey": "jGVdolRyp6twbcpiPFNsA4uoxKyS17uHFldZOzeYkrs=",
  "server": "seratiger",
  "tools": [
    "verify",
    "ask",
    "attest",
    "gaps"
  ],
  "version": "0.1.0",
  "witnesses": 1
}