Productivity
lesgooo.fun
An MCP server for creating and coordinating lesgooo plans, including managing participant availability, RSVPs, dates, places, and shared costs.
ENDPOINT 1
https://lesgooo.fun/mcp
MCP server metadata
- Name
- lesgooo
- Version
- 1.0.0
lesgooo.fun is a free, no-login group planner. A plan is shared as a link; the group picks days they are free, votes on places and RSVPs. You act for ONE person. Always confirm with them before creating a plan, joining one, or changing their availability or RSVP — never commit someone's time without asking. Typical flow: create_plan (or get a plan link from the user) → share the plan's links with the group → join_plan as your user → set_availability / set_rsvp → get_plan to see the best dates. Keep the participant_token returned by create_plan/join_plan; it is required for every change made on that person's behalf. To catch up later, call get_plan with since = the server_time of your previous get_plan; the response then lists what changed. Costs: get_expenses shows who paid what and who owes whom; add_expense / record_payment change money records — always confirm amounts with the user. Places: add_place / vote_place. Checklist: get_checklist / add_checklist_item / check_item. update_event changes the shared event (title, time, place) for everyone — only after the group agreed. Mistakes: remove_entry deletes an expense, payment, checklist item or place that your person added — confirm with them first.
Known tools 15
get_planRead a plan: today's date, title, event details, participants and their available dates and RSVP, the best dates so far (with weekday), the places being voted on (with place_id) and the currency for shared costs.
Inferred read-onlyset_availabilitySet which days the person is free (YYYY-MM-DD, today up to 2 years ahead).
Inferred read-onlyset_rsvpAnswer whether the person is coming: "yes", "no", or "clear" to remove the answer.
Potential side effectsvote_placeUp-vote ("up"), down-vote ("down") or remove your vote ("clear") on a place, by place_id from get_plan.
Potential side effectscheck_itemMark a checklist item done (done: true) or open again (done: false), by item_id from get_checklist.
Inferred read-onlyupdate_eventChange the shared event everyone sees on the RSVP page: title, date/time, place or description.
Inferred read-onlyget_expensesRead the plan's shared costs (Splitwise tab): expenses, each person's balance, and the suggested payments to settle up.
Inferred read-onlyremove_entryDelete an expense, payment, checklist item or place that the person you act for added (e.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lesgooo]
url = "https://lesgooo.fun/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lesgooo": {
"type": "http",
"url": "https://lesgooo.fun/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lesgooo
Remote MCP URL: https://lesgooo.fun/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lesgooo": {
"url": "https://lesgooo.fun/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lesgooo": {
"type": "http",
"url": "https://lesgooo.fun/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lesgooo",
"transport": "streamable-http",
"url": "https://lesgooo.fun/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.