Taiwan Law MCP

Taiwan legal research against official sources: statutes, court judgments, constitutional interpretations, legislative history. 14 tools, free, no API key.

Documentation

taiwan-law-mcp — 台灣法律 MCP

讓 Claude、ChatGPT、Codex 等 AI 助理即時查證台灣官方法源的 MCP(Model Context Protocol)伺服器:全國法規、司法院裁判、大法官解釋與憲法法庭裁判、立法院立法歷程。免費、免金鑰、免註冊。

A remote MCP server for verifying Taiwanese law against official government sources — statutes (Ministry of Justice), court judgments (Judicial Yuan), constitutional interpretations, and legislative history (Legislative Yuan). Free, no API key, no signup.

端點 Endpoint

https://legaltech.org.tw/mcp

標準 Streamable HTTP。公開測試版。

快速安裝 Quick start

Claude Code

claude mcp add --transport http taiwan-law https://legaltech.org.tw/mcp

Codex

codex mcp add taiwan-law --url https://legaltech.org.tw/mcp

Claude.ai / ChatGPT:在連接器(Connectors)設定新增自訂連接器,URL 填入上方端點,OAuth 欄位留空。

圖解教學:https://legaltech.org.tw/docs

14 個工具 Tools

資料源工具
意圖分析analyze_legal_intent — 查詢前先分析研究意圖與隱私風險,不對案情下法律結論
全國法規與函釋(5)search_taiwan_laws search_taiwan_regulations get_taiwan_pcode search_moj_interpretations get_moj_draft_announcements
公開裁判(2)search_taiwan_judgments get_taiwan_judgment
釋字與憲判(3)search_taiwan_interpretations get_taiwan_interpretation get_taiwan_interpretation_citations
立法歷程(3)get_taiwan_law_progress get_taiwan_law_versions search_taiwan_bills

每筆結果附官方來源網址(source_url)供覆核。裁判即時查詢、零保存副本,司法院更新或移除即不再提供。

地端部署 Self-hosting

資料涉隱私或機密、不能經第三方伺服器時,可整套跑在自己機器上。

npx(最快,Node 22+):

npx taiwan-law-mcp
# MCP endpoint: http://localhost:8787/mcp

Docker:

docker run -d -p 8787:8787 -v tlm-data:/data legaltechtw/taiwan-law-mcp
# MCP endpoint: http://localhost:8787/mcp

映像(amd64/arm64):Docker HubGHCR

隱私邊界:你的問題內容不會離開本機;查詢法條/判決時仍會直連全國法規資料庫與司法院官方網站(資料源在那裡)。

也收錄於 Listed on

相關 Links

授權與界線

本 repo 為 taiwan-law-mcp 的發行說明與 manifest(伺服器程式碼不在此)。文件採 MIT 授權。

研究輔助,不是法律意見。法規可能異動,裁判也可能被更新或移除;請開啟工具回傳的官方網址核對,重要案件仍應由合格專業人員判斷。