Back to Apps

Taiwan Legal Database MCP
by lawchat-oss
Query Taiwan's Judicial Yuan judgments, national laws, and constitutional interpretations directly from your AI agent.
0 stars
Works in:Codex
Exposes:Tools
What it does
This MCP server provides a direct bridge to Taiwan's official legal databases, enabling AI assistants to perform precise searches and retrieve full texts of legal documents without manual browsing.
Tools
search_judgments: Full-text or case-number search for Judicial Yuan judgments.get_judgment: Retrieves the structured full text of a specific judgment using JID or URL.query_regulation: Queries the National Laws Database for specific articles or full laws.get_pcode: Resolves law names into official p-codes for precise querying.search_regulations: Keyword search across over 11,700 official regulations.get_interpretation: Fetches full text of Constitutional Court interpretations (cached locally).search_interpretations: Searches constitutional interpretations by keyword or issue.get_citations: Maps citation relationships between different legal interpretations.
Installation
Install via pip:
pip install mcp-taiwan-legal-db
Add to claude_desktop_config.json:
{
"mcpServers": {
"taiwan-legal-db": {
"command": "/absolute/path/to/mcp-taiwan-legal-db/.venv/bin/python",
"args": ["-m", "mcp_server.server"],
"cwd": "/absolute/path/to/mcp-taiwan-legal-db"
}
}
}
Supported hosts
- claude
- codex
Quick install
pip install mcp-taiwan-legal-dbInformation
- Pricing
- free
- Published
- 5/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add the server config with the absolute path to the .venv python executable and the repo root as cwd.





