INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://lesgooo.fun/mcp
Connect to this endpoint to inspect the live schema for get_plan and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
create_plan— Create a new lesgooo plan and get its shareable links.join_plan— Join a plan as the person you act for.set_availability— Set which days the person is free (YYYY-MM-DD, today up to 2 years ahead).set_rsvp— Answer whether the person is coming: "yes", "no", or "clear" to remove the answer.add_place— Suggest a place the group can vote on (Where tab).vote_place— Up-vote ("up"), down-vote ("down") or remove your vote ("clear") on a place, by place_id from get_plan.get_checklist— Read the plan's shared checklist: open and done items, with item_id.add_checklist_item— Add an item to the plan's shared checklist (e.