Hong Kong CourtDB
io.github.indotender/hkcourtSearch Hong Kong court cases and read judgment documents.
Tools · 3
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 }…
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).
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.
Similar MCP servers embedding-nearest
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"
}
}
}