orchestrator
Orchestrator is a prompt-first router that selects the next MCP server based on user intent.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- 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 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)
- If a token is missing, start with
orchestrator.landing_routesto discover public routes. - If account access is needed, ask for consent and call
orchestrator.send_magic_link(confirm_send=true) to email a tokenized link. - For cross-domain status (what is filled vs missing), call
orchestrator.summary. - Based on user intent + the summary, switch to either zoro-wealth or zoro-goals for the actual work.
- Only if the user asks for reminder scheduling, switch to zoro-nags (usually suggested by Wealth/Goals).
Список инструментов сервера (10)
Технические названия из tools/list. Нужны только разработчикам.
| 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). |