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.
Works in Claude.ai and Claude for Mac — no config files needed.
https://morning-ready.ddvvff.org/api/mcpscore_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
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.
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"
}
}
}
}