orchestrator

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

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • 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.

What data it sees

Do you need an account

No: the server works without sign-in

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).
Server tool list (10)

Raw names from tools/list. Only developers need these.

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).