The config
{
"mcpServers": {
"hoist-assets": {
"url": "https://mcp.assets.hoistai.com",
"transport": "streamable-http"
}
}
}
Steps
- Open Claude Desktop. Mac:
Cmd ,→ Settings → Developer → Edit Config. Windows:%APPDATA%\Claude\claude_desktop_config.json. - Paste the snippet above into
mcpServers. If you already have other servers, just add thehoist-assetsentry alongside them. - Save and restart Claude Desktop. Quit completely (
Cmd Q), then reopen. The MCP indicator should show "hoist-assets" connected. - First time: approve OAuth. Claude will pop a browser window the first time you ask it to use a Hoist tool. Sign in, grant the scopes, done — subsequent calls use the cached token.
Smoke test
In a new chat: "Use Hoist Assets to look up ABN 11 695 718 659 and tell me the trading name." Claude will call abn_lookup, then return the response.
Troubleshooting
- OAuth window doesn't open. Check your default browser is set and pop-ups aren't blocked. On macOS you may need to grant Claude Desktop accessibility permissions.
- Tools don't appear after install. Restart the host completely. Some hosts cache the tool list at startup.
- 403 on calls. Re-approve OAuth — the cached token may have expired or had scopes revoked.
- Still stuck? Drop a note on GitHub Issues with the host name and the error message.
