Skip to main content
Glama
CSOAI-ORG

MEOK DORA Tlpt Planner MCP

Meok Dora Tlpt Planner MCP

MEOK AI Labs EU AI Act License PyPI

DORA Article 26 TLPT planner β€” TIBER-EU pathway scoping, white-team RACI, threat-intel templates,...

DORA Article 26 TLPT planner β€” TIBER-EU pathway scoping, white-team RACI, threat-intel templates, HMAC-signed compliance attestations. By MEOK AI Labs.


πŸš€ Quick Start

# Install via pip
pip install meok_dora_tlpt_planner_mcp

# Or install via Smithery
npx -y @smithery/cli@latest install meok-dora-tlpt-planner-mcp --client claude

Related MCP server: Planthire AI MCP

✨ Features

  • MCP protocol compliant

  • Easy installation

  • Well-documented API

  • Production-ready

  • Active maintenance

πŸ“– Documentation

πŸ›‘οΈ Compliance

This MCP server is built with EU AI Act compliance built-in:

  • βœ… Article 9 β€” Risk Management System

  • βœ… Article 13 β€” Transparency & Instructions for Use

  • βœ… Article 15 β€” Bias Detection & Testing

  • βœ… Article 26 β€” FRIA Support (where applicable)

  • βœ… Article 50 β€” AI Content Watermarking (where applicable)

Need help getting compliant? Book a free 15-min diagnostic β†’

🏒 Enterprise

Need custom development, SLA guarantees, or white-label deployment?

  • Pro: $99/mo β€” Full MCP suite + EU AI Act tracking

  • Enterprise: $499/mo β€” Custom dev + SLA + Dedicated support

View Pricing β†’ | Contact Sales β†’

🀝 Part of the MEOK Ecosystem

This server is part of the MEOK AI Labs ecosystem β€” 300+ MCP servers for sovereign AI governance.

Domain

Purpose

councilof.ai

EU AI Act compliance marketplace

safetyof.ai

AI safety & monitoring

meok.ai

Sovereign AI platform

cobolbridge.ai

Legacy modernization

πŸ“œ License

MIT Β© CSOAI-ORG


Available Tools

6 tools
list_phasesA

List the 3 TIBER-EU TLPT phases with deliverables.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It correctly indicates a read-only listing operation with no side effects. No further behavioral details (e.g., auth) are needed given the tool's simplicity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One sentence of 8 words, front-loaded with action ('List'), no wasted words. Perfect conciseness and clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Complete for a simple list tool with 0 parameters and an output schema. The description covers what is listed (3 phases, deliverables) and no additional context is necessary.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters exist, so baseline is 4. The description does not add parameter-specific information, but none is required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists 'the 3 TIBER-EU TLPT phases with deliverables,' using a specific verb and resource. It distinguishes from siblings like pricing or scope_tlpt, which cover different TIBER-EU aspects.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use or avoid this tool vs alternatives. However, the set of siblings are distinct, so usage is implied for listing phases, but lack of explicit context lowers the score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pricingC

Pricing for MEOK DORA TLPT Planner.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, and the description does not disclose any behavioral traits such as side effects, permissions, or rate limits. The agent has no insight into whether the tool is read-only or requires special access.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no redundancy, making it concise. However, it is so brief that it sacrifices necessary detail, which prevents a higher score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With zero parameters and an output schema present, the description should explain what pricing information is returned (e.g., costs, tiers, or conditions). It fails to do so, leaving the agent without sufficient context to trust the tool's relevance.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so baseline is 4. However, the description ('Pricing...') does not add value beyond the empty schemaβ€”it merely restates the tool name. It could describe the output structure or content, which is absent.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Pricing for MEOK DORA TLPT Planner,' indicating this tool provides pricing information. It distinguishes from sibling tools (e.g., list_phases, scope_tlpt) by focusing on pricing. However, it lacks a specific verb (e.g., 'get' or 'retrieve'), which would improve precision.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. There is no mention of context, prerequisites, or exclusions, leaving the agent to guess its appropriate role.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

remediation_milestonesA

Generate a 90/180/365-day remediation milestone plan based on TLPT findings.

Args: findings_count: Total number of findings from the red-team report. severity_distribution: Dict with keys 'critical', 'high', 'medium', 'low' and counts.

Returns: Milestone plan with required closure timelines per severity.

ParametersJSON Schema
NameRequiredDescriptionDefault
findings_countYes
severity_distributionYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description must disclose behavioral traits. It explains the output (a milestone plan with closure timelines) but does not mention side effects, authentication needs, or read-only nature. It is adequate but not fully transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear purpose line followed by Args and Returns sections. It is efficient and front-loaded, though could be slightly more concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (2 parameters, output schema exists), the description covers inputs and output sufficiently. It provides a complete picture for usage without needing additional context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema description coverage, the description adds significant meaning by explaining 'findings_count' as total findings and 'severity_distribution' as a dict with keys like critical, high, etc. This compensates for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Generate a 90/180/365-day remediation milestone plan based on TLPT findings.' It uses a specific verb ('Generate') and specifies the resource and context, distinguishing it from siblings like list_phases or pricing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for generating plans from TLPT findings but does not explicitly state when to use this tool over alternatives, nor does it provide exclusionary guidance. Adequate but lacks comparative context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

scope_tlptA

Generate a DORA Article 26 TLPT scope document for a financial entity.

Args: entity_name: Legal name of the financial entity (e.g., "Acme Bank N.V."). entity_type: One of credit-institution / investment-firm / insurance / pension-fund / payment-institution / e-money-institution / market-infrastructure / CCP. sector: ISIC sector code (default: credit-institution). critical_functions: List of critical/important functions to be scoped (per Art. 26(2)). E.g., ["retail-payments", "trading-platform", "customer-onboarding"]. last_tlpt_date: ISO date of last TLPT (YYYY-MM-DD) β€” DORA mandates 3-year cycle. annual_budget_estimate_eur: Estimated TLPT engagement budget (drives RT-provider tier).

Returns: Structured scope document with phase plan, deliverables, RACI, and budget breakdown.

ParametersJSON Schema
NameRequiredDescriptionDefault
entity_nameYes
entity_typeYes
sectorNocredit-institution
critical_functionsNo
last_tlpt_dateNo
annual_budget_estimate_eurNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It discloses that the tool returns a structured scope document and outlines its contents (phase plan, deliverables, RACI, budget breakdown). This provides clear behavioral expectations, though it could explicitly confirm no side effects or authorization needs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with Args and Returns sections, and each sentence adds value. It is moderately concise, though the parameter explanations could be slightly more compact without losing clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (6 parameters, 2 required, has output schema), the description covers all parameters and the return value comprehensively. It provides sufficient context for an agent to invoke the tool correctly without ambiguity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description compensates by explaining each parameter in detail (e.g., allowed values for entity_type, default for sector, purpose of critical_functions, format for last_tlpt_date). This adds significant meaning beyond the schema's property names and types.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Generate a DORA Article 26 TLPT scope document for a financial entity', a specific verb+resource. Sibling tools (list_phases, pricing, etc.) address different use cases, so this tool is well-distinguished.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context (generating a TLPT scope document) but does not explicitly state when to use this tool versus alternatives like pricing or threat_intel_brief. No exclusion criteria or guidance on when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

signed_tlpt_attestationA

Produce an HMAC-signed TLPT attestation via the public meok-attestation-api.

Args: entity_name: Legal name of the financial entity. scope_summary: 1-3 sentence summary of test scope. test_phase: One of preparation / testing / closure. findings_summary: Dict with findings_count, severity_distribution, and summary text. signing_role: Role of the signer (default white-team-lead).

Returns: Signed attestation with verification URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
entity_nameYes
scope_summaryYes
test_phaseYes
findings_summaryYes
signing_roleNowhite-team-lead

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A3.6/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It indicates the action produces a signed attestation but does not disclose side effects, authorization requirements, or whether the action is idempotent. This is insufficient for safe invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise: a one-line purpose followed by a bullet-like list of arguments. It front-loads the purpose and uses no filler, but could be more structured (e.g., markdown formatting).

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers all input parameters and mentions the return value. However, it lacks constraints (e.g., signing_role values beyond the default) and does not explain the output schema in detail. The output schema exists but is not leveraged.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description adds significant meaning: it explains the expected structure of findings_summary (dict with specific keys), lists enum values for test_phase, and notes the default for signing_role. This goes beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool produces an HMAC-signed TLPT attestation via a specific API, and lists all arguments. It is distinct from sibling tools like list_phases or pricing, which have different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when a signed attestation is needed, but does not explicitly state when to use this tool versus alternatives or provide any exclusion criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

threat_intel_briefA

Generate a Targeted Threat Intelligence (TTI) brief template per ECB TIBER-EU v2.0.

This is a SCAFFOLD. Real TTI must be authored by an accredited threat-intel provider with current intelligence feeds. Use this template to brief them.

Args: entity_name: Legal name of the financial entity. entity_sector: One of retail-banking, wholesale-banking, insurance, asset-management, market-infrastructure, payments, e-money. geographic_footprint: List of country codes where entity operates (e.g., ["DE", "NL", "IE"]). critical_functions: List of critical functions for which threats must be modelled.

Returns: TTI template with sections aligned to TIBER-EU + ECB standards.

ParametersJSON Schema
NameRequiredDescriptionDefault
entity_nameYes
entity_sectorYes
geographic_footprintYes
critical_functionsYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.1/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, and the description does not disclose any behavioral traits such as side effects, permissions, rate limits, or whether it is read-only. It only explains the scaffold nature but lacks essential behavioral context for a tool with no annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with four sentences plus a parameter list. It front-loads the purpose and scaffold note, and every sentence is valuable. No redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given an output schema exists (but not shown), the description mentions the template aligns with standards. It explains all parameters adequately. However, it lacks details on error handling or behavior for invalid inputs, but overall is fairly complete for a template generator.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, so the description fully compensates by explaining each parameter: entity_name is legal name, entity_sector lists allowed values, geographic_footprint expects country codes, and critical_functions are for threat modeling. This adds significant meaning beyond the schema titles.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates a TTI brief template per ECB TIBER-EU v2.0, specifies it's a scaffold, and distinguishes it from siblings which are unrelated (e.g., list_phases, pricing). The verb 'Generate' and resource 'TTI brief template' are specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states that the template is a scaffold and that real TTI must be authored by an accredited provider, guiding users to use it for briefing providers. It does not explicitly mention when not to use or alternative tools, but the context is clear enough for a template generator.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 6 tool updatesv1.0.3
    • First observedlist_phases
    • First observedpricing
    • First observedremediation_milestones
    • First observedscope_tlpt
    • First observedsigned_tlpt_attestation
    • First observedthreat_intel_brief

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct purpose: listing phases, pricing, remediation milestones, scope document generation, signed attestation, and threat intel brief. No overlap in functionality, making selection unambiguous.

Naming Consistency3/5

Names use snake_case but mix verb_noun (list_phases, signed_tlpt_attestation) with plain nouns (pricing, remediation_milestones, scope_tlpt, threat_intel_brief). While readable, the pattern is inconsistent.

Tool Count5/5

With 6 tools, the server covers the key planning activities for DORA TLPT without being bloated or sparse. Each tool contributes meaningfully to the planner's purpose.

Completeness4/5

The set covers phases, pricing, remediation, scope, attestation, and threat intel scaffolding. A minor gap is the lack of a tool to input findings automatically, but the remediation_milestones tool accepts that data, so the core workflow is intact.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers