Token导航 LogoToken导航TokenDH.com
OR
其他HTTP官方级别未说明来源级核验

orchestrator (817cc7)

MCP Server

Orchestrator is a **prompt-first router** that selects the next MCP server based on user intent.

工具数

公开资料未说明
JavaScriptToken认证HTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/18 00:02

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add zoro/orchestrator

详细介绍

orchestrator

Orchestrator is a prompt-first router that selects the next MCP server based on user intent.

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add zoro/orchestrator

# Browse available tools
npx -y smithery tool list zoro/orchestrator

# Get full schema for a tool
npx -y smithery tool get zoro/orchestrator orchestrator.server_catalog

# Call a tool
npx -y smithery tool call zoro/orchestrator orchestrator.server_catalog '{}'

Direct MCP Connection

Endpoint: https://orchestrator--zoro.run.tools

Optional config:

  • token (query) — Zoro user token linked to your email address

Tools (10)

  • orchestrator.server_catalog — Return MCP endpoints and recommended server keys.
  • orchestrator_server_catalog — Return MCP endpoints and recommended server keys.
  • orchestrator.landing_routes — Public no-token routes to start the experience.
  • orchestrator_landing_routes — Public no-token routes to start the experience.
  • orchestrator.summary — Cross-domain snapshot: which goals/wealth areas have data + tokenized deep links.
  • orchestrator_summary — Cross-domain snapshot: which goals/wealth areas have data + tokenized deep links.
  • orchestrator.onboarding — Onboarding payload (requires token). Returns profile/shared_data + next deep links.
  • orchestrator_onboarding — Onboarding payload (requires token). Returns profile/shared_data + next deep links.
  • orchestrator.send_magic_link — Send magic link email so the user can open a path with their token (uses /api/auth/send-magic-link).
  • orchestrator_send_magic_link — Send magic link email so the user can open a path with their token (uses /api/auth/send-magic-link).
# Get full input/output schema for a tool
npx -y smithery tool get zoro/orchestrator 

Resources

  • zoro://orchestrator/docs — How orchestrator is used

Prompts (3)

  • start_here (goal, has_token) — Route the user to the right MCP server
  • onboarding_email_link (email, redirectPath, confirm_send) — Onboard user and send access link by email
  • review_progress (token) — Summarize wealth and goals progress

目录标签

目录标签

JavaScriptToken认证HTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

token

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPtoken部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP