New ABN and GST lookups are live alongside PPSR. Read docs
Hoist AIAssets
HomeGlossaryMCP

What is MCP?

An open protocol for connecting AI assistants to external tools and data sources via OAuth-scoped tool calls.

Model Context ProtocolLast updated 2026-05-15

The Model Context Protocol (MCP) is an open, JSON-RPC-based protocol that lets AI hosts (Claude Desktop, ChatGPT, Cursor, Cline, Gemini CLI, etc.) call external tools in a consistent way. Anthropic published the protocol; the broader community has adopted it.

What it means for Hoist Assets

We expose Hoist Assets as an MCP server at https://mcp.assets.hoistai.com/mcp. Any MCP-capable host can install us with a config snippet, and the user's AI assistant gains the ability to run PPSR searches, look up ABNs, generate records, and so on - with each paid action confirmed before execution.

Components

  • Tools - discrete actions the agent can call (e.g., ppsr_search_organisation).
  • Tool descriptions - natural-language strings the LLM reads to decide whether to call a tool.
  • OAuth 2.1 + Resource Indicators - scoped, auditable authorisation.
  • Cost hints - annotations that let hosts surface a price confirmation natively.

Install

See /docs/mcp for per-host install snippets.

How Hoist Assets uses this

We run an MCP server at https://mcp.assets.hoistai.com/mcp. See /docs/mcp for install instructions per host.

Sources