Data Collection
lawyerfinder.co.nz
Provides access to a directory of New Zealand law firms with search and lookup capabilities.
ENDPOINT 1
https://lawyerfinder.co.nz/mcp
MCP server metadata
- Name
- lawyerfinder-nz
- Version
- 0.2.0
NZ Law Society register mirror MCP server (1,398 lawyers / 243 firms). Anonymous, read-only. Call tools/list to see available tools. All responses include scrape_date and scrape_age_days — verify current good-standing of any lawyer via their registry_url before relying on it.
Known tools 8
find_firms_by_locationFind firms operating in a NZ region or district (substring match on the firm.locations array).
Inferred read-onlylist_practice_areasList the 8 real NZ practice areas in the directory with firm + lawyer counts.
Inferred read-onlylist_locationsList every NZ region in the directory with firm + lawyer counts and the canonical /locations/{primary_city}/ hub URL where one exists.
Inferred read-onlyfind_lawyersFilter the full directory of 1,398 NZ lawyers by practice_area + region + district.
Inferred read-onlyget_directory_statsAggregate snapshot of the LawyerFinder NZ directory: total lawyers, total firms, top practice areas, top locations, scrape date + age (current data is from the NZLS register scrape on scrape_date), and the full registry of machine-readable endpoint URLs.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lawyerfinder-nz]
url = "https://lawyerfinder.co.nz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lawyerfinder-nz": {
"type": "http",
"url": "https://lawyerfinder.co.nz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lawyerfinder-nz
Remote MCP URL: https://lawyerfinder.co.nz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lawyerfinder-nz": {
"url": "https://lawyerfinder.co.nz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lawyerfinder-nz": {
"type": "http",
"url": "https://lawyerfinder.co.nz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lawyerfinder-nz",
"transport": "streamable-http",
"url": "https://lawyerfinder.co.nz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for lawyerfinder.co.nz was fetched 2026-08-24T03:57:22.115Z and is being refreshed.
lawyerfinder.co.nz is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.