ToolOracle/ampeloracle
DORA Ampel Compliance System — 22 MCP tools for real-time DORA Article assessment with traffic-light scoring
Platform-specific configuration:
{
"mcpServers": {
"ampeloracle": {
"command": "npx",
"args": [
"-y",
"ampeloracle"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
DORA Compliance MCP Server — 22 tools | Part of ToolOracle
# Claude Desktop / Cursor / Windsurf
npx -y mcp-remote https://tooloracle.io/ampel/mcp/// claude_desktop_config.json
{
"mcpServers": {
"ampeloracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://tooloracle.io/ampel/mcp/"]
}
}
}| Tool | Description | |------|-------------| | readiness_check | Full DORA readiness score + Ampel per article. Returns GREEN/YELLOW/RED/GREY for | | article_status | Detailed Ampel for a specific DORA article. Each check with GREEN/YELLOW/RED con | | gap_report | DORA compliance gaps. RED/GREY/YELLOW items with priority and required actions. | | evidence_summary | All evidence artefacts for an entity with hashes and expiry dates. | | collect_art10 | Collect live Art. 10 evidence from NVD, CISA KEV, CERT-Bund. Auto-assesses. | | entity_list | List all registered regulated entities. | | create_entity | Register a new regulated entity. | | audit_trail | Chain-linked audit log with integrity check. | | generate_report | Generate data-driven DORA Ampel PDF report. Score, gap analysis, provider regist | | freshness_check | Run freshness watchdog. Expires stale evidence, downgrades GREEN->YELLOW->GREY i | | bridge_report | Bridge gap analysis: classifies gaps by DATA/EVIDENCE/POLICY/WORKFLOW with closu | | register_provider | Register an ICT third-party provider for DORA Art. 28 Register of Information. S | | check_contract | Check DORA Art. 30 contract clauses for a provider. Returns PASS/WARN/BLOCK with | | `
Loading reviews...