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”MCP discovery, OAuth metadata, dynamic client registration, and the protected MCP endpoint are live. Tool calls require OAuth. ABN source checks require approved account access and source readiness. PPSR preview and explicit-confirmation mechanics are implemented but not currently customer-accessible; preview requests fail closed without a price or register dispatch. Paid PPSR searches and pricing are not currently available through Hoist.
Client config
Section titled “Client config”Paste the server URL into the AI client, then approve the access request when prompted.
{ "mcpServers": { "hoist": { "url": "https://mcp.assets.hoistai.com/mcp" } }}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, source-readiness, and audit checks. Current workflows are free; billing is not consulted.
Scopes
Section titled “Scopes”| Scope | Used for |
|---|---|
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 |
exports:write | Prelaunch sample Evidence Pack exports |
opportunities:read | Opportunity search, briefing, and explicit on-demand delta reports |
PPSR scopes and assets:monitor are reserved for future contracts. They may appear in the public OpenAPI contract, but they are not advertised in OAuth metadata, requestable, or grantable today. OAuth approval does not unlock PPSR or entity and asset monitoring.
Supported hosts
Section titled “Supported hosts”Start with the host-specific guides:
ChatGPT Web boundary. Full MCP apps are available on ChatGPT web for Business and Enterprise/Edu. Pro supports custom MCP apps only for read/fetch permissions, which is not Hoist’s full write-capable tool surface. Enable Developer mode in Settings > Apps > Advanced settings, then use Settings > Apps > Create app or Workspace settings > Apps > Create app and run Scan Tools. Treat ChatGPT output as Hoist source-backed only after ChatGPT shows the Hoist app and a Hoist tool result.
The full tool surface is documented in Tool reference.