# io.github.ChangkeunJ/australian-law-mcp (npm · australian-law-mcp)

Read Australian Commonwealth law as it stood on any date, and verify citations against the register

- Trust score: 91/100 (high trust)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- npm · `australian-law-mcp`: 91/100 (this document), [markdown](https://verifymcp.io/servers/changkeunj-australian-law-mcp/australian-law-mcp.md), [page](https://verifymcp.io/servers/changkeunj-australian-law-mcp/australian-law-mcp)

## Channel facts

- Registry: `npm`
- Package: `australian-law-mcp`
- Version: `0.1.5`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 0 of 4 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to ChangkeunJ/australian-law-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 8 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 667 tokens (~83/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 83/100
  - Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 81/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 43% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the io.github.ChangkeunJ/australian-law-mcp server?

io.github.ChangkeunJ/australian-law-mcp runs locally as an npm package, launched with npx -y australian-law-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

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

### Cursor

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

### VS Code

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

### Codex

```bash
codex mcp add changkeunj-australian-law-mcp -- npx -y australian-law-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "changkeunj-australian-law-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "australian-law-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add changkeunj-australian-law-mcp --command npx --arg -y --arg australian-law-mcp
```

### Hermes

```yaml
mcp_servers:
  changkeunj-australian-law-mcp:
    command: "npx"
    args: ["-y", "australian-law-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "changkeunj-australian-law-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "australian-law-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add changkeunj-australian-law-mcp -t stdio -c npx -a -y australian-law-mcp
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 91, −3)

- [functional] Stability: pass → 0.80

### 2026-09-19 (score 94, +1)

- [security] Stability: 0.97 → pass

### 2026-09-17 (score 93, +1)

No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 92, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 91, +27)

- [security improvement] Malware scan: unverified → pass
- [security improvement] Known CVEs: unverified → pass
- [functional improvement] Dependency health: unverified → 1.00

### 2026-09-12 (score 64, −26)

- [security regression] Stability: 0.73 → unverified
- [security regression] Malware scan: pass → unverified
- [security regression] Known CVEs: pass → unverified
- [security regression] Tool safety: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Dependency health: 1.00 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.1.4 → 0.1.5

### 2026-09-11 (score 90, +1)

No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 89, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (8)

### `search_law` (~71 tokens)

Search Australian legislation by name

Finds Commonwealth acts and legislative instruments on the Federal Register of Legislation by title. Returns title ids for the other tools. Falls back to full-text matching when nothing matches by name.

Input parameters:

- `limit` (integer)
- `query` (string, required): Words from the title, e.g. "income tax rates"

### `get_law_text` (~117 tokens)

Read the current text of an act

Returns the latest compilation of a Commonwealth act or instrument. Without a section number it lists the table of sections; with one it returns that provision. Set full=true for the whole text, paginated.

Input parameters:

- `full` (boolean): Return the full text instead of the table of sections
- `page` (integer)
- `section` (string): Section number, e.g. "3A" or "90-5"
- `titleId` (string, required): Register title id, e.g. C2004A03348

### `get_law_as_at` (~82 tokens)

Read an act as it stood on a date

Returns the compilation of a Commonwealth act that was in force on the given date — the register keeps every historical version. Same output shape as get_law_text.

Input parameters:

- `date` (string, required): yyyy-mm-dd
- `full` (boolean)
- `page` (integer)
- `section` (string)
- `titleId` (string, required)

### `get_amendment_status` (~50 tokens)

Amendment status of an act

Reports whether a title is in force, what its latest compilation incorporates, whether commenced amendments are still unincorporated, and which acts have amended it.

Input parameters:

- `titleId` (string, required)

### `compare_versions` (~95 tokens)

Compare an act between two dates

Shows what changed in an act between two dates: which sections were added, removed or reworded. Give a section number for a line-by-line diff of that provision.

Input parameters:

- `dateA` (string, required): yyyy-mm-dd, the earlier date
- `dateB` (string, required): yyyy-mm-dd, the later date
- `page` (integer)
- `section` (string)
- `titleId` (string, required)

### `verify_citations` (~86 tokens)

Check statute citations against the register

Extracts Australian statute citations from text and checks each against the Federal Register of Legislation: does the act exist, is it still in force, does the cited section exist in the current compilation. Use before presenting legal citations to a user. An upstream failure is reported as UNVERIFIED, never as a missing law.

Input parameters:

- `text` (string, required): Text containing the citations to check

### `search_full_text` (~77 tokens)

Full-text search across all legislation

Searches the body text of every act and instrument on the register for a phrase, ranked by relevance. Slower and broader than search_law.

Input parameters:

- `limit` (integer)
- `match` (string): exact = the phrase verbatim (default), all = every word, any = any word
- `phrase` (string, required)

### `check_frl_health` (~30 tokens)

Check the register API

Pings the Federal Register of Legislation API and reports latency, so failures elsewhere can be attributed.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/changkeunj-australian-law-mcp/australian-law-mcp#diagnostics

## Score history

- 2026-09-21: 91
- 2026-09-20: 91
- 2026-09-19: 94
- 2026-09-18: 93
- 2026-09-17: 93
- 2026-09-16: 92
- 2026-09-15: 92
- 2026-09-14: 91
- 2026-09-13: 91
- 2026-09-12: 64
- 2026-09-11: 90
- 2026-09-10: 89
- 2026-09-09: 89
- 2026-09-08: 88
- 2026-09-07: 88
- 2026-09-06: 88
- 2026-09-05: 87
- 2026-09-04: 87
- 2026-09-03: 86
- 2026-09-02: 86
- 2026-09-01: 85
- 2026-08-31: 85
- 2026-08-30: 84
- 2026-08-29: 84
- 2026-08-28: 83
- 2026-08-27: 80
- 2026-08-26: 80
- 2026-08-25: 78
- 2026-08-24: 78
- 2026-08-23: 78

## Common questions

### What is the io.github.ChangkeunJ/australian-law-mcp server?

io.github.ChangkeunJ/australian-law-mcp is listed in the public MCP registry as io.github.ChangkeunJ/australian-law-mcp. Read Australian Commonwealth law as it stood on any date, and verify citations against the register. This page covers its npm package (australian-law-mcp).

### Is the io.github.ChangkeunJ/australian-law-mcp server safe to use?

io.github.ChangkeunJ/australian-law-mcp scores 91 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.ChangkeunJ/australian-law-mcp server expose?

io.github.ChangkeunJ/australian-law-mcp exposes 8 tools: search_law, get_law_text, get_law_as_at, get_amendment_status, compare_versions, and 3 more. Their descriptions and schemas cost roughly 608 tokens of context every time the server is loaded.

### Is the io.github.ChangkeunJ/australian-law-mcp server still maintained?

io.github.ChangkeunJ/australian-law-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.ChangkeunJ/australian-law-mcp server under?

io.github.ChangkeunJ/australian-law-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/australian-law-mcp
- Socket report: https://socket.dev/npm/package/australian-law-mcp
- Repository: https://github.com/ChangkeunJ/australian-law-mcp
- Changelog RSS feed: https://verifymcp.io/servers/changkeunj-australian-law-mcp/australian-law-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/changkeunj-australian-law-mcp/australian-law-mcp.json
- HTML version of this page: https://verifymcp.io/servers/changkeunj-australian-law-mcp/australian-law-mcp
