In-depth architectural comparison of the Australian Law MCP and Japan Law Search MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Australian Law MCP
Legal · Local stdio
Quality: 56/100 (Good) | Auth: No auth required
Japan Law Search
Legal · Local stdio
Quality: 43/100 (Fair) | Auth: No auth required
Verdict Summary: Choose Australian Law MCP if you need specialized Legal tools running via a local process. Choose Japan Law Search if your workspace requires Legal integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Australian Law MCP when:
You need dedicated capabilities in the Legal domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Find acts and instruments by name. Returns the title ids the other tools take.
get_law_text
The current compilation: the table of provisions, one section, or the full text paginated. Schedules are addressable too (`section="Schedule 7"`), which is where rate tables and forms actually live.
get_law_as_at
The same, but as the law stood on any past date.
verify_citations
Pull statute citations out of text and check each against the register: does the act exist, is it in force, does the cited section exist. Upstream failures come back as UNVERIFIED, never as a missing law.
get_amendment_status
In force or repealed, what the latest compilation incorporates, whether commenced amendments are still unincorporated, and what has amended it.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Australian Law MCP is categorized under Legal and uses a local stdio subprocess. In contrast, Japan Law Search belongs to Legal using local stdio subprocess. Select Australian Law MCP when you need capabilities focused on legal and Japan Law Search when you require tools for legal.
What changed between two dates: sections added, removed, reworded — or a line diff of one section.
search_full_text
Relevance-ranked search over the body text of every title on the register.
check_frl_health
Ping the register API so failures elsewhere can be attributed.
Japan Law Search Tools (3)
search_laws
Full-text search across the body text of every current law (or search by law title). Returns matched snippets, law categories, promulgation dates, and official links.
get_law_structure
Table of contents for any law: chapters, sections, and article headings. Long statutes (e.g. the Civil Code with 1,000+ articles) are automatically compressed to chapter level to save tokens.
get_law_article
Retrieve the exact text of any article. Accepts flexible references — `3`, `第3条`, `第三条の二`, `3の2` — and normalizes kanji numerals automatically. Output preserves paragraph and item numbering as clean plain text.