Same graph as the app — HTTP API and remote MCP for agents and partners.
REST API
https://api.buildervet.au
JSON over HTTPS. OpenAPI-described.
OpenAPI spec
https://api.buildervet.au/openapi.yaml
Machine-readable contract.
MCP server
https://mcp.buildervet.au
For Claude & other agents.
Query the REST API
Search builders by name, ABN, ACN or licence number:
curl -s "https://api.buildervet.au/v1/builders?q=Northshore" \
-H "Accept: application/json" Use it from Claude (MCP)
BuilderVet runs a Model Context Protocol server so agents can look up builders as a tool. Add this to your Claude MCP configuration:
{
"mcpServers": {
"buildervet": {
"url": "https://mcp.buildervet.au/mcp"
}
}
} Discovery manifest: /.well-known/ai-plugin.json. Agent usage terms: /llms.txt.
Terms for automated use
- Attribute facts to BuilderVet and to the underlying public register.
- Do not present BuilderVet data as a credit rating or a finding of wrongdoing.
- Risk signals are flags to investigate, not conclusions. Preserve that framing.
- Respect rate limits published in the OpenAPI spec.