Hoist AIAssets Sign in
HomeDocsMCP server

An MCP server for the Australian PPSR.

Tools for organisation and serial-number PPSR search, ABN/GST lookup, batch CSV, and record retrieval — all OAuth-scoped, price-confirmed, and described so any LLM can route correctly.

Endpoint mcp.assets.hoistai.comLiveLast updated 2026-05-15

One-line install

npx @hoist-assets/mcp init

Detects which MCP host(s) you have installed and writes the right config for each. Or pick a host below and follow the manual steps.

Install per host

Tools the server exposes

ToolCost hintWhat it does
ppsr_search_organisationpaid (A$2.50)AFSA PPSR search by ACN. Returns certificate + record.
ppsr_search_serial_numberpaid (A$2.50)AFSA PPSR search by VIN / chassis / aircraft serial.
abn_lookupcheap (A$0.10)Verify ABN, GST status, trading name (current).
abn_historycheap (A$0.10)Trading-name history, GST changes over time.
gst_checkcheap (A$0.10)GST registration as at a specific date.
batch_searchper rowCSV in → ZIP out for portfolio review.
get_search_recordfreeRetrieve a record (PDF or JSON) by ID.
list_recent_searchesfreePaginated list of recent searches.
export_evidence_packfreeZIP of records + certificates + audit log for a deal reference.

Tools tagged paid post a price confirmation to the host before executing. Compatible hosts (Claude Desktop, ChatGPT, Cursor) surface this as a native "confirm A$2.50 charge" prompt.

OAuth scopes

  • search:read — list and retrieve records you've already created. Read-only.
  • search:write — run paid PPSR and ABN searches. Required for the ppsr_* and abn_* tools.
  • batch:write — kick off CSV batches. Implies search:write.
  • exports:write — generate evidence-pack ZIPs.
  • billing:read — read usage & remaining allowance.

Discovery

The MCP discovery JSON lives at /.well-known/mcp.json and is advertised via <link rel="alternate" type="application/json"> on every page. AI agents crawling the site can discover the endpoint without parsing prose.

Authoring tools for our team

The MCP server source is open at github.com/HoistAiorg/hoist-assets-mcp. PRs welcome.