INDIVIDUAL MCP TOOL
start_australian_ai_governance_framework
Identifies the Australian legislation that applies to a specific organisation's use of AI, and builds a governance framework around it.
LIVE ENDPOINT
https://aiframework.com.au/api/mcp.php
Connect to this endpoint to inspect the live schema for start_australian_ai_governance_framework and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
submit_ai_governance_profile— Submits the organisation profile and contact details for an Australian AI governance framework.get_ai_governance_framework— Returns the framework.