mcpserver.lol
registry/personal
Connection check verified live · 20h ago

personal

20 inbox, calendar, travel, meals and family-logistics skill products. 7 of 9 free.

Tools 9
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

9 tools

Read from the running server on 20h ago.

budget_split read-only needs_pctwants_pctsavings_pctmonthly_income*
Split monthly income into needs/wants/savings buckets with weekly equivalents. FREE. Defaults to the 50/30/20 rule, fully customizable. Typical input {"monthly_income": 4000} retu…
countdown_days read-only events*
Count the days until each named event, soonest first. FREE. Typical input {"events": {"Launch": "2026-10-01", "Trip": "2026-09-05"}} returns {"today": "YYYY-MM-DD", "events": [{"e…
get_free_skill read-only slug*
Load a product's free gateway skill with its complete instructions. FREE. Typical input {"slug": "inbox-assistant"} returns {"slug": ..., "skill": "<skill name>", "instructions":…
get_full_product read-only slug*
Load one product in full: its persona plus every paid skill. PREMIUM (license). Typical input {"slug": "inbox-assistant"} returns {"slug": ..., "name": ..., "persona": "<persona t…
get_full_skill read-only slug*skill_name*
Load one paid skill's complete instructions from a product. PREMIUM (license). Typical input {"slug": "inbox-assistant", "skill_name": "Zero Sweep"} returns {"slug": ..., "skill":…
list_products read-only
List every product in the Personal Suite line with its included skills. FREE. Takes no arguments. Returns a list of 20 product objects, each {"slug": "inbox-assistant", "name": ..…
savings_goal read-only target*monthly_saving*annual_rate_pct
Compute months to reach a savings target at a monthly contribution. FREE. Optionally compounds interest monthly. Administrative math only — not financial advice. Typical input {"t…
spaced_repetition_plan read-only sessionsstart_date*
Build a spaced-repetition review schedule with expanding intervals. FREE. Intervals follow 1, 3, 7, 14, 30, 60, 120, 240 days. Typical input {"start_date": "2026-09-01", "sessions…
tip_split read-only bill*peopletip_pct
Compute the tip and per-person split for a bill. FREE. Typical input {"bill": 86.40, "tip_pct": 20, "people": 4} returns {"tip": 17.28, "total": 103.68, "per_person": 25.92}. Use…