# au.com.aiframework/governance-framework-generator (remote · aiframework.com.au)

AI governance frameworks for Australian businesses. AI6 practices, Voluntary AI Safety Standard.

- Trust score: 67/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `aiframework.com.au`: 67/100 (this document), [markdown](https://verifymcp.io/servers/au-com-aiframework-governance-framework-generator/api-mcp-php.md), [page](https://verifymcp.io/servers/au-com-aiframework-governance-framework-generator/api-mcp-php)

## Channel facts

- Endpoint: `https://aiframework.com.au/api/mcp.php`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 726 tokens (~242/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 92/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 75% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http au-com-aiframework-governance-framework-generato https://aiframework.com.au/api/mcp.php
```

### Codex

```toml
[mcp_servers.au-com-aiframework-governance-framework-generato]
url = "https://aiframework.com.au/api/mcp.php"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "au-com-aiframework-governance-framework-generato": {
      "type": "remote",
      "url": "https://aiframework.com.au/api/mcp.php",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add au-com-aiframework-governance-framework-generato --url https://aiframework.com.au/api/mcp.php --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  au-com-aiframework-governance-framework-generato:
    url: "https://aiframework.com.au/api/mcp.php"
```

### Other

```json
{
  "mcpServers": {
    "au-com-aiframework-governance-framework-generato": {
      "type": "http",
      "url": "https://aiframework.com.au/api/mcp.php"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 66, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “get_framework” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 218 → 242

### 2026-08-01 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 65, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 62, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 60, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (3)

### `start_session` (~98 tokens)

Start a framework session

Begin generating an AI governance framework for an Australian business. Creates a session and returns a session_id plus the organisation profiling questionnaire (industry, size, AI usage, data handling, risk exposure). Ask the user each question, then call submit_answers. First step of three: start_session, submit_answers, get_framework. The output is an informational framework aligned with Australia's AI6 practices (Voluntary AI Safety Standard) — it presents frameworks, not advice.

### `submit_answers` (~128 tokens)

Submit questionnaire answers

Submit the completed organisation profile for an AI governance framework session. Stores the business's questionnaire answers (industry, size, AI usage, data handling, risk exposure) against the session created by start_session. All questionnaire answers are required, along with contact name, email, and organisation name. Required before calling get_framework. Second step of three.

Input parameters:

- `answers` (object, required): Keys are question ids from start_session; values are the selected option (string) or options (array of strings) for multi_select questions.
- `contact` (object, required)
- `session_id` (string, required): From start_session

### `get_framework` (~250 tokens)

Get the generated framework

Returns the free preview of a tailored AI governance framework for the profiled Australian organisation, covering the first two of Australia's six AI6 practices (Accountability, Impact Assessment) from the Voluntary AI Safety Standard. The result includes a view_url — ALWAYS give this link to the user so they can view, print, or save their complete preview document in a browser. Also present the returned framework text to the user in full and verbatim (rendered as Markdown) — never summarise or excerpt it. The full six-practice framework (adding Risk Management, Transparency & Information Sharing, Testing & Monitoring, Human Oversight) is a one-time $49 AUD purchase at https://aiframework.com.au — there is no payment via this endpoint. The result also includes a purchase_url, which opens that website checkout with this session's profile already loaded so the user does not answer the questionnaire again — give them this link when they ask about the full framework. Both links expire two hours after the profile was created. The framework is informational only — it presents frameworks, not advice or compliance guidance — and its closing disclaimer must be preserved exactly.

Input parameters:

- `session_id` (string, required): Session ID returned by start_session

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/au-com-aiframework-governance-framework-generator/api-mcp-php#diagnostics

## Score history

- 2026-08-04: 67
- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 66
- 2026-07-31: 65
- 2026-07-30: 62
- 2026-07-29: 62
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 60

## Links

- Remote endpoint: https://aiframework.com.au/api/mcp.php
- Website: https://aiframework.com.au/
- Changelog RSS feed: https://verifymcp.io/servers/au-com-aiframework-governance-framework-generator/api-mcp-php/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/au-com-aiframework-governance-framework-generator/api-mcp-php/changelog.json
- HTML version of this page: https://verifymcp.io/servers/au-com-aiframework-governance-framework-generator/api-mcp-php
