Developer Tools
orchestratemcp.dev
Manages AI workflow graph components and provides technology stack recommendations.
ENDPOINT 1
https://mcp.orchestratemcp.dev/mcp
Known tools 18
get_graph_componentReturns full details for a single workflow graph component by id.
Inferred read-onlyget_stack_recommendationReturns the recommended technology stack for an AI workflow, with opinionated defaults and when-to-upgrade guidance.
Inferred read-onlycompose_workflow_routeProposes a candidate AI workflow route by matching your goal to graph components, adding required dependencies and safety gates, ordering steps, and scoring the result.
Inferred read-onlyget_playbookReturns a golden-path playbook from the workflow graph registry by id or workflow type.
Inferred read-onlyget_relevant_docsReturns documentation and source references relevant to a playbook, route, set of components, or framework/topic from the workflow graph registry and the internal docs-index.
Inferred read-onlyrecord_session_feedbackThe 'ship' step after plan_workflow: capture an evaluation of a COMPLETED workflow setup.
Inferred read-onlyexplain_componentReturns a plain-language, operator-friendly explanation of a single workflow component — what it does, what it needs, what it produces, which other steps it connects to, and what can go wrong.
Inferred read-onlyvalidate_playbook_candidateDeterministic, read-only gate for the playbook factory.
Inferred read-onlyexport_build_briefTakes a plan_workflow result and emits a provenance-tagged Build Brief — a self-contained handoff document (§0 Constraints → §9 Observability wiring) ready to paste into an IDE agent prompt, a Linear issue, or an Obsidian note.
Inferred read-onlyhealth_checkReturns the server name, version, a summary of loaded registry entities (components, edges, stacks, routes, playbooks), and a build fingerprint.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.orchestratemcp-dev]
url = "https://mcp.orchestratemcp.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"orchestratemcp-dev": {
"type": "http",
"url": "https://mcp.orchestratemcp.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: orchestratemcp-dev
Remote MCP URL: https://mcp.orchestratemcp.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"orchestratemcp-dev": {
"url": "https://mcp.orchestratemcp.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"orchestratemcp-dev": {
"type": "http",
"url": "https://mcp.orchestratemcp.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "orchestratemcp-dev",
"transport": "streamable-http",
"url": "https://mcp.orchestratemcp.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for orchestratemcp.dev was fetched 2026-09-06T09:14:37.333Z.
orchestratemcp.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.