Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Hong Kong CourtDB

io.github.indotender/hkcourt

Search Hong Kong court cases and read judgment documents.

Uptime
100.0%
1 direct probes · 30d
Response
241ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

Hk_list_cases

Paginated Hong Kong court cases. Filter by case_prefix (e.g. hccl, facv), year, category, titleContains, partiesContains (English or Chinese party name substring). Returns { data, total, page, limit }…

Hk_get_case

A single Hong Kong court case by id (format: caseNo/year, e.g. 12345/2024). Returns { data } with parties and files (null if not found).

Hk_get_document

Plain-text judgment for a Hong Kong court file by file id (judgment DIS id). Returns { data: { id, text } }. text is null when no converted HTML exists.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hong_kong_courtdb": {
      "url": "https://hk.courtdb.org/mcp",
      "transport": "streamable-http"
    }
  }
}