
lesgooo.fun MCP server
Free no-signup group planner: dates, RSVPs, place votes, shared checklist and split costs.
Little public usage data yet
Reviews
Write oneNobody has reviewed lesgooo.fun yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
lesgooo.fun tools (14, 2 write)
write = sends, deletes, buys or postsadd_checklist_itemFreeAdd an item to the plan's shared checklist (e.g. "Bring the grill"). Acts as the participant.
add_expenseFreeRecord a shared expense, split equally. paid_by defaults to the person you act for; split_among defaults to everyone in the plan. Always confirm the amount and who shares it with the user first.
add_placeFreeSuggest a place the group can vote on (Where tab). Give a name and optionally an address and a Google Maps link. Duplicates are merged. Acts as the participant.
check_itemFreeMark a checklist item done (done: true) or open again (done: false), by item_id from get_checklist.
create_planwrite actionFreeCreate a new lesgooo plan and get its shareable links. Optionally adds the user as the first participant (returns their participant_token). Only call after the user asked for it.
get_checklistFreeRead the plan's shared checklist: open and done items, with item_id.
get_expensesFreeRead the plan's shared costs (Splitwise tab): expenses, each person's balance, and the suggested payments to settle up. Amounts are in the plan's currency.
get_planFreeRead a plan: title, event details, participants and their available dates and RSVP, the best dates so far, and the places being voted on (with place_id). Pass since (the server_time of an earlier call) to also get a list of what changed since then.
join_planFreeJoin a plan as the person you act for. If a participant with the same name already exists, you act as them (like picking your name in the app). Returns participant_id and participant_token. Confirm the name with the user first.
record_paymentFreeRecord that the person you act for paid someone back (settling up). amount defaults to what they owe that person according to get_expenses. Only after the money was actually sent.
set_availabilityFreeSet which days the person is free (YYYY-MM-DD, today up to 2 years ahead). mode: "replace" (default) sets exactly these days, "add" / "remove" change them. Only with the user's confirmation.
set_rsvpFreeAnswer whether the person is coming: "yes", "no", or "clear" to remove the answer. For a repeating event the answer is for one occurrence: the next one by default, or pass occurrence_date (see get_plan event.upcoming). Only with the user's confirmation.
update_eventwrite actionFreeChange the shared event everyone sees on the RSVP page: title, date/time, place or description. Only after the group agreed. Times are local (no time zone); omit start_time for an all-day event. Send only the fields to change; an empty string clears a field.
vote_placeFreeUp-vote ("up"), down-vote ("down") or remove your vote ("clear") on a place, by place_id from get_plan. Only with the user's confirmation.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 989ms20/20
- Tool poisoning14 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http lesgooo https://lesgooo.fun/mcp
lesgooo.fun: common questions
- Is lesgooo.fun MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the lesgooo.fun safety report
- How do I install lesgooo.fun?
- It runs remotely at lesgooo.fun. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does lesgooo.fun need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is lesgooo.fun maintained?
- The latest release is v1.1.0.
- Is lesgooo.fun up?
- 100% of our last 2 checks got an answer. We check remote servers about four times a day.