Australian Law MCP

Read Australian Commonwealth law as it stood on any date, and verify citations against the register. Its 8 documented tools cluster into read & search, verify, compare, check. It runs locally over stdio via the published package.

People who work with api client, australia and australian law and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-12 · ★ 2 · #60 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Australian Law MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add changkeunj-australian-law-mcp -- npx -y australian-law-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "changkeunj-australian-law-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "australian-law-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-20 - young repo, little track record yet

license MIT - declared in the repository

npm package australian-law-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.ChangkeunJ is GitHub-verified and matches the repo owner

03 · What Australian Law MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 8 documented tools across read & search, verify, compare, including search_law, get_law_text, get_law_as_at, verify_citations.

Capability map

Tools grouped from the project's README - what Australian Law MCP lets an agent do.

read & search

5 tools - e.g. Find acts and instruments by name. Returns the title ids the other tools take.; The current compilation: the table of provisions, one section, or the full text paginated. Schedules are addressable too…

search_law · get_law_text · get_law_as_at · get_amendment_status · search_full_text

Verify

1 tool - e.g. 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

verify_citations

Compare

1 tool - e.g. What changed between two dates: sections added, removed, reworded - or a line diff of one section.

compare_versions

Check

1 tool - e.g. Ping the register API so failures elsewhere can be attributed.

check_frl_health

Latest releases

v0.1.5 · 2026-09-12

Fix compare_versions reporting no change when lines were reordered in a very long provision. · Large comparisons now preserve the original line order on both sides. The shared start and end are retained; the remaining…

v0.1.4 · 2026-08-23

Ship a Dockerfile so the server can be started without Node on the host · Claim the Glama listing and add the score badge · Add the social preview card

v0.1.3 · 2026-08-23

List the server in the MCP registry on release

04 · Who maintains Australian Law MCP

australian-law-mcp is maintained by changkeunj. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
API integration - ranked #60 of 278 actively-maintained API integration servers as of 2026-09-18.
release cadence
6 releases in the last 90 days (latest 2026-09-12)
registry
io.github.ChangkeunJ/australian-law-mcp (active, first published 2026-08-20 · 3 versions)
packages
npm:australian-law-mcp

06 · Australian Law MCP FAQ

Is Australian Law MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-12 and it shipped 6 releases in the last 90 days. We re-verify nightly.

What can Australian Law MCP do?

An agent gets 8 documented tools across read & search, verify, compare, including search_law, get_law_text, get_law_as_at, verify_citations.

How do I install Australian Law MCP?

Run `npx -y australian-law-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Australian Law MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Australian Law MCP

More API integration MCP servers · Korea Data Suite · Hevy MCP Server · Cinderwright API · Pipedrive CRM · Sam Gov

More TypeScript MCP servers · Archlang MCP · Channel3 Shopping · Posokanei MCP · Ennodia · Vault MCP · see all