streamable-httpupdated 2mo ago
Connect your AI assistant to Hong Kong CourtDB — search Hong Kong court cases and read judgments via the Model Context Protocol.
Hong Kong CourtDB 能做什么?
Hong Kong CourtDB MCP
Connect your AI assistant to Hong Kong CourtDB — 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
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
- Go to claude.ai/customize/connectors
- Click Add custom connector
- Name it Hong Kong CourtDB and paste
https://hk.courtdb.org/mcp - Save — no sign-in required
Setup — Cursor / other MCP clients
{
"mcpServers": {
"hkcourt": {
"url": "https://hk.courtdb.org/mcp"
}
}
}
Last updated: 2026-07-10
安装
把 Hong Kong CourtDB 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http hong-kong-courtdb https://hk.courtdb.org/mcpcodex mcp add hong-kong-courtdb --url https://hk.courtdb.org/mcp{
"mcpServers": {
"hong-kong-courtdb": {
"url": "https://hk.courtdb.org/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hong-kong-courtdb": {
"type": "http",
"url": "https://hk.courtdb.org/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hong-kong-courtdb": {
"url": "https://hk.courtdb.org/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hong-kong-courtdb": {
"serverUrl": "https://hk.courtdb.org/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 个工具
Hong Kong CourtDB 向已连接的智能体提供 3 个工具。
- 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)
评分
60 / 100
良好
- 文档22/25
- 维护16/25
- 可信度6/20
- 能力4/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 53 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月10日 |