Odel
australian law mcp

australian law mcp

Local
@changkeunj1TypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmaustralian-law-mcpv0.1.4

Run

npx -y australian-law-mcp

MCP client config

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