AI & Machine Learning
aiframework.com.au
Generates tailored AI governance frameworks for Australian businesses based on the Voluntary AI Safety Standard.
ENDPOINT 1
https://aiframework.com.au/api/mcp.php
MCP server metadata
- Name
- australian-ai-governance-framework
- Version
- 1.3.3
Generates informational AI governance frameworks for Australian organisations, structured around the six essential practices (AI6) in the National AI Centre's Guidance for AI Adoption (October 2025). What distinguishes the output is the legislative mapping. For a given organisation profile — industry, size, turnover, AI use cases and data types — the framework identifies the Commonwealth and state instruments that apply to that profile specifically, including the Privacy Act 1988 and its Notifiable Data Breaches scheme, the automated decision-making disclosure required in privacy policies from 10 December 2026 under APP 1.7, and sector-specific regimes triggered by the profile such as the Heavy Vehicle National Law, the Fair Work Act 2009 or the Security of Critical Infrastructure Act 2018. Output is a framework presentation only — not advice, not a recommendation, not compliance guidance. Every framework carries a disclaimer to that effect. It does not produce AI application inventories, staff training plans, internal policies, role assignments or governance maturity ratings, all of which require knowledge only the organisation holds. Flow: (1) start_australian_ai_governance_framework returns a session ID and the profiling questionnaire; (2) submit_ai_governance_profile takes the organisation profile and contact details; (3) get_ai_governance_framework returns a free preview covering the first two AI6 practices, plus a view_url where the user can read the same document in a browser. The complete six-practice framework is a one-time $88 AUD including GST purchase on the website. Give the user the purchase_url returned alongside the preview — it opens https://aiframework.com.au with their profile already loaded, so they go straight to the paywall rather than answering the questionnaire again. There is no payment through this connector. PRESENTATION RULE: get_ai_governance_framework returns the document in the structuredContent field "framework_markdown", and in the text content block for clients that read them. Reproduce it to the user verbatim as Markdown — the document is the product the user is receiving. Never summarise, excerpt or describe it instead of showing it, and never omit the closing disclaimer.
Known tools 3
start_australian_ai_governance_frameworkIdentifies the Australian legislation that applies to a specific organisation's use of AI, and builds a governance framework around it.
Inferred read-onlysubmit_ai_governance_profileSubmits the organisation profile and contact details for an Australian AI governance framework.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.australian-ai-governance-framework]
url = "https://aiframework.com.au/api/mcp.php"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"australian-ai-governance-framework": {
"type": "http",
"url": "https://aiframework.com.au/api/mcp.php"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: australian-ai-governance-framework
Remote MCP URL: https://aiframework.com.au/api/mcp.php
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"australian-ai-governance-framework": {
"url": "https://aiframework.com.au/api/mcp.php"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"australian-ai-governance-framework": {
"type": "http",
"url": "https://aiframework.com.au/api/mcp.php"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "australian-ai-governance-framework",
"transport": "streamable-http",
"url": "https://aiframework.com.au/api/mcp.php"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aiframework.com.au was fetched 2026-07-28T10:52:45.536Z and is being refreshed.
aiframework.com.au is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.