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

TLPTOracle — 17-tool TIBER-EU TLPT framework: scope, threat intel, scenarios, reports.

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

## Components

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

## Channel facts

- Endpoint: `https://tooloracle.io/tlpt/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 17 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**: 43/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 845 tokens (~49/item across 17 items; 17 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**: 68/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 5% 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-tlpt https://tooloracle.io/tlpt/mcp/
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "io-tooloracle-tlpt": {
      "type": "http",
      "url": "https://tooloracle.io/tlpt/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 58, +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 57, +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 56, +4)

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

### 2026-07-30 (score 52, 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 52, +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-27 (score 51, +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 50)

First indexed and scored.

## MCP tools (17)

### `register_exercise` (~114 tokens)

Register a TLPT/pentest exercise.

Input parameters:

- `authority_notified` (boolean)
- `budget_eur` (number)
- `exercise_id` (string)
- `exercise_name` (string, required)
- `notes` (string)
- `red_team_provider` (string)
- `scope` (string)
- `start_date` (string)
- `status` (string)
- `target_end_date` (string)
- `test_type` (string)
- `ti_provider` (string)

### `phase_tracker` (~50 tokens)

Track TIBER-EU 8-phase lifecycle.

Input parameters:

- `exercise_id` (string, required)
- `phase_status` (string)
- `update_phase` (integer): Phase 1-8 to update

### `threat_profile` (~84 tokens)

Define threat landscape for TLPT scoping.

Input parameters:

- `attack_scenarios` (string)
- `critical_systems` (string)
- `crown_jewels` (string)
- `exclusions` (string)
- `exercise_id` (string, required)
- `geography` (string)
- `sector` (string)
- `threat_actors` (string)

### `team_assignment` (~59 tokens)

Manage Red/Blue/White/Purple team assignments.

Input parameters:

- `blue_team` (string)
- `exercise_id` (string, required)
- `purple_team` (string)
- `red_team` (string)
- `white_team` (string)

### `finding_register` (~82 tokens)

Log a pentest/TLPT finding.

Input parameters:

- `attack_path` (string)
- `detection_status` (string)
- `exercise_id` (string)
- `mitre_technique` (string)
- `recommendation` (string)
- `severity` (string, required)
- `system_affected` (string)
- `title` (string, required)

### `remediation_plan` (~66 tokens)

Track remediation of TLPT findings. Set add=true to create.

Input parameters:

- `action` (string)
- `add` (boolean)
- `due_date` (string)
- `exercise_id` (string)
- `finding_id` (string)
- `owner` (string)

### `evidence_bundle` (~25 tokens)

Compile TLPT evidence for authority attestation.

Input parameters:

- `exercise_id` (string, required)

### `test_calendar` (~22 tokens)

Annual testing schedule and compliance check.

Input parameters:

- `year` (string)

### `tlpt_readiness` (~93 tokens)

Assess organizational readiness for a TLPT exercise.

Input parameters:

- `authority_engaged` (boolean)
- `budget_approved` (boolean)
- `crown_jewels_identified` (boolean)
- `legal_framework` (boolean)
- `red_team_selected` (boolean)
- `scope_defined` (boolean)
- `ti_provider_selected` (boolean)
- `white_team_formed` (boolean)

### `health_check` (~11 tokens)

Server status.

### `auto_simulate` (~63 tokens)

Autonomous TLPT simulation: generates TIBER-EU scenarios, maps MITRE ATT&CK, creates findings, rates detection. Art. 26.

Input parameters:

- `entity_id` (string, required)
- `scenarios` (integer): Number of scenarios (default: 3)

### `mitre_map` (~43 tokens)

Map MITRE ATT&CK techniques to DORA TLPT. Filter by technique ID or tactic.

Input parameters:

- `tactic` (string)
- `technique` (string)

### `attack_chain` (~43 tokens)

Generate kill chain for a TIBER-EU scenario with MITRE mapping.

Input parameters:

- `scenario_id` (string, required): TIBER-01 to TIBER-08

### `generate_scenarios` (~25 tokens)

List all 8 TIBER-EU scenarios available for autonomous simulation.

### `sync_to_ampel` (~32 tokens)

Push TLPT results to AmpelOracle Art. 26 checks.

Input parameters:

- `entity_id` (string, required)

### `obligation_map` (~23 tokens)

TLPT obligations DORA-TST-06 to TST-10.

### `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-tlpt/tlpt-mcp#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 57
- 2026-08-01: 57
- 2026-07-31: 56
- 2026-07-30: 52
- 2026-07-29: 52
- 2026-07-28: 51
- 2026-07-27: 51
- 2026-07-26: 50

## Links

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