● healthy
Goals MCP provides tooling for the six goal flows (`/save`, `/home`, `/invest`, `/insurance`, `/tax`, `/retire`): - `goals.overview`: boolean flags per goal + tokenized deep-link paths - `goals.detail`: full `user_data` slices per goal (optionally limited to selected fields) - Prompts for “save-only onboarding” JSON payload generation (client LLM parses) ## How it fits with Orchestrator + Wealth - Orchestrator routes to Goals when the user wants goal progress or goal-form payloads. - Wealth/Goals can recommend switching to Nags only when reminder scheduling is requested. ## MCP server URL `https://www.getzoro.com/api/mcp/goals`
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/zoro/goals/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/zoro/goals/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://www.getzoro.com/goals
Listed at (smithery)
https://www.getzoro.com/goals