← lawyerfinder.co.nz
INDIVIDUAL MCP TOOL
find_lawyers
Filter the full directory of 1,398 NZ lawyers by practice_area + region + district.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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-co-nz]
url = "https://lawyerfinder.co.nz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lawyerfinder-co-nz": {
"type": "http",
"url": "https://lawyerfinder.co.nz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lawyerfinder-co-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-co-nz": {
"url": "https://lawyerfinder.co.nz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lawyerfinder-co-nz": {
"type": "http",
"url": "https://lawyerfinder.co.nz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lawyerfinder-co-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.
Related tools
lookup_firm— Fetch full profile for a NZ law firm by slug.search_firms— Substring search across firm names.find_firms_by_location— Find firms operating in a NZ region or district (substring match on the firm.locations array).find_firms_by_practice_area— Find firms that list a given practice area.list_practice_areas— List the 8 real NZ practice areas in the directory with firm + lawyer counts.list_locations— List every NZ region in the directory with firm + lawyer counts and the canonical /locations/{primary_city}/ hub URL where one exists.get_directory_stats— Aggregate 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.