{"name":"io.github.haomingkoo/japan-seasons","slug":"haomingkoo-japan-seasons","title":null,"description":"Live Japan seasonal travel MCP: sakura, autumn leaves, flowers, festivals, fruit farms, weather.","url":"https://mcp.market/server/haomingkoo-japan-seasons","rating":null,"grade":"A","score":93,"certified":false,"status":"active","category":"maps","tags":["maps"],"presence":{"score":34,"stars":1,"forks":0,"downloads_week":150,"last_push_at":"2026-08-28T09:44:27.000Z","license":"MIT"},"uptime":null,"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/haomingkoo/japan-seasons-mcp","website":null,"version":"0.5.0","remotes":[{"type":"streamable-http","url":"https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage}","variables":{"dateStyle":{"description":"How dates are rendered in tool output.","default":"friendly","choices":["friendly","iso"]},"includeCoordinates":{"description":"Whether spot, festival, and farm outputs include GPS coordinates.","format":"boolean","default":"true"},"mapLanguage":{"description":"Preferred language for forecast map links when both English and Japanese versions exist.","default":"english","choices":["english","japanese"]},"temperatureUnit":{"description":"Preferred temperature unit for weather output.","default":"celsius","choices":["celsius","fahrenheit"]}}}],"packages":[{"registryType":"npm","identifier":"japan-seasons-mcp","version":"0.5.0","transport":{"type":"stdio"},"environmentVariables":[{"description":"How dates are rendered in tool output.","value":"friendly","name":"JAPAN_SEASONS_DATE_STYLE"},{"description":"Preferred temperature unit for weather output.","value":"celsius","name":"JAPAN_SEASONS_TEMPERATURE_UNIT"},{"description":"Whether spot, festival, and farm outputs include GPS coordinates.","value":"true","name":"JAPAN_SEASONS_INCLUDE_COORDINATES"},{"description":"Preferred language for forecast map links when both English and Japanese versions exist.","value":"english","name":"JAPAN_SEASONS_MAP_LANGUAGE"}]},{"registryType":"npm","identifier":"japan-seasons-mcp","version":"0.5.0","transport":{"type":"streamable-http","url":"http://127.0.0.1:{PORT}/mcp"},"packageArguments":[{"value":"--http","type":"positional"}],"environmentVariables":[{"description":"Local port used when starting the package in HTTP MCP mode.","value":"3000","name":"PORT"},{"description":"How dates are rendered in tool output.","value":"friendly","name":"JAPAN_SEASONS_DATE_STYLE"},{"description":"Preferred temperature unit for weather output.","value":"celsius","name":"JAPAN_SEASONS_TEMPERATURE_UNIT"},{"description":"Whether spot, festival, and farm outputs include GPS coordinates.","value":"true","name":"JAPAN_SEASONS_INCLUDE_COORDINATES"},{"description":"Preferred language for forecast map links when both English and Japanese versions exist.","value":"english","name":"JAPAN_SEASONS_MAP_LANGUAGE"}]}],"tools":[{"name":"festivals_list","description":"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 GPS coordinates. Do not use this for bloom timing, one-off concerts, or weather forecasts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"month":{"description":"Optional month number from 1 to 12. Useful examples: 7 or 8 for fireworks season, 10 or 11 for autumn matsuri, and 1 or 2 for winter events.","title":"Month Number","type":"integer","minimum":1,"maximum":12},"type":{"description":"Optional event type filter. Allowed values: 'all', 'fireworks', 'matsuri', or 'winter'. Omit or use 'all' to return every event type.","title":"Event Type","type":"string","enum":["all","fireworks","matsuri","winter"]},"prefecture":{"description":"Optional prefecture filter such as 'Tokyo', 'Kyoto', 'Osaka', or 'Hokkaido'. Partial case-insensitive matches are supported.","title":"Prefecture Filter","type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"fetch","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Result ID returned by search, such as sakura-now, koyo-now, flowers, festivals, fruit, or mcp-install.","title":"Result ID"}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"flowers_spots","description":"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 not use this for cherry blossom or autumn leaves timing; use the sakura or koyo tools for those live forecasts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"description":"Optional flower type filter. Allowed values: 'all', 'plum', 'nanohana', 'wisteria', 'iris', 'hydrangea', 'lavender', 'sunflower', or 'cosmos'. Omit or use 'all' to return every flower type.","title":"Flower Type","type":"string","enum":["all","plum","nanohana","wisteria","iris","hydrangea","lavender","sunflower","cosmos"]},"prefecture":{"description":"Optional prefecture filter such as 'Kanagawa', 'Kyoto', 'Tokyo', or 'Hokkaido'. Partial case-insensitive matches are supported.","title":"Prefecture Filter","type":"string"},"month":{"description":"Optional month number from 1 to 12. Returns only flower types whose curated season includes that month, for example 4 for wisteria or 6 for hydrangea.","title":"Month Number","type":"integer","minimum":1,"maximum":12}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"fruit_farms","description":"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 in season. If the user only asks which fruit is in season, call fruit_seasons first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"month":{"description":"Optional travel month from 1 to 12. Filters to farms with at least one fruit in season during that month, for example 5 for May strawberry farms.","title":"Travel Month","type":"integer","minimum":1,"maximum":12},"fruit":{"description":"Optional fruit name such as 'Strawberry', 'Apple', 'Grape', 'Peach', 'Cherry', or 'Mikan'. Matching is case-insensitive. Use with or instead of month.","title":"Fruit Name","type":"string"},"region":{"description":"Optional prefecture, city, or region substring such as 'Yamanashi', 'Nagano', 'Aomori', or 'Tokyo'. Partial case-insensitive matching is supported against farm names and addresses.","title":"Region Filter","type":"string"},"limit":{"description":"Optional maximum number of farms to return. Default is 30 and the hard maximum is 100.","title":"Result Limit","type":"integer","minimum":1,"maximum":100}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"fruit_seasons","description":"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, peak months, best regions, and notes for 14 fruits. Call fruit_farms next if the user needs actual farm listings, map coordinates, or booking links.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"month":{"description":"Optional month number from 1 to 12. Returns fruits in season during that month plus fruits starting the following month. Omit to return the full year calendar.","title":"Month Number","type":"integer","minimum":1,"maximum":12}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"japan_seasonal_answer","description":"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. This is the best entry point for natural traveler prompts because it routes to the right live dataset and returns a ready-to-use recommendation. Do not use this for hotels, flights, trains, visas, restaurants, or generic itinerary planning unrelated to seasonal timing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"question":{"description":"The user's natural-language question, for example 'How is the sakura forecast?', 'Where should I see autumn leaves in late November?', or 'What seasonal things are good in Japan in June?'","title":"Question","type":"string"},"start_date":{"description":"Optional trip start date in YYYY-MM-DD format. Provide this when the user gives travel dates.","title":"Trip Start Date","type":"string"},"end_date":{"description":"Optional trip end date in YYYY-MM-DD format. Provide this when the user gives travel dates.","title":"Trip End Date","type":"string"},"location":{"description":"Optional city, prefecture, or region such as Tokyo, Kyoto, Hokkaido, Kansai, Tohoku.","title":"Location","type":"string"},"season":{"description":"Optional explicit season/topic. Use auto unless the user clearly asks for one topic. Use overview for broad questions about what seasonal activities are good in a month.","title":"Season Topic","type":"string","enum":["auto","overview","sakura","kawazu","koyo","flowers","festivals","fruit","weather"]}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"kawazu_forecast","description":"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 forecast comment, forecast map links, and Kawazu cherry spots with bloom percentages, full-bloom percentages, forecast dates, and coordinates. Do not use this for standard Somei-Yoshino sakura elsewhere in Japan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"include_spots":{"description":"Whether to include the full list of Kawazu viewing spots. Defaults to true. Set false when the user only needs the overall forecast summary and map.","title":"Include Spot Listings","type":"boolean"},"spot_name":{"description":"Optional case-insensitive substring filter for a specific Kawazu landmark or area, such as '原木', '駅前', 'iZoo', or '七滝'. Use this when the user asks about one named spot instead of the full list.","title":"Spot Name Filter","type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"koyo_best_dates","description":"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 not use this for general climate questions or for exact park recommendations without dates; use koyo_spots when the prefecture is already known.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"start_date":{"type":"string","description":"Trip start date in YYYY-MM-DD format, for example '2026-11-20'. The tool checks whether each city's koyo window overlaps this date.","title":"Trip Start Date"},"end_date":{"type":"string","description":"Trip end date in YYYY-MM-DD format, for example '2026-11-27'. Must be on or after start_date.","title":"Trip End Date"}},"required":["start_date","end_date"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"koyo_forecast","description":"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, forecast maps, and regional commentary from Japan Meteorological Corporation. Do not use this for specific temples, gardens, or GPS-tagged locations; call koyo_spots next for those.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"region":{"description":"Optional case-insensitive filter for a region, prefecture, or city such as 'Kyoto', 'Tokyo', 'Hokkaido', 'Kansai'. Use this when the user only cares about one part of Japan instead of the full national forecast.","title":"Region or Prefecture Filter","type":"string"},"tree_type":{"description":"Optional tree filter. Use 'maple' for momiji-only dates, 'ginkgo' for ginkgo-only dates, or omit/use 'all' to return both.","title":"Tree Type Filter","type":"string","enum":["all","maple","ginkgo"]}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"koyo_now","description":"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?'. Returns a concise current answer from live Japan Meteorological Corporation maple and ginkgo forecast data. Do not use this for cherry blossoms, fruit picking, hotels, trains, or generic itinerary planning.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"region":{"description":"Optional city, prefecture, or region filter such as Kyoto, Tokyo, Hokkaido, Kansai, Nikko, Tohoku. Omit for nationwide status.","title":"Region or Prefecture","type":"string"},"start_date":{"description":"Optional trip start date in YYYY-MM-DD format. Use with end_date when the user gives travel dates.","title":"Trip Start Date","type":"string"},"end_date":{"description":"Optional trip end date in YYYY-MM-DD format. Use with start_date when the user gives travel dates.","title":"Trip End Date","type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"koyo_spots","description":"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 dates, leaf type, popularity rating, and GPS coordinates. Omit prefecture to get a top-destinations guide. Do not use this for cross-city date matching; use koyo_forecast or koyo_best_dates first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prefecture":{"description":"Prefecture filter. Accepts English name or numeric code such as 'Kyoto', 'Tokyo', 'Hokkaido', or '26'. Omit to receive a curated list of top koyo destinations across Japan.","title":"Prefecture Name or Code (optional)","type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"sakura_best_dates","description":"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 observed or forecast full-bloom dates. Do not use this for January-February early-bloom Kawazu requests; use kawazu_forecast for those.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"start_date":{"type":"string","description":"Trip start date in YYYY-MM-DD format, for example '2026-04-08'. The tool compares this against each city's sakura viewing window.","title":"Trip Start Date"},"end_date":{"type":"string","description":"Trip end date in YYYY-MM-DD format, for example '2026-04-14'. Must be on or after start_date.","title":"Trip End Date"}},"required":["start_date","end_date"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"sakura_forecast","description":"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-bloom dates, observed dates when available, historical averages, and status for 48 observation cities. Do not use this for specific parks or temples; call sakura_spots next for prefecture-level viewing spots.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"description":"Optional city, prefecture, or region filter such as 'Tokyo', 'Kyoto', 'Hokkaido', or 'Tohoku'. Partial case-insensitive matches are supported across city, prefecture, and region names. Omit to return all observation cities.","title":"City or Region Filter","type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"sakura_now","description":"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?', or 'How is Kyoto sakura looking?'. Returns a concise current answer from live Japan Meteorological Corporation forecast and observation data, including specific viewing spot suggestions when current spot data is available, plus next-step guidance for the full park list and weather. Do not use this for autumn leaves, non-sakura flowers, hotels, trains, or generic itinerary planning.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"description":"Optional city, prefecture, or region filter such as Tokyo, Kyoto, Hokkaido, Kansai, Tohoku. Omit for nationwide status.","title":"City or Region","type":"string"},"start_date":{"description":"Optional trip start date in YYYY-MM-DD format. Use with end_date when the user gives travel dates.","title":"Trip Start Date","type":"string"},"end_date":{"description":"Optional trip end date in YYYY-MM-DD format. Use with start_date when the user gives travel dates.","title":"Trip End Date","type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"sakura_spots","description":"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 when filed within the last 48 hours (states: pre-bloom through hazakura/green leaves); falls back to the JMC bloom-meter estimate otherwise, with any stale observation shown as secondary context. Also returns the prefecture's JMA reference station summary. Do not use this for nationwide timing comparisons or date matching; use sakura_forecast or sakura_best_dates first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prefecture":{"type":"string","description":"Required prefecture filter. Accepts English prefecture name or numeric prefecture code such as 'Tokyo', 'Kyoto', 'Hokkaido', or '13'. This tool returns one prefecture at a time.","title":"Prefecture Name or Code"}},"required":["prefecture"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search","description":"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 forecasts, autumn leaves, seasonal flowers, festivals, fruit picking, weather, or the MCP server itself. Do not use for hotels, flights, trains, visas, or restaurants.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Natural-language search query, for example 'Japan cherry blossom forecast', 'Kyoto autumn leaves', or 'fruit picking in Japan in September'.","title":"Query"}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"weather_forecast","description":"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, temperatures, and 6-hour rain probabilities for one supported city. Do not use this for seasonal bloom timing months in advance; use the sakura or koyo forecast tools for that.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"type":"string","description":"Supported city name such as 'Tokyo', 'Kyoto', 'Osaka', or 'Sapporo'. Partial case-insensitive matching is accepted. Full supported list: Sapporo, Hakodate, Asahikawa, Kushiro, Obihiro, Aomori, Morioka, Sendai, Akita, Yamagata, Fukushima, Mito, Utsunomiya, Maebashi, Saitama, Chiba, Tokyo, Yokohama, Niigata, Toyama, Kanazawa, Fukui, Kofu, Nagano, Gifu, Shizuoka, Nagoya, Tsu, Otsu, Kyoto, Osaka, Kobe, Nara, Wakayama, Tottori, Matsue, Okayama, Hiroshima, Shimonoseki, Tokushima, Takamatsu, Matsuyama, Kochi, Fukuoka, Saga, Nagasaki, Kumamoto, Oita, Miyazaki, Kagoshima, Naha","title":"City Name"}},"required":["city"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":93,"grade":"A","scanned_at":"2026-09-26T05:10:35.281Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-26T05:10:35.320Z","components":{"code":{"score":25,"max":25,"notes":["38 source files scanned","38 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1023ms"]},"poisoning":{"score":15,"max":15,"notes":["17 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 29 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage}","reachable":true,"authRequired":false,"latencyMs":1023,"serverInfo":{"name":"japan-seasons-mcp","version":"0.5.0"}}],"packages":[{"registryType":"npm","identifier":"japan-seasons-mcp","version":"0.5.0","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":2,"publishedAt":"2026-07-13T15:24:16.937Z","repositoryUrl":"git+https://github.com/haomingkoo/japan-seasons-mcp.git","weeklyDownloads":75},{"registryType":"npm","identifier":"japan-seasons-mcp","version":"0.5.0","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":2,"publishedAt":"2026-07-13T15:24:16.937Z","repositoryUrl":"git+https://github.com/haomingkoo/japan-seasons-mcp.git","weeklyDownloads":75}],"repo":{"found":true,"owner":"haomingkoo","repo":"japan-seasons-mcp","archived":false,"pushedAt":"2026-08-28T09:44:27Z","stars":1,"forks":0,"openIssues":2,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/206514831?v=4","ownerCreatedAt":"2025-04-07T07:25:37Z","license":"MIT"},"icon":{"url":"https://avatars.githubusercontent.com/u/206514831?v=4&s=128","source":"github"},"presence":{"stars":1,"forks":0,"downloadsWeek":150,"license":"MIT","lastPushAt":"2026-08-28T09:44:27.000Z","score":34}}}},"grade_history":[],"reviews":[]}