Where to find it
MCP endpoint:
https://olexi-mcp-root-au-691931843514.australia-southeast1.run.app/
Transport: Streamable HTTP served at the service root (/).
How to use (any MCP host)
- ChatGPT (Connectors): Add a connector via MCP, set the URL to the endpoint above, then call tools like
search_austlii. - Claude: Add an MCP server with the endpoint above and use the tools in chats.
- VS Code + GitHub Copilot: Configure your MCP servers to include this endpoint.
- Other MCP-capable apps: Point to the same endpoint; MCP is transport-compatible.
For manual configuration examples and JSON snippets, see the README (link below). No authentication is required on the hosted endpoint; self-hosting with stricter policies is supported.
Tools exposed
- list_databases() — available legal databases
- search_austlii(query, databases, method) — titles, URLs, metadata
- build_search_url(query, databases, method) — shareable link
- search_with_progress(...) — like search + progress events
Architecture
FastAPI app exposing MCP Streamable HTTP at the service root (/) in production. The server queries AustLII’s legacy CGI endpoint and returns lightweight metadata (titles, URLs, basic info). Full text remains on AustLII.
Docs & source
Legal & policies
Attribution: Results via AustLII (austlii.edu.au). Primary law is public domain; we return links and light metadata only.
Status
Website: hosted on mcp.olexi.legal. MCP server: hosted on Google Cloud Run at the endpoint above.
Quick start prompt
Try: Search HCA and FCA for "privacy act AND metadata retention"
Support
Questions? See Support.