目录 / orchestrator
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_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). |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。