OurFamilyWizard MCP
Related Servers
Alternatives to OurFamilyWizard MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceA Model Context Protocol server that connects Claude to OurFamilyWizard, giving you natural-language access to your co-parenting messages, calendar, expenses, and journal.11564 npm1MIT
- AlicenseAqualityAmaintenanceA Model Context Protocol server that integrates Google Calendar with Claude Desktop, enabling users to manage calendar events (view, create, update, delete) through natural language.5109 npm59MIT
- FlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that enables Claude (or any MCP client) to read and write Clio Manage data—contacts, matters, activities—directly from chat, with flat-fee billing support in one call.-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that gives Claude access to your WHOOP biometric data — recovery, sleep, strain, and workouts.28 npmMIT
- AlicenseNot gradedqualityAmaintenanceA Model Context Protocol (MCP) server that brings your Withings health data into Claude, allowing natural conversation access to sleep patterns, body measurements, workouts, heart data, and more.41MIT
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol (MCP) server that connects to ActivityWatch, allowing LLMs like Claude to interact with your time tracking data.4MIT
TDQS
Scored across 25 tools
Most tools have distinct resource-action targets, but the messaging cluster is dense: list_messages, get_unread_sent, list_drafts, status, check_freshness, and sync_messages all overlap around reading or verifying message/draft state. The long descriptions help, but an agent could easily pick the wrong freshness or listing tool.
The overwhelming majority follow an ofw_verb_noun pattern, e.g. create_event, list_expenses, send_message, delete_draft. A few deviations like ofw_status, ofw_healthcheck, and ofw_get_unread_sent break the pattern slightly, but the convention is still predictable and readable.
25 tools sits at the heavy end of the borderline range. The broad domain justifies a decent number, but roughly half the surface is dedicated to messaging/drafts, making the set feel larger and more redundant than necessary.
Calendar and messaging lifecycles are well covered, but journal entries only support create/list and expenses lack update/delete, leaving obvious CRUD gaps. There is also no single-event get, though the date-range list partially mitigates that.