Skip to content
Hoist AI Docs
Sign in / Sign up

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. 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.

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

mcp config
{
"mcpServers": {
"hoist": {
"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, source-readiness, and audit checks. Current workflows are free; billing is not consulted.
ScopeUsed for
abn:lookupABN lookup
gst:statusGST status checks
assets:receiptsSearch records and Due Diligence Records
mcp:account.receiptsAccount activity available to the approved user
exports:writePrelaunch sample Evidence Pack exports
opportunities:readOpportunity 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.

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.