AgentMarketMCP / SKILL 资产档案馆

目录 / orchestrator

MCP 鉴权未知 未评级 已上架

orchestrator

Orchestrator is a **prompt-first router** that selects the next MCP server based on user intent. ## Core rule - **Orchestrator never calls Nags directly.** - Wealth/Goals can recommend switching to Nags **only if** the user explicitly asks to schedule reminders. ## MCP servers - Orchestrator: `https://www.getzoro.com/api/mcp/orchestrator` - Wealth: `https://www.getzoro.com/api/mcp/wealth` - Goals: `https://www.getzoro.com/api/mcp/goals` - Nags: `https://www.getzoro.com/api/mcp/nags` ## How it is used (typical flow) 1. If a token is missing, start with `orchestrator.landing_routes` to discover public routes. 2. If account access is needed, ask for consent and call `orchestrator.send_magic_link` (`confirm_send=true`) to email a tokenized link. 3. For cross-domain status (what is filled vs missing), call `orchestrator.summary`. 4. Based on user intent + the summary, switch to either **zoro-wealth** or **zoro-goals** for the actual work. 5. Only if the user asks for reminder scheduling, switch to **zoro-nags** (usually suggested by Wealth/Goals).

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://orchestrator--zoro.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "orchestrator": {
      "url": "https://orchestrator--zoro.run.tools"
    }
  }
}

能力清单

工具说明
orchestrator.server_catalogReturn MCP endpoints and recommended server keys.
orchestrator_server_catalogReturn MCP endpoints and recommended server keys.
orchestrator.landing_routesPublic no-token routes to start the experience.
orchestrator_landing_routesPublic no-token routes to start the experience.
orchestrator.summaryCross-domain snapshot: which goals/wealth areas have data + tokenized deep links.
orchestrator_summaryCross-domain snapshot: which goals/wealth areas have data + tokenized deep links.
orchestrator.onboardingOnboarding payload (requires token). Returns profile/shared_data + next deep links.
orchestrator_onboardingOnboarding payload (requires token). Returns profile/shared_data + next deep links.
orchestrator.send_magic_linkSend magic link email so the user can open a path with their token (uses /api/auth/send-magic-link).
orchestrator_send_magic_linkSend magic link email so the user can open a path with their token (uses /api/auth/send-magic-link).
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。