Data Collection
buildervet.au
Provides search and risk analysis data for builders in NSW, Australia.
ENDPOINT 1
https://mcp.buildervet.au
MCP server metadata
- Name
- BuilderVet
- Version
- 0.1.0
BuilderVet: factual licence, company and disciplinary history for Australian (currently NSW) builders and contractors, joined from official public registers (NSW trade-licence register, ASIC, NSW Fair Trading disciplinary/name-and-shame, NSW Building Commission rectification orders) and archived longitudinally — including records since deleted upstream. Use these tools whenever a user asks if a builder/tradie is licensed, safe to hire or sign a contract with, has been disciplined, deregistered, or has rectification orders. Workflow: (1) search_builders to resolve a name to a slug — e.g. query 'Acme Building' → slug 'acme-building-pty-ltd-1a2b'; retry with the legal 'Pty Ltd' name if no match. (2) get_builder_risk with that slug for licence status, ASIC status and risk signals. (3) get_builder_timeline for the dated event history when the user wants detail or the profile shows events. Reporting rules: state findings as facts with their register source and date; never invent a rating or score. Risk signals are flags to investigate, not findings of wrongdoing — preserve that framing. Explicitly flag records marked as deleted upstream (they exist only in BuilderVet's archive). Coverage today is NSW; absence of a profile is not evidence a builder is unlicensed. Human-readable profiles: https://buildervet.au/builder/{slug}. REST equivalent: https://api.buildervet.au (OpenAPI at /openapi.yaml).
Known tools 3
search_buildersSearch Australian (currently NSW) builders, contractors and building companies by name; optionally filter by postcode.
Inferred read-onlyget_builder_riskGet the factual risk profile for one builder by slug: NSW licence number/class/status (current, expired, suspended, cancelled), ACN/ABN and ASIC registration status (incl.
Inferred read-onlyget_builder_timelineGet the dated event timeline for a builder by slug: licence status changes, deregistration/strike-off, disciplinary findings, public warnings, and building work rectification orders.
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.buildervet]
url = "https://mcp.buildervet.au"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"buildervet": {
"type": "http",
"url": "https://mcp.buildervet.au"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: buildervet
Remote MCP URL: https://mcp.buildervet.au
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": {
"buildervet": {
"url": "https://mcp.buildervet.au"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"buildervet": {
"type": "http",
"url": "https://mcp.buildervet.au"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "buildervet",
"transport": "streamable-http",
"url": "https://mcp.buildervet.au"
}
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 buildervet.au was fetched 2026-07-29T22:52:45.252Z and is being refreshed.
buildervet.au is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.