← Registry

Productivity

lesgooo.fun

An MCP server for creating and coordinating lesgooo plans, including managing participant availability, RSVPs, dates, places, and shared costs.

1 endpoint15 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://lesgooo.fun/mcp

No auth detected

MCP server metadata

Name
lesgooo
Version
1.0.0
Capabilities
tools
Server instructions

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

create_plan

Create a new lesgooo plan and get its shareable links.

Potential side effects
get_plan

Read 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-only
join_plan

Join a plan as the person you act for.

Inferred read-only
set_availability

Set which days the person is free (YYYY-MM-DD, today up to 2 years ahead).

Inferred read-only
set_rsvp

Answer whether the person is coming: "yes", "no", or "clear" to remove the answer.

Potential side effects
add_place

Suggest a place the group can vote on (Where tab).

Inferred read-only
vote_place

Up-vote ("up"), down-vote ("down") or remove your vote ("clear") on a place, by place_id from get_plan.

Potential side effects
get_checklist

Read the plan's shared checklist: open and done items, with item_id.

Inferred read-only
add_checklist_item

Add an item to the plan's shared checklist (e.

Inferred read-only
check_item

Mark a checklist item done (done: true) or open again (done: false), by item_id from get_checklist.

Inferred read-only
update_event

Change the shared event everyone sees on the RSVP page: title, date/time, place or description.

Inferred read-only
get_expenses

Read the plan's shared costs (Splitwise tab): expenses, each person's balance, and the suggested payments to settle up.

Inferred read-only
add_expense

Record a shared expense, split equally.

Inferred read-only
record_payment

Record that the person you act for paid someone back (settling up).

Inferred read-only
remove_entry

Delete an expense, payment, checklist item or place that the person you act for added (e.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.