Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.haomingkoo/japan-seasons

io.github.haomingkoo/japan-seasons

Live Japan seasonal travel MCP: sakura, autumn leaves, flowers, festivals, fruit farms, weather.

Uptime
100.0%
1 direct probes · 30d
Response
1147ms
last probe
Tools
17
callable
Resources
5
readable
Prompts
3
available

Tools · 17

japan_seasonal_answer

Use this first when the user asks a broad Japan seasonal travel question, including cherry blossom forecasts, autumn leaves, flowers, festivals, fruit picking, or what is good during travel dates. Thi…

sakura_now

Use this first for broad cherry blossom prompts such as 'How is the sakura forecast?', 'Is sakura blooming now?', 'Where should I view sakura today?', 'Where should I see cherry blossoms this week?', …

koyo_now

Use this first for broad autumn leaves prompts such as 'How are autumn leaves looking?', 'Where is koyo good now?', 'Kyoto autumn leaves forecast', or 'Where should I see fall foliage in Japan?'. Retu…

search

Use this for ChatGPT/deep-research style retrieval over Japan in Seasons. Searches live seasonal-travel dataset guides and returns result IDs for fetch. Use for questions about Japan cherry blossom fo…

fetch

Use this after search to retrieve a full Japan in Seasons result with citation URL and text. For live sakura or autumn leaves result IDs, this fetches the current forecast answer from live JMC data.

sakura_forecast

Use this when the user asks about cherry blossom timing, peak bloom, whether sakura has started, or how cities compare across Japan. Returns Japan Meteorological Corporation forecast bloom dates, full…

sakura_spots

Use this when the user already knows the prefecture and needs exact cherry blossom viewing spots with current status and GPS coordinates. Each spot uses JMC reporter observations as the primary status…

sakura_best_dates

Use this when the user provides travel dates and wants to know where sakura is likely to be best during that trip. Returns cities whose viewing window overlaps the requested date range, based on obser…

kawazu_forecast

Use this for January-February cherry blossom requests or when the user specifically asks about Kawazu-zakura, early blossoms, or the Izu Peninsula. Returns the Japan Meteorological Corporation forecas…

koyo_forecast

Use this when the user asks when autumn leaves peak, whether one city colors earlier than another, or wants a national overview for October-December. Returns city-level maple and ginkgo forecast dates…

koyo_spots

Use this when the user already knows the prefecture and needs exact autumn leaves viewing spots. Returns Japan Meteorological Corporation koyo spots for one prefecture with best start, peak, and end d…

koyo_best_dates

Use this when the user gives autumn travel dates and wants the best cities during that window. Returns cities whose maple or ginkgo viewing windows overlap the trip, based on forecast peak dates. Do n…

weather_forecast

Use this when short-range weather could change the recommendation, especially for sakura petal fall, rain risk, or packing advice. Returns the next 3 days of Japan Meteorological Agency forecast text,…

flowers_spots

Use this for non-sakura flower trips such as plum, wisteria, hydrangea, lavender, sunflower, or cosmos. Returns curated flower spots with peak windows, official URLs, notes, and GPS coordinates. Do no…

fruit_seasons

Use this when the user asks what fruit is in season in a given month or which month is best for strawberries, grapes, peaches, apples, and similar picking trips. Returns the fruit season calendar, pea…

festivals_list

Use this when the user wants recurring Japan events to plan around, such as fireworks, matsuri, or winter festivals. Returns curated events with typical dates, attendance, official URLs, notes, and GP…

fruit_farms

Use this when the user needs actual fruit-picking farms, booking links, and map coordinates. Returns farms from the local dataset, and month filtering automatically narrows results to fruits that are …

Resources · 5

flowers

Complete list of curated seasonal flower viewing spots in Japan — wisteria, hydrangea, plum, lavender, sunflower, cosmos, and more. Static dataset with spot names, GPS coordinates, best visiting month…

japan-seasons://flowers
festivals

Complete list of recurring Japan festivals and events — fireworks (hanabi), matsuri, and winter events. Includes official event URLs, dates, and location data.

japan-seasons://festivals
fruit-farms

Complete list of 60 fruit-picking farms across Japan with GPS coordinates, available fruits, seasons, booking links, and access directions.

japan-seasons://fruit-farms
fruit-seasons

Complete full-year fruit picking season calendar for 14 fruits in Japan — season months, peak months, best regions, and notes.

japan-seasons://fruit-seasons
prefectures

Complete list of valid Japanese prefecture codes and names accepted by the prefecture parameter across sakura_spots, koyo_spots, and other tools.

japan-seasons://prefectures

Prompts · 3

plan_japan_trip

Guide for planning a seasonal trip to Japan — cherry blossom, autumn leaves, fruit picking, wisteria, hydrangea, and more. Use this when someone wants to visit Japan and see seasonal experiences.

plan_sakura_trip

Guide for planning a cherry blossom viewing trip to Japan. Use plan_japan_trip for full seasonal coverage.

plan_koyo_trip

Guide for planning an autumn leaves (koyo) viewing trip to Japan. Use plan_japan_trip for full year-round seasonal coverage.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.haomingkoo/japan-seasons": {
      "url": "https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage}",
      "transport": "streamable-http"
    }
  }
}