mcpserver.lol
registry/hkcourt
Connection check verified live · 27h ago

hkcourt

Search Hong Kong court cases and read judgment documents.

Tools 3
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

3 tools

Read from the running server on 27h ago.

Hk_get_case read-only id*
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 read-only id*
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.
Hk_list_cases read-only pageyearlimitcategorycase_prefixtitleContains +1
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,…