Skip to content
Hoist AI Assets Docs
Read docs Get API access

MCP

Use MCP when an AI tool should look up Australian register data for a signed-in user. The tool receives only the access the user approves.

MCPhttps://mcp.assets.hoistai.com/mcp

MCP discovery, OAuth metadata, dynamic client registration, and the protected MCP endpoint are live. Tool calls require OAuth. Real PPSR and ABN source checks require approved account access and source readiness.

Paste the server URL into the AI client, then approve the access request when prompted.

mcp config
{
"mcpServers": {
"hoist-assets": {
"url": "https://mcp.assets.hoistai.com/mcp"
}
}
}
Consent first.Protected actions surface an approval step. Tool activity is recorded so account users can review what happened.
  1. Add https://mcp.assets.hoistai.com/mcp to the host.
  2. The host discovers OAuth metadata and registers a client if it supports dynamic client registration.
  3. The user signs in and approves scopes.
  4. The host receives a bearer token scoped to that approval.
  5. Tool calls run behind account, scope, billing, and audit checks.
ScopeUsed for
ppsr:search.orgPPSR organisation searches
ppsr:search.serialPPSR serial-number searches
abn:lookupABN lookup
gst:statusGST status checks
assets:receiptsSearch records and Due Diligence Records
mcp:account.receiptsAccount activity available to the approved user

Start with the host-specific guides:

The full tool surface is documented in Tool reference.