Main
Use it for grounded answers: tools query Taiwan official sources (judicial judgments + law database + constitutional court) and return verifiable text.
Leverage offline cache: README states 868 constitutional rulings are served from local JSON for fast retrieval without extra network calls.
Keep it read-only: README emphasizes the server is a wrapper over three public sources and does not send other network requests.
Source-backed notes
- README lists 8 MCP tools covering judgments search/full-text, regulation lookup over 11,700+ laws, and constitutional rulings retrieval.
- README says constitutional court content (868 entries) is served from offline JSON cache for instant responses.
- README notes a hybrid strategy: default httpx requests (~0.25s) with Playwright fallback to refresh cookies when a WAF triggers.
FAQ
- Is it read-only?: Yes — README describes it as a tool wrapper for three public sources, focused on querying and retrieval.
- Do I need Playwright always?: No — README says Playwright is only used when the judicial WAF is triggered.
- How many tools does it expose?: README states it registers 8 MCP tools and includes a setup check snippet.