mcpbeat

Conductor MCP Server

io.tooloracle/conductor
not responding

Conductor is listed as active in the registry but did not answer our last check. It exposes 16 tools. Last commit 1 Apr 2026.

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

The author archived this repository on GitHub, meaning it is no longer maintained.

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
0.0%
Uptime 24h
0 of 91 checks
16
Tools
read from the server
1059 ms
Response time
average over 24h
0
Stars
last commit 1 Apr 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add conductor --transport http https://tooloracle.io/conductor/mcp/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "conductor": {
      "url": "https://tooloracle.io/conductor/mcp/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.conductor]
url = "https://tooloracle.io/conductor/mcp/"
.cursor/mcp.json
{
  "mcpServers": {
    "conductor": {
      "url": "https://tooloracle.io/conductor/mcp/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "conductor": {
      "url": "https://tooloracle.io/conductor/mcp/"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

workflow
run_workflow
Execute a predefined multi-step workflow across oracles.
workflow_library
List all available predefined workflows with descriptions and step counts.
board
board_briefing
Executive briefing: readiness score, cloud status, test coverage, deadlines, key risks.
daily
daily_check
Daily compliance health check: cloud, tests, findings, regulatory changes, CVEs.
full
full_assessment
Run complete DORA assessment across ALL 16 oracles. Returns aggregated risk score, critical issues, and per-oracle details.
gap
gap_analysis
Cross-oracle gap analysis: compliance, testing, policies, training.
health
health_check
Conductor health + oracle availability.
nca
nca_readiness
BaFin/NCA audit readiness checklist: score, red articles, testing, RoI, training.
obligation
obligation_overview
All obligation_ids from all oracles in one call.
onboard
onboard_entity
Full entity onboarding workflow across all oracles.
oracle
oracle_status
Health status of all 16 DORA OS oracles.
ping
ping
Connectivity test.
plan
plan_remediation
Given current gaps, generate prioritized remediation plan with actions, oracles, urgency, deadlines.
react
react_to_event
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.
readiness
readiness_dashboard
Health status of all 23 oracles + total tool count. System-wide monitoring.
sync
sync_all
Trigger all sync_to_ampel across TestOracle + CloudOracle. Updates AmpelOracle with latest data.

Endpoints

URLTransportStateLatencyChecked
https://tooloracle.io/conductor/mcp/ streamable-http answering 1059 ms 12 min ago

Conductor — questions

Answers built from our own checks of this server.

What can Conductor do?
It exposes 16 tools, read directly from the server on our last check. Among them: board_briefing, daily_check, full_assessment, gap_analysis, health_check, nca_readiness and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Conductor working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 1059 ms. The bar chart above shows every period we have measured.
Is Conductor still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
The registry lists Conductor as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Conductor?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Conductor need an API key?
No. Conductor completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
Is Conductor open source?
Yes — written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.