Skip to content
BuilderCheck Get a report

API & MCP

Query builder licence, ASIC and risk data programmatically — from your own code or directly from an AI agent.

REST API

https://buildercheck-api.jaco-veldsman.workers.dev

JSON over HTTPS. OpenAPI-described.

OpenAPI spec

https://buildercheck-api.jaco-veldsman.workers.dev/openapi.yaml

Machine-readable contract.

MCP server

https://mcp.buildercheck.com.au

For Claude & other agents.

Query the REST API

Search builders by name, ABN, ACN or licence number:

curl -s "https://buildercheck-api.jaco-veldsman.workers.dev/v1/builders?q=Northshore" \
  -H "Accept: application/json"

Use it from Claude (MCP)

BuilderCheck runs a Model Context Protocol server so agents can look up builders as a tool. Add this to your Claude MCP configuration:

{
  "mcpServers": {
    "buildercheck": {
      "url": "https://mcp.buildercheck.com.au/mcp"
    }
  }
}

Discovery manifest: /.well-known/ai-plugin.json. Agent usage terms: /llms.txt.

Terms for automated use

  • Attribute facts to BuilderCheck and to the underlying public register.
  • Do not present BuilderCheck 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.