# io.tooloracle/conductor (remote · tooloracle.io)

DORA OS Conductor — 16-tool meta-orchestrator for DORA compliance workflow automation.

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

## Components

- remote · `tooloracle.io`: 62/100 (this document), [markdown](https://verifymcp.io/servers/io-tooloracle-conductor/conductor-mcp.md), [page](https://verifymcp.io/servers/io-tooloracle-conductor/conductor-mcp)

## Channel facts

- Endpoint: `https://tooloracle.io/conductor/mcp/`
- 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-03.

- **Endpoint Security**: 66/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 16 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 is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 593 tokens (~37/item across 16 items; 16 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 78/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 33% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http io-tooloracle-conductor https://tooloracle.io/conductor/mcp/
```

### Codex

```toml
[mcp_servers.io-tooloracle-conductor]
url = "https://tooloracle.io/conductor/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-tooloracle-conductor": {
      "type": "remote",
      "url": "https://tooloracle.io/conductor/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-tooloracle-conductor --url https://tooloracle.io/conductor/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-tooloracle-conductor:
    url: "https://tooloracle.io/conductor/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "io-tooloracle-conductor": {
      "type": "http",
      "url": "https://tooloracle.io/conductor/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-02 (score 62, +1)

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

### 2026-07-31 (score 61, +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 58, 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 58, +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 57, +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 56, 0)

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

### 2026-07-26 (score 56)

First indexed and scored.

## MCP tools (16)

### `full_assessment` (~43 tokens)

Run complete DORA assessment across ALL 16 oracles. Returns aggregated risk score, critical issues, and per-oracle details.

Input parameters:

- `entity_id` (string)

### `readiness_dashboard` (~34 tokens)

Health status of all 23 oracles + total tool count. System-wide monitoring.

Input parameters:

- `entity_id` (string): Optional

### `run_workflow` (~53 tokens)

Execute a predefined multi-step workflow across oracles.

Input parameters:

- `entity_id` (string)
- `query` (string): Optional query for law_change_response workflow
- `workflow` (string): Workflow ID from workflow_library

### `plan_remediation` (~35 tokens)

Given current gaps, generate prioritized remediation plan with actions, oracles, urgency, deadlines.

Input parameters:

- `entity_id` (string)

### `react_to_event` (~146 tokens)

React to compliance event: cve, law_change, cloud_incident, breach, sanctions_hit, audit_notice, supply_chain_disruption, nis2_incident, contract_issue, tax_deadline, medical_device_alert, employee_issue. Auto-dispatches to relevant oracles.

Input parameters:

- `detail` (string): Event details (CVE ID, provider name, regulation name, etc.)
- `entity_id` (string)
- `event_type` (string): cve|law_change|cloud_incident|breach|sanctions_hit|audit_notice|supply_chain_disruption|nis2_incident|contract_issue|tax_deadline|medical_device_alert|employee_issue

### `sync_all` (~37 tokens)

Trigger all sync_to_ampel across TestOracle + CloudOracle. Updates AmpelOracle with latest data.

Input parameters:

- `entity_id` (string)

### `gap_analysis` (~30 tokens)

Cross-oracle gap analysis: compliance, testing, policies, training.

Input parameters:

- `entity_id` (string)

### `board_briefing` (~35 tokens)

Executive briefing: readiness score, cloud status, test coverage, deadlines, key risks.

Input parameters:

- `entity_id` (string)

### `nca_readiness` (~38 tokens)

BaFin/NCA audit readiness checklist: score, red articles, testing, RoI, training.

Input parameters:

- `entity_id` (string)

### `onboard_entity` (~25 tokens)

Full entity onboarding workflow across all oracles.

Input parameters:

- `entity_id` (string)

### `daily_check` (~33 tokens)

Daily compliance health check: cloud, tests, findings, regulatory changes, CVEs.

Input parameters:

- `entity_id` (string)

### `workflow_library` (~19 tokens)

List all available predefined workflows with descriptions and step counts.

### `oracle_status` (~20 tokens)

Health status of all 16 DORA OS oracles.

### `obligation_overview` (~20 tokens)

All obligation_ids from all oracles in one call.

### `health_check` (~15 tokens)

Conductor health + oracle availability.

### `ping` (~10 tokens)

Connectivity test.

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 61
- 2026-07-31: 61
- 2026-07-30: 58
- 2026-07-29: 58
- 2026-07-28: 57
- 2026-07-27: 56
- 2026-07-26: 56

## Links

- Remote endpoint: https://tooloracle.io/conductor/mcp/
- Repository: https://github.com/ToolOracle/conductor
- Changelog RSS feed: https://verifymcp.io/servers/io-tooloracle-conductor/conductor-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-tooloracle-conductor/conductor-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-tooloracle-conductor/conductor-mcp
