Morning Ready MCP

Expose Morning Ready to Claude — score lunches, import menus, and log feedback without leaving your chat.

Your child's data stays in your account. The agent acts on your behalf using a token you control.

Get started

Works in Claude.ai and Claude for Mac — no config files needed.

  1. 1In Claude, open Settings → Integrations and add a new integration.
  2. 2Enter the server URL: https://morning-ready.ddvvff.org/api/mcp
  3. 3Sign in with your Morning Ready account. The tools will appear in your next conversation.

Available tools

🖼
score_lunchGraded lunch risk (low/medium/high) for a date.
🖼
correct_predictionOverride a risk score with a parent note, then rescore that day.
🖼
record_feedbackLog how much the child ate — improves future scores.
📄
import_menuParse and import a school lunch menu.
📄
get_packing_listPacking list for a date.
📄
get_child_profileChild's allergies, dislikes, and dietary rules.
📄
update_preferencesUpdate a single profile field.

🖼 = renders a UI component · 📄 = plain text response

Interactive UI cards

In Claude for Mac and Claude.ai, tools marked 🖼 render a live card — risk gauges, menu previews, and feedback confirmations — directly inside the conversation. Results update in place; no copy-pasting needed.

Manual setup (developer / Claude Desktop)

Generate a bearer token from the Connect page and paste this into your claude_desktop_config.json:

{
  "mcpServers": {
    "morning-ready": {
      "url": "https://morning-ready.ddvvff.org/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN_HERE"
      }
    }
  }
}
Security: Tokens are hashed at rest. Revoke any token at any time from the Connect page.