home / mcp / australian law mcp server
Queries Australian law statutes, cross-references, and EU implementations via MCP clients.
Configuration
View docs{
"mcpServers": {
"ansvar-systems-australian-law-mcp": {
"url": "https://australian-law-mcp.vercel.app/mcp",
"headers": {
"NODE_ENV": "development"
}
}
}
}You can query Australian legislation directly from compatible MCP clients, enabling fast searches, exact provision retrieval, and cross-references for data protection, cybersecurity, corporate law, and more. This MCP server makes Australian law searchable, cross-referenceable, and AI-friendly for legal research, compliance work, and tool development.
Connect to the MCP server using a compatible client to search Australian statutes, retrieve exact provisions by statute and section, and check whether a statute is still in force. You can also build legal stances by aggregating citations across statutes, format citations per Australian conventions, and cross-reference EU implementations.
Prerequisites: Node.js and npm installed on your machine. Ensure you have internet access to fetch packages and assets.
Choose one of the following installation methods based on your workflow.
Option A — Run remotely (no install required): connect to the hosted MCP endpoint from your client.
Endpoint: https://australian-law-mcp.vercel.app/mcpDeployment options: a free remote endpoint is available at the hosted URL, or you can run the MCP locally for development and testing using npm or npx.
Local runtime options shown in examples include starting the server with npm run dev or running the MCP directly with npx. Use the approach that fits your development workflow.
Configuration and usage tips: keep your client’s MCP connection aligned with the endpoint you choose, and ensure your tooling can handle the response structure, including verbatim provision text and cross-references.
Security considerations include using privileged or confidential matters on an on-premise deployment if required. Queries can traverse through the Claude API when using hosted endpoints, so choose the deployment mode that respects your data privacy requirements.
If you cannot connect to the remote endpoint, verify the URL and your network access. For local runs, ensure Node.js and npm are installed, then use the exact commands shown in the installation section corresponding to your chosen method.
The server provides access to Commonwealth Acts, regulations, EU cross-references, and, in professional deployments, case law and explanatory materials. Content is sourced from official government databases and curated for accuracy.
Perform a full-text search across all provisions with BM25 ranking to find relevant statutory text.
Fetch a specific provision by statute, including its chapter and section.
Check if a statute is in force, amended, or repealed.
Validate a legal citation against the database to reduce errors.
Aggregate and summarize citations from multiple statutes on a legal topic.
Format citations according to Australian conventions (full/short/pinpoint).
List all available statutes with metadata and cross-references.
Return server capabilities, coverage, and system information.
Retrieve EU directives or regulations that relate to an Australian statute.
Find Australian laws implementing a given EU act.
Search EU documents with counts of Australian implementations.
Get EU legal references for a specific provision.
Check whether an Australian statute implements EU directives.