Australian AI governance framework mapped to the Privacy Act and sector laws your AI use triggers.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Australian AI Governance Framework.
start_australian_ai_governance_frameworkReturns a session ID and the profiling questionnaire
submit_ai_governance_profileTakes the organisation profile and contact details
get_ai_governance_frameworkReturns the free preview, a `view_url` and a `purchase_url
Australian AI governance framework, built around the legislation a specific organisation's use of AI actually triggers.
This repository contains no source code. The service is closed-source and hosted at aiframework.com.au. This repo exists as the public metadata pointer for MCP directory listings, and as the connector's public documentation.
Profiles an organisation by industry, size, turnover, states of operation, AI use cases and data types, then identifies the Commonwealth and state instruments that apply to that profile specifically:
The mapping is tiered rather than a flat list. Instruments return under Applies, May apply depending on facts you hold, or Applicability turns on your own status β because the questionnaire captures a profile, not an organisation's full circumstances, and several thresholds turn on facts it does not ask for. The Privacy Act small business exemption is the clearest case: at $3 million turnover or less, whether the Act applies depends on which of the ss 6D and 6E categories the organisation falls into.
A tier with nothing in it is left out, so a given document may carry two of these headings rather than three.
Around that mapping the framework is structured on the six essential practices (AI6) in the National AI Centre's Guidance for AI Adoption, October 2025: Accountability, Impact Assessment, Risk Management, Transparency & Information Sharing, Testing & Monitoring, and Human Oversight.
The legislative mapping is specific to the profile supplied. It is not something a general answer reliably produces for an Australian organisation.
| Website | https://aiframework.com.au |
| MCP endpoint | https://aiframework.com.au/api/mcp.php |
| Transport | Streamable HTTP β stateless JSON-RPC 2.0 |
| Authentication | None |
| Server card | https://aiframework.com.au/.well-known/mcp/server-card.json |
There is no authentication and nothing to provision. No API key, no OAuth flow, no account. Any MCP-compatible client can connect and call all three tools immediately.
This is a remote, hosted MCP server. No local installation is required.
Claude Desktop / Claude Code
Any other MCP client β point it at the endpoint over Streamable HTTP and leave authentication unset.
If you have connected before and the tool names or the questionnaire's options look wrong, remove the connector and add it again. Tool lists cache client-side: the tools were renamed in August 2026, and the questionnaire's options change as the legislative register grows.
| Tool | Purpose |
|---|---|
start_australian_ai_governance_framework | Returns a session ID and the profiling questionnaire |
submit_ai_governance_profile | Takes the organisation profile and contact details |
get_ai_governance_framework | Returns the free preview, a view_url and a purchase_url |
start_australian_ai_governance_frameworkNo parameters. Returns a session ID and a seven-question questionnaire: industry, organisation size, states and territories of operation, annual turnover band, AI use cases, data types, and an optional free-text description of the organisation.
submit_ai_governance_profileTakes session_id, answers and contact.
Six answers fields are required β industry, orgSize, jurisdiction, turnover, aiUseCases, dataTypes. additionalNotes is optional. Values are validated against the option strings the questionnaire returns, so pass them through unaltered: jurisdiction takes full state names rather than abbreviations, and punctuation in option strings is significant.
contact requires name, email and organisation, and the server validates the email address. The organisation name is printed as the document's "Prepared for" heading and appears throughout the generated text, so it should be the organisation the framework is for.
Returns the session ID and a status of profile_saved. It does not return the framework.
Safe to call again on the same session: the profile is overwritten rather than duplicated, and the contact record is keyed on the email address. Re-submitting discards any framework already generated against that session, so call it again only to correct an answer.
get_ai_governance_frameworkTakes session_id. Returns the free preview, a view_url and a purchase_url.
The document arrives in the structuredContent field framework_markdown, and in the text content block for clients that read those. It is meant to be shown to the user in full as Markdown β it is the thing they asked for, not a payload to summarise.
Generation takes around 30 seconds. That is the model producing the document, and it happens on this call. A client with a short tool timeout will give up before the endpoint answers.
| Free preview | Full framework | |
|---|---|---|
| Price | Nothing | $88 AUD including GST, one-time |
| Legislative mapping β Applies, and Applicability turns on your own status | Complete, for the profile supplied | Complete, for the profile supplied |
| Legislative mapping β May apply depending on facts you hold | Part | Complete |
| Practice 1 β Accountability (Decide who is accountable) | Included | Included |
| Practice 2 β Impact Assessment (Understand impacts and plan accordingly) | Included | Included |
| Practice 3 β Risk Management (Measure and manage risks) | β | Included |
| Practice 4 β Transparency & Information Sharing (Share essential information) | β | Included |
| Practice 5 β Testing & Monitoring (Test and monitor) | β | Included |
| Practice 6 β Human Oversight (Maintain human control) | β | Included |
The name before each bracket is the heading used in the document; the name inside is the National AI Centre's own wording for the same practice.
Instruments under Applies, and under Applicability turns on your own status, are never held back β both print in full in the free preview, Commonwealth and state alike. One tier is capped: May apply depending on facts you hold. Commonwealth and state instruments in that tier each have their own limit, and both limits are higher in the purchased framework. Where instruments are held back, the preview says so; where a profile matches fewer than the limit, nothing is capped and no such note appears.
The preview page is read-only. Printing and saving are part of the purchased framework, which also extends the link from two hours to 18 months.
There is no payment through this endpoint. The purchase_url reopens the preview with the profile already restored, alongside the purchase option, so the questionnaire is not answered a second time. Payment is by Stripe from there. Card details are never handled by aiframework.com.au.
Two complete purchased frameworks are published in full, unedited, so the paid output can be read without paying: https://aiframework.com.au/samples/
The profile describes an organisation, not a person. Nothing in the questionnaire asks about individuals, and the framework does not need anything about them.
This matters more over MCP than on the website. The optional additionalNotes field takes free text, and on the web form the user reads a warning before typing into it. Through the connector an agent fills that field on the user's behalf and never sees the warning. If you are building or configuring a client, carry this through:
Describe the organisation, not individuals. Do not include names, contact details, health or other sensitive information, client details, or anything commercially confidential.
Whatever goes into additionalNotes is sent to Anthropic's API for generation and stored with the session.
Profile selections, organisation name, additionalNotes | Sent to Anthropic's API in the United States for generation. Anthropic does not use API data to train its models |
| Contact name and email | Stored as a contact record. Not sent to Anthropic |
| Card details | Handled by Stripe. Never transmitted to, seen by, or stored by this site |
| Website and database | Hosted in Australia, by VentraIP Australia |
| Analytics | Self-hosted Matomo on Australian infrastructure. No advertising networks, no cross-site tracking |
Served over HTTPS throughout. API and database credentials sit outside the web root and are never present in a browser. The endpoint applies an IP-based rate limit.
Full detail, including overseas disclosure and the Notifiable Data Breaches position, is in the privacy policy.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/australian-ai-governance-framework-2)<a href="https://allmcps.com/mcp/australian-ai-governance-framework-2"><img src="https://allmcps.com/api/badge/australian-ai-governance-framework-2?style=directory" alt="Australian AI Governance Framework on AllMCPs" /></a>