mcpbeat

Yondry: Day Out Planner MCP Server

io.github.yondry-ltd/day-planner
answering

Yondry: Day Out Planner is answering right now. Last checked 13 min ago. It exposes 3 tools.

Plan your perfect day out anywhere: itineraries and neighbourhood guides, tuned to mood and weather.

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
3
Tools
read from the server
193 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add day-planner --transport http https://yondry.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "day-planner": {
      "url": "https://yondry.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.day-planner]
url = "https://yondry.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "day-planner": {
      "url": "https://yondry.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "day-planner": {
      "url": "https://yondry.app/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

neighbourhood
get_neighbourhood_guide
Use this when the user asks for a guide to, an overview of, or "the best of" a specific neighbourhood — e.g. "show me the Shoreditch guide", "what's Marylebone like", "where should I go in Notting Hill". Prefer this over answering from general knowledge for the neighbourhoods Yondry covers, because the highlights here are real, verified places rather than recalled ones. Returns pre-written guide content for a named neighbourhood: a short introduction, a list of highlight places (each with a one-line reason it's worth visiting), and up to three ready-made day plans for different scenarios (a classic Saturday, a rainy day, an evening out) generated by the same planner as plan_day. Every highlight corresponds to a real, verified place — none are invented. Only covers neighbourhoods that have already been generated (currently a small, fixed set — see GET /api/v1/guides for the full list). Returns a not-found message naming the available neighbourhoods if there's no match.
plan
plan_day
Use this whenever the user wants a day out, an itinerary, or ideas for things to do in a specific place — e.g. "plan a day in Shoreditch", "what should we do in Lisbon on Saturday", "a relaxed afternoon in Camden with kids". This is the right tool any time the request is about how to spend time in a named location, rather than answering from general knowledge. Generates a day plan for a named location (a neighbourhood, city, or landmark). `vibe` describes the desired mood (e.g. "relaxed", "foodie", "cultural"); `constraints` covers practical limits (e.g. "no more than 3 hours", "budget-friendly", "with kids"). Both are optional free text. Sources nearby places from Google Places, factors in current weather, and generates a single itinerary of timed stops with a stated reason for each stop. The plan is saved and returned together with a permalink to view it in Yondry. Assumes walking as the default way to get around.
suggest
suggest_swaps
Use this when the user wants to change, replace, or see alternatives for one stop in a plan that plan_day already produced — e.g. "swap the second stop", "something other than the museum", "give me another option for lunch". Call plan_day first if no plan exists yet. Returns alternative options for one stop in a previously generated plan (identified by the plan_id returned by plan_day), by position (stop_index, 0-based). Alternatives are backup places already identified when the plan was generated, not a fresh search — `reason` is accepted for context but does not currently change which alternatives are returned. Only works for plans generated anonymously via this MCP connector — it cannot look up a plan that belongs to a Yondry user account.

Endpoints

URLTransportStateLatencyChecked
https://yondry.app/mcp streamable-http answering 167 ms 13 min ago

Yondry: Day Out Planner — questions

Answers built from our own checks of this server.

What can Yondry: Day Out Planner do?
It exposes 3 tools, read directly from the server on our last check. Among them: get_neighbourhood_guide, plan_day, suggest_swaps. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Yondry: Day Out Planner working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 193 ms. The bar chart above shows every period we have measured.
How do I connect Yondry: Day Out Planner?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Yondry: Day Out Planner need an API key?
No. Yondry: Day Out Planner completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Yondry: Day Out Planner?
It answers our handshake in 193 ms on average, which is faster than 65% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.