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

RegisterOracle - 10-tool DORA Art.28 register: ICT third-party, contracts, criticality.

- 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-registeroracle/register-mcp.md), [page](https://verifymcp.io/servers/io-tooloracle-registeroracle/register-mcp)

## Channel facts

- Endpoint: `https://tooloracle.io/register/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 10 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**: 54/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 611 tokens (~61/item across 10 items; 10 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**: 85/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 54% 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-registeroracle https://tooloracle.io/register/mcp/
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

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

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

### 2026-08-01 (score 61, +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 60, +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 57, 0)

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

### 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, +1)

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

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

First indexed and scored.

## MCP tools (10)

### `register_provider` (~288 tokens)

Add or update an ICT third-party provider in the DORA Register of Information (Art. 28). Tracks all ITS-required fields: LEI, service type, criticality, data location, exit plan, etc.

Input parameters:

- `annual_cost_eur` (number): Annual cost in EUR
- `audit_rights` (boolean)
- `certifications` (string)
- `cloud_type` (string)
- `contract_end` (string): Contract end (YYYY-MM-DD)
- `contract_start` (string): Contract start (YYYY-MM-DD)
- `country` (string): Country of HQ (ISO 3166-1 alpha-2)
- `criticality` (string)
- `data_location` (string): Data storage/processing location
- `exit_plan_exists` (boolean): Exit strategy documented?
- `function_supported` (string): Business function supported
- `last_risk_assessment` (string)
- `lei` (string): Legal Entity Identifier (20-char)
- `notes` (string)
- `notification_clause` (boolean)
- `provider_id` (string): Unique ID (auto-generated if empty)
- `provider_name` (string, required): Name of ICT third-party provider
- `recovery_sla` (string)
- `service_type` (string)
- `subcontracting` (boolean): Uses sub-outsourcing?
- `substitutability` (string)

### `list_providers` (~59 tokens)

List all ICT third-party providers in the Register of Information with optional filters.

Input parameters:

- `country` (string)
- `criticality` (string)
- `search` (string): Search by name/type/function
- `service_type` (string)

### `get_provider` (~37 tokens)

Get full details, risk flags, and ITS completeness of a specific provider.

Input parameters:

- `provider_id` (string, required): Provider ID from list_providers

### `validate_roi` (~36 tokens)

Validate entire Register of Information against DORA ITS requirements. Checks all mandatory fields, exit plans for critical providers, LEI coverage, etc.

### `concentration_risk` (~34 tokens)

Analyze ICT concentration risks across providers, countries, cloud types. DORA Art. 29 requires assessment of ICT concentration risk.

### `ctpp_check` (~55 tokens)

Assess if a provider might qualify as Critical Third-Party Provider (CTPP) under DORA Art. 31-44. CTTPPs face direct ESA oversight.

Input parameters:

- `provider_id` (string, required): Provider ID to assess

### `export_its` (~31 tokens)

Export Register of Information in ITS-compliant format for supervisory reporting.

Input parameters:

- `format` (string): Export format

### `gap_analysis` (~29 tokens)

Identify gaps in the Register — missing fields, incomplete entries, missing exit plans, LEI coverage issues.

### `register_stats` (~29 tokens)

Dashboard summary: provider counts, criticality distribution, ITS field completeness, exit plan and LEI coverage.

### `health_check` (~13 tokens)

Server and data status.

## Diagnostics

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

## Score history

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

## Links

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