goodwill-mcp
Related Servers
Alternatives to goodwill-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables managing Splitwise expenses and generating premium spending analytics with category breakdowns, trends, and settlement optimization through natural language.MIT
- AlicenseAqualityBmaintenanceEnables AI agents to manage Splitwise expenses through natural language, including reading balances, splitting costs, and handling authentication and rate limits automatically.7MIT
- AlicenseNot gradedqualityDmaintenanceEnables natural language management of Splitwise expenses, groups, and friends via the Model Context Protocol, with dual authentication and fuzzy name resolution.12MIT
- AlicenseAqualityCmaintenanceEnables MCP-compatible AI hosts to manage Splitwise accounts, including expenses, groups, friends, and balances, with built-in guards against duplicate charges and unconfirmed destructive actions.171MIT
- AlicenseAqualityAmaintenanceConnects Claude to Splitwise for natural-language access to expenses, groups, friends, and balances.27204 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables conversational control of Splitwise accounts through Claude AI, allowing users to add expenses, check group balances, record settlements, and manage payment splits using natural language commands. Supports multiple currencies and flexible splitting methods including equal, exact, and percentage-based divisions.1MIT
TDQS
Scored across 10 tools
Every tool has a clear, distinct responsibility: balance explanation, overall balances, statement matching, stale balance reporting, settlement planning, duplicate detection, expense adding, itemized splitting, payment recording, and reminders. There is no meaningful overlap between any pair of tools.
All tools use snake_case and are generally readable, but the set mixes verb-first names (add_expense, find_duplicates, explain_balance) with noun-first names (overall_balances, stale_balances), plus a bare verb (nudge) and a phrasal verb (settle_up). No single consistent naming pattern is maintained, though none are misleading.
With 10 tools, the set is well-scoped for a Splitwise assistant: it covers adding expenses, itemizing bills, reconciling statements, checking balances, planning and recording settlements, finding duplicates, and nudging debtors. Each tool maps to a distinct user task and none feel redundant.
The tool set covers the main lifecycle of expense tracking and settlement well, with only minor gaps. Duplicate detection is read-only and has no paired merge/delete tool, and there is no direct expense-list query, though balance explanations partially compensate.