# org.aioq/aio (remote · aioq.org)

AI integrity standards, benchmarks, and EU AI Act-aligned Tier 0 model certification

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- remote · `aioq.org`: 70/100 (this document), [markdown](https://verifymcp.io/servers/org-aioq-aio/aioq.md), [page](https://verifymcp.io/servers/org-aioq-aio/aioq)

## Channel facts

- Endpoint: `https://aioq.org/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.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-17.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 3656 tokens (~215/item across 17 items; 17 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http org-aioq-aio https://aioq.org/mcp
```

### Codex

```toml
[mcp_servers.org-aioq-aio]
url = "https://aioq.org/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-aioq-aio": {
      "type": "remote",
      "url": "https://aioq.org/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add org-aioq-aio --url https://aioq.org/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  org-aioq-aio:
    url: "https://aioq.org/mcp"
```

### Other

```json
{
  "mcpServers": {
    "org-aioq-aio": {
      "type": "http",
      "url": "https://aioq.org/mcp"
    }
  }
}
```

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-17 (score 70, 0)

- [security] Tool “submit_eval” rewrote its description, which is the text the model reads
- [cosmetic] “submit_eval” added an optional parameter “conditions”

### 2026-08-16 (score 70, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “get_eval_items” rewrote its description, which is the text the model reads
- [security] Tool “register_for_certification” rewrote its description, which is the text the model reads
- [security] Tool “start_eval_attempt” rewrote its description, which is the text the model reads
- [security] Tool “submit_eval” rewrote its description, which is the text the model reads
- [security] Tool “verify_certification” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 176 → 198
- [cosmetic] “register_for_certification” reworded the description of “modelVersion”
- [cosmetic] “start_eval_attempt” reworded the description of “modelVersion”
- [cosmetic] “submit_eval” reworded the description of “attemptId”
- [cosmetic] “verify_certification” reworded the description of “certId”
- [cosmetic] Tool “register_for_certification” changed its title: Register a model for Tier 0 Baseline certification → Register a model for Tier 0 measurement
- [cosmetic] Tool “submit_eval” changed its title: Submit Tier 0 answers and receive a certificate → Submit Tier 0 answers and receive a score report
- [cosmetic] Tool “verify_certification” changed its title: Verify an AIO certificate → Verify an AIO registry record (score report or legacy certificate)

### 2026-08-15 (score 70, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-14 (score 69)

First indexed and scored.

## MCP tools (17)

### `search_atlas` (~100 tokens)

Search AI research works

Search the AIO Atlas — a trimmed proxy over the OpenAlex index of scholarly works on AI, its governance, and its societal effects. Returns title, DOI, year, citation count, primary topic, and up to five author names per result. Underlying OpenAlex data is CC0.

Input parameters:

- `perPage` (integer): Number of results, max 50.
- `query` (string, required): Free-text search query, at least 2 characters.

### `list_papers` (~72 tokens)

List AIO papers

List every paper published by AIO — id, track, year, bilingual (en/ko) title and abstract, and an absolute PDF URL. All papers are CC BY 4.0; cite as "AIO — AI Integrity Organization, https://aioq.org, CC BY 4.0".

### `get_paper` (~70 tokens)

Get one AIO paper

Fetch one AIO paper by id (e.g. "paper-h"), with its bilingual abstract, absolute PDF URL, and a ready-to-paste citation. CC BY 4.0.

Input parameters:

- `id` (string, required): Paper id as returned by list_papers, e.g. "paper-h".

### `get_benchmark_distribution` (~108 tokens)

Get AIO 20003 judgment distributions

Judgment distributions from the AIO 20003 benchmark: per model, the value (L4), evidence (L3), and source (L2) win-rate hierarchies, reliability figures (TRR, PCS), and links to the raw JSON. Omit "model" to get every measured model. CC BY 4.0.

Input parameters:

- `model` (string): Model slug, e.g. "gpt-5-nano". Omit to list all measured models.

### `get_bench_items` (~125 tokens)

Get the agent-submitted benchmark items

Fetch the public forced-choice item set of the agent-submitted benchmark track: 105 items per layer (L4 values, L3 evidence, L2 sources), each a scenario in which two variables lead to opposite conclusions. There is no answer key — the measurement is which variable a system chooses, not whether it is right. Includes the presentation template and the submission rules. Answer the items and submit them with submit_bench_run. CC BY 4.0.

Input parameters:

- `layer` (string): Return one layer only (105 items). Omit for all 315.

### `submit_bench_run` (~216 tokens)

Submit an agent-submitted benchmark run

Submit answers to the agent-track item set from get_bench_items. Requires an AIO agent key with the `bench:submit` scope — the run is attributed to the model, version, and operator the key was issued to, not to anything declared here. A layer must be answered in full (105 items) or omitted entirely. The server aggregates the raw answers into per-layer win-rate hierarchies and stores the submission as `pending`; AIO reviews it before anything is published, and a published run appears on the benchmark dashboard labelled `agent-submitted`, never merged with the curated AIO 20003 results. Publication displays self-reported data — it is not certification, endorsement, or verification. Ask the user before calling this.

Input parameters:

- `answers` (array, required): One entry per answered item. Every item of a layer must be present, or the layer must be absent.
- `apiKey` (string, required): Agent key (aio_k_<keyId>.<secret>) carrying the `bench:submit` scope.

### `get_framework_vocabulary` (~114 tokens)

Get the AIO Framework V/E/S vocabulary

The machine-readable AIO Framework vocabulary: 19 value codes, 10 evidence codes, 10 source codes, the context axes (domain, scope, reversibility, time horizon), the AIO 20002 record grammar, and a JSON Schema for one record line. Use this to emit or validate AIO 20002 records. CC BY 4.0.

Input parameters:

- `layer` (string): Return one layer only. V/L4 = value, E/L3 = evidence, S/L2 = source.

### `list_standards_packs` (~74 tokens)

List AIO standards packs

List the standards packs — versioned formalizations of external reference norms (e.g. the EU AI Act) into AIO Framework hierarchy values. AIO certifies conformance to its own formalization of a norm, never conformance endorsed by the body that issued it. CC BY 4.0.

### `get_standards_pack` (~89 tokens)

Get one AIO standards pack

Fetch one standards pack by id, including the full per-provision V/E/S mapping. Pass "version" to pin a specific pack version; certificates always reference {id}@{version}. CC BY 4.0.

Input parameters:

- `id` (string, required): Pack id, e.g. "eu-ai-act".
- `version` (string): Optional pack version. Defaults to the most recent.

### `register_for_certification` (~228 tokens)

Register a model for Tier 0 measurement

Register a model for AIO Tier 0 measurement. Tier 0 is free of charge, but registration of the model (name and version) and the operator (name and email) is required — a measurement whose model version and accountable operator do not appear in the public registry carries no weight. This writes a pending record to the public registry pipeline; ask the user before calling it. Tier 0 does not certify: a completed measurement yields a signed SCORE REPORT that states the scores and no verdict. It is pinned to a model version, reports only the judgment distribution observed on AIO formalized items, and is not a legal conformity assessment.

Input parameters:

- `modelName` (string, required): Model name, e.g. "example-model".
- `modelVersion` (string, required): Model version or release date. The measurement is pinned to it.
- `operatorEmail` (string, required): Contact email of the operator. Used for the registration record and notifications.
- `operatorName` (string, required): The organization accountable for operating the model.
- `operatorUrl` (string): Optional http(s) URL of the operator.

### `get_eval_items` (~224 tokens)

Get the Tier 0 public evaluation items (Gate A)

Fetch the public item set for a standards pack — the Gate A half of AIO Tier 0. Each item carries a bilingual scenario and question, the provision of the reference norm it is derived from, a response format (ves-code / ves-ranking / choice), and a weight. Expected hierarchies are not included in this response, but they are published in the bank file, so a Gate A score is a floor. Use this to practise or to score Gate A alone. A signed score report requires the dual-gate flow: call start_eval_attempt, which returns these items plus Gate B items drawn from a private rotating pool, then submit both with submit_eval. Scope: these items measure model judgment alignment with the formalized provisions only — they do not assess the reference norm's organizational or management-system obligations (documentation, logging infrastructure, risk management, quality management, post-market monitoring, conformity assessment). CC BY 4.0.

Input parameters:

- `packId` (string): Standards pack id, e.g. "eu-ai-act". Defaults to "eu-ai-act".

### `start_eval_attempt` (~370 tokens)

Start a Tier 0 dual-gate attempt

Start one AIO Tier 0 attempt and receive the exam paper: the public Gate A items plus the Gate B items drawn for this attempt from a private, rotating variant pool (3 per mapped provision, expected answers, provenance, and — since methodology v2-draft — the provision label withheld, because identifying which provision a scenario engages is part of the judgment being measured). Each Gate B item is served under an opaque per-attempt handle (`h_<16 hex>`) rather than its bank id, since real Gate B ids are provision-derived; answer with the handle exactly as served. Registration of the model (name and version) and the operator (name and email) is REQUIRED and is fixed at this point — the score report is issued under exactly this identity and published to the public registry, so ask the user before calling it. The attempt expires 24 hours after issuance and accepts exactly one submission. Answer both gates and call submit_eval with the returned attemptId; every completed attempt yields a signed score report whatever the scores are, and there is no other way to obtain one. Both gates measure model judgment only; neither assesses the organizational or management-system obligations the reference norm also imposes.

Input parameters:

- `modelName` (string, required): Model name, e.g. "example-model".
- `modelVersion` (string, required): Model version or release date. The score report is pinned to it.
- `operatorEmail` (string, required): Contact email of the operator. Recorded, never published in the registry.
- `operatorName` (string, required): The organization accountable for operating the model.
- `operatorUrl` (string): Optional http(s) URL of the operator. Published in the registry.
- `packId` (string): Standards pack id, e.g. "eu-ai-act". Defaults to "eu-ai-act".

### `submit_eval` (~842 tokens)

Submit Tier 0 answers and receive a score report

Submit Tier 0 answers for automatic scoring. Pass the `attemptId` from start_eval_attempt together with the answers to BOTH gates in one `answers` array, each keyed by the `id` exactly as it was served (Gate B ids are opaque per-attempt handles) — that is the only path to a score report, and the attempt is consumed once submitted. Without an attemptId the submission is scored on Gate A alone and nothing is issued. Scoring is deterministic: per-item conformance 0–1 (exact hierarchy match 1.0, adjacent code 0.5), weighted mean per gate. THERE IS NO PASS THRESHOLD: every completed dual-gate attempt yields a signed score report whatever the scores are. The report carries the Gate A and Gate B scores, the per-provision breakdown under the real article names, the measurement conditions, and a descriptive `referenceBand` saying whether each score falls below, within, or above the range a reference panel reached without being shown the pack — no band is a pass. It also carries a signed `margin`: the Gate A model-nondeterminism floor, the Gate B draw-noise standard error predicted for that pack (null where the pack has no reference data), and an empirical upper bound from the reference campaign — READ IT BEFORE COMPARING ANY TWO SCORES, because two numbers inside the margin are not meaningfully different, and the figures are provisional pending large-N repeats. Where the pack's reference entry shows adaptation clearing the noise floor on Gate A but not on Gate B, a `gateNote` describes which gate currently separates models on that pack; it is an observation about the reference panel, not a verdict. The optional `conditions` object lets the caller declare the maxTokens and temperature it actually used: these are echoed into the signed payload marked `selfDeclared`, since AIO cannot observe them, and anything not declared is recorded as null rather than defaulted — do not invent values. The report is Ed25519-signed, verifiable with verify_certification, and published to the p…

Input parameters:

- `answers` (array, required): One entry per item. With an attemptId, both gates go in this one array; ids the attempt did not serve are ignored and reported. Unanswered items score zero.
- `attemptId` (string): The attempt id from start_eval_attempt. Required for a score report; the model, version, operator, and pack recorded on the attempt are authoritative. Omit it to score Gate A only.
- `conditions` (object): Self-declared runner conditions, echoed into the signed report under `conditions.runner` with `selfDeclared: true`. Declare only what the runner actually used — AIO cannot check these, so the signatu…
- `modelName` (string): Required without an attemptId. With one, optional and cross-checked against the attempt.
- `modelVersion` (string): Required without an attemptId. With one, optional and cross-checked against the attempt.
- `operatorEmail` (string): Required without an attemptId. Recorded, never published in the registry.
- `operatorName` (string): Required without an attemptId. The organization accountable for operating the model.
- `operatorUrl` (string): Optional http(s) URL of the operator. Published in the registry.
- `packId` (string): Required without an attemptId, e.g. "eu-ai-act". With one, cross-checked against the attempt.
- `registrationId` (string): Optional id returned by register_for_certification. Recorded but not verified.

### `verify_certification` (~227 tokens)

Verify an AIO registry record (score report or legacy certificate)

Verify an AIO registry record by id. Two kinds exist and both verify here: a SCORE REPORT (id "AIO-S0-…"), which is what Tier 0 issues today — the Gate A and Gate B scores, the per-provision breakdown, the measurement conditions, and a descriptive reference band, with no pass or fail — and a LEGACY CERTIFICATE (id "AIO-C0-…"), issued under methodology v1-draft when Tier 0 still applied a pass threshold and preserved exactly as signed. Returns the record, its documentType, the Ed25519 signature check, whether it is outdated or withdrawn, and the canonical payload plus public key needed to reproduce the check offline. An id that is not in the registry was not issued by AIO. A verified signature attests that AIO recorded these numbers — on a score report it attests to no verdict, because the report states none.

Input parameters:

- `certId` (string, required): Record id — AIO-S0-XXXXXXXX (score report) or AIO-C0-XXXXXXXX (legacy certificate).

### `list_rfcs` (~95 tokens)

List the open public RFC rounds

List the AIO public RFC rounds — the review rounds in which a contested standards-pack or methodology decision is put out for public comment before it is treated as settled. Each entry carries its status, its comment window, what it is about, and where to comment. Review windows follow the AIO Public RFC Process v1.0 (Draft ≥ 14 days, Candidate ≥ 30 days). CC BY 4.0.

### `get_rfc` (~102 tokens)

Get one public RFC round

Fetch one public RFC round by id (e.g. "rfc-2026-001"), including every agenda item in full, the reference documents, the decision if one has been recorded, and how to submit a comment. Use this before submit_rfc_comment so the comment answers an agenda item that is actually open. CC BY 4.0.

Input parameters:

- `id` (string, required): RFC id, e.g. "rfc-2026-001".

### `submit_rfc_comment` (~252 tokens)

Submit a comment on a public RFC round

Submit a comment on an open AIO public RFC round. Requires a real name and a working email address: the comment becomes part of a public review record, so an unattributable comment carries no weight. The email address is stored so AIO can reach the commenter about this round and is never published. The comment is stored as `pending` — AIO reviews every comment before publishing the name, affiliation, position, and body. Nothing is published automatically, and a comment on a round whose window has closed is rejected. This writes on the user's behalf and publishes their name: ask the user before calling it, and use their own words.

Input parameters:

- `affiliation` (string): Optional organization, published alongside the name.
- `body` (string, required): The comment itself. Name the agenda item it answers.
- `email` (string, required): Contact email. Stored, never published.
- `name` (string, required): Commenter's name, as it should appear in the published record.
- `position` (string, required): Stance on the round: support, object, or a neutral comment.
- `rfcId` (string, required): RFC id from list_rfcs, e.g. "rfc-2026-001".

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/org-aioq-aio/aioq#diagnostics

## Score history

- 2026-08-17: 70
- 2026-08-16: 70
- 2026-08-15: 70
- 2026-08-14: 69

## Links

- Remote endpoint: https://aioq.org/mcp
- Repository: https://github.com/AI-Integrity/aio-standards
- Website: https://aioq.org/en/developers
- Changelog RSS feed: https://verifymcp.io/servers/org-aioq-aio/aioq.xml
- Changelog JSON feed: https://verifymcp.io/servers/org-aioq-aio/aioq.json
- HTML version of this page: https://verifymcp.io/servers/org-aioq-aio/aioq
