# Hong Kong CourtDB

**Category:** ⚖️ Legal  
**Repository:** https://github.com/IndoTender/hkcourt-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/hong-kong-courtdb

## Description
Search Hong Kong court cases and read judgment documents.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "hong-kong-courtdb": {
    "command": "npx",
    "args": ["-y","hong-kong-courtdb"]
  }
}
```

## Documentation & README

# Hong Kong CourtDB MCP

Connect your AI assistant to [Hong Kong CourtDB](https://hk.courtdb.org) — search Hong Kong court cases and read judgments via the Model Context Protocol.

## 中文（簡介）

**Hong Kong CourtDB MCP** 是 **Model Context Protocol (MCP)** 伺服器，讓 AI assistant 搜尋**香港法院案件**：按案件類型、年份、標題或當事人（中英文）篩選，並讀取**判決書**純文字。

## Connect

```
https://hk.courtdb.org/mcp
```

Add this URL as a custom MCP connector in Claude, Cursor, or any MCP-compatible client. No sign-in required.

- Transport: Streamable HTTP
- Auth: None — public access
- Docs: [hk.courtdb.org/mcp/connect](https://hk.courtdb.org/mcp/connect)

## Tools

| Tool | Description |
|---|---|
| `Hk_list_cases` | Paginated cases — filter by `case_prefix`, `year`, `category`, `titleContains`, `partiesContains` |
| `Hk_get_case` | Single case by id (`caseNo/year`) — parties and judgment files |
| `Hk_get_document` | Plain-text judgment by file id (judgment DIS id) |

## Example prompts

- *"List Hong Kong cases with partiesContains set to HSBC"*
- *"List cases with case_prefix hccl and year 2024"*
- *"Get case details for id 12345/2024"*
- *"Get the judgment document for file id 12345678"*
- *「搜尋當事人包含 匯豐 的案件」*
- *「讀取判決書 file id 12345678」*

## Setup — Claude

1. Go to [claude.ai/customize/connectors](https://claude.ai/customize/connectors)
2. Click **Add custom connector**
3. Name it **Hong Kong CourtDB** and paste `https://hk.courtdb.org/mcp`
4. Save — no sign-in required

## Setup — Cursor / other MCP clients

```json
{
  "mcpServers": {
    "hkcourt": {
      "url": "https://hk.courtdb.org/mcp"
    }
  }
}
```

---
Last updated: 2026-07-10

