{
  "markdown": "# Hong Kong CourtDB MCP\n\nConnect your AI assistant to [Hong Kong CourtDB](https://hk.courtdb.org) — search Hong Kong court cases and read judgments via the Model Context Protocol.\n\n## 中文（簡介）\n\n**Hong Kong CourtDB MCP** 是 **Model Context Protocol (MCP)** 伺服器，讓 AI assistant 搜尋**香港法院案件**：按案件類型、年份、標題或當事人（中英文）篩選，並讀取**判決書**純文字。\n\n## Connect\n\n```\nhttps://hk.courtdb.org/mcp\n```\n\nAdd this URL as a custom MCP connector in Claude, Cursor, or any MCP-compatible client. No sign-in required.\n\n- Transport: Streamable HTTP\n- Auth: None — public access\n- Docs: [hk.courtdb.org/mcp/connect](https://hk.courtdb.org/mcp/connect)\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `Hk_list_cases` | Paginated cases — filter by `case_prefix`, `year`, `category`, `titleContains`, `partiesContains` |\n| `Hk_get_case` | Single case by id (`caseNo/year`) — parties and judgment files |\n| `Hk_get_document` | Plain-text judgment by file id (judgment DIS id) |\n\n## Example prompts\n\n- *\"List Hong Kong cases with partiesContains set to HSBC\"*\n- *\"List cases with case_prefix hccl and year 2024\"*\n- *\"Get case details for id 12345/2024\"*\n- *\"Get the judgment document for file id 12345678\"*\n- *「搜尋當事人包含 匯豐 的案件」*\n- *「讀取判決書 file id 12345678」*\n\n## Setup — Claude\n\n1. Go to [claude.ai/customize/connectors](https://claude.ai/customize/connectors)\n2. Click **Add custom connector**\n3. Name it **Hong Kong CourtDB** and paste `https://hk.courtdb.org/mcp`\n4. Save — no sign-in required\n\n## Setup — Cursor / other MCP clients\n\n```json\n{\n  \"mcpServers\": {\n    \"hkcourt\": {\n      \"url\": \"https://hk.courtdb.org/mcp\"\n    }\n  }\n}\n```\n\n---\nLast updated: 2026-07-10\n",
  "bytes": 1622,
  "sha": "c7cabffabccb0bf1f2c09e244d2023a9a8e9082c8243c99a8b633c557bd5eec1",
  "repo_slug": "indotender/hkcourt-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_indotender_hkcourt_feee3de5/readme"
}