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.
Server URL
Section titled “Server URL”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.
Client config
Section titled “Client config”Paste the server URL into the AI client, then approve the access request when prompted.
{ "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.
Consent flow
Section titled “Consent flow”- Add
https://mcp.assets.hoistai.com/mcpto the host. - The host discovers OAuth metadata and registers a client if it supports dynamic client registration.
- The user signs in and approves scopes.
- The host receives a bearer token scoped to that approval.
- Tool calls run behind account, scope, billing, and audit checks.
Scopes
Section titled “Scopes”| Scope | Used for |
|---|---|
ppsr:search.org | PPSR organisation searches |
ppsr:search.serial | PPSR serial-number searches |
abn:lookup | ABN lookup |
gst:status | GST status checks |
assets:receipts | Search records and Due Diligence Records |
mcp:account.receipts | Account activity available to the approved user |
Supported hosts
Section titled “Supported hosts”Start with the host-specific guides:
The full tool surface is documented in Tool reference.