home / mcp / new zealand law mcp server
Provides full NZ Acts, instruments, and case law with full-text search and cross-references.
Configuration
View docs{
"mcpServers": {
"ansvar-systems-newzealand-law-mcp": {
"url": "https://newzealand-law-mcp.vercel.app/api/mcp"
}
}
}You can access a comprehensive New Zealand law database via the Model Context Protocol (MCP), enabling full-text search, cross-references, and structured access to major Acts, regulations, and case law. This MCP serves as a ready-to-use data source for legal research, compliance checks, and automated workflows that need up-to-date NZ legislation and related materials.
You can connect to the NZ law MCP using either the public HTTP endpoint or a local MCP client runtime. The HTTP endpoint provides a remote, hosted MCP service you can query directly. The local runtime lets you run the MCP client on your machine to interact with the bundled dataset.
Prerequisites you need before installation:
Choose one of the two installation options below based on whether you want a remote HTTP endpoint or a local runtime.
Visit and use the public HTTP endpoint:
- https://newzealand-law-mcp.vercel.app/api/mcpRun the MCP client locally using the bundled dataset with a standard Node.js package execution flow.
{
"mcpServers": {
"newzealand-law": {
"command": "npx",
"args": ["-y", "@ansvar/newzealand-law-mcp"]
}
}
}Retrieve a specific section or article from a New Zealand Act.
Perform a full-text search across all New Zealand legislation in the MCP.
List all available Acts with their metadata.
Fetch the table of contents or structure of a selected Act.
Cross-reference New Zealand law to EU or international equivalents.
Search case law from New Zealand courts via NZLII.