MCP Directory
Back

mcp-taiwan-legal-db

by lawchat-oss · Python · ★ 147

台灣司法院判決 + 全國法規資料庫 MCP server · Query Taiwan legal data from any MCP AI agent

#claude#judicial#legal#legal-tech#mcp#model-context-protocol#regulation#taiwan

Install

pip install git+https://github.com/lawchat-oss/mcp-taiwan-legal-db.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-taiwan-legal-db": {
      "command": "uvx",
      "args": [
        "git+https://github.com/lawchat-oss/mcp-taiwan-legal-db.git"
      ]
    }
  }
}

From the README

[English](https://github.com/lawchat-oss/mcp-taiwan-legal-db/blob/main/README.en.md) · **繁體中文** 台灣法規、裁判書、憲法法庭裁判 — MCP Server。 讓任何 MCP 相容的 AI 助手直接存取台灣公開法律資料: - **司法院裁判書** — judgment.judicial.gov.tw(全文搜尋 + 取得) - **全國法規資料庫** — law.moj.gov.tw(11,700+ 部法規) - **憲法法庭** — cons.judicial.gov.tw(868 筆大法官解釋 + 憲判字,含理由書全文,離線快取) 以 Python 搭配 [FastMCP](https://github.com/modelcontextprotocol/python-sdk) 寫成。純工具 wrapper,只連線台灣政府官方來源(詳見下方「資料來源與統計」),不發送任何其他網路請求;憲法法庭資料為內建離線打包。 ---|------| | **8 個 MCP 工具** | 裁判書搜尋/全文、法規查詢、釋字/憲判字查詢、引用關係圖譜 | | **離線快取** | 868 筆大法官解釋與憲判字(含理由書/意見書全文)從本地 JSON 即時回傳 | | **引用關係圖譜** | 從理由…
Read full README on GitHub →

Related ai & ml servers