Japan Seasonal Travel MCP for Claude and ChatGPT

A read-only Model Context Protocol server that gives AI assistants live Japan seasonal travel data: cherry blossoms, autumn leaves, flowers, festivals, fruit picking, and weather.

Open on Smithery GitHub Live Map

AI Search vs MCP Tool Use

If ChatGPT or another AI search product finds this page on the web, it can read and cite the public forecast pages, but it cannot run MCP tools just because it found the endpoint. Tool calls work only after the endpoint is connected in an MCP-capable client, app, or connector.

For latest sakura dates without any MCP setup, use the crawlable text summary or JSON API:

https://seasons.kooexperience.com/sakura-forecast.txt
https://seasons.kooexperience.com/api/sakura/forecast

Remote Endpoint

https://seasons.kooexperience.com/mcp

This endpoint is public, HTTPS, read-only, and does not require an API key.

ChatGPT App / Connector Setup

Use this metadata when creating a ChatGPT app or connector for the remote MCP server:

Name: Japan in Seasons
Description: Use this for live Japan seasonal travel data: cherry blossom and sakura dates, autumn leaves, flowers, festivals, fruit picking, and weather. Best for current or date-specific Japan travel questions.
Connector URL: https://seasons.kooexperience.com/mcp

After the connection succeeds, the client should show the server tools. Before that, ChatGPT Search should cite the public forecast URLs instead of claiming it can run the MCP.

Best Tool Entry Points

japan_seasonal_answer
First call for broad questions like "what seasonal things are good in Japan in April?"
sakura_now
First call for "how is the sakura forecast?" and current cherry blossom prompts, including specific spot suggestions.
koyo_now
First call for current autumn leaves and fall foliage prompts.
search and fetch
Provider-friendly retrieval tools for ChatGPT and deep-research style citation flows.

Claude Desktop Local Install

{
  "mcpServers": {
    "japan-seasons": {
      "command": "npx",
      "args": ["-y", "japan-seasons-mcp"]
    }
  }
}

What It Can Answer

Data Sources

Primary seasonal forecast data comes from Japan Meteorological Corporation. Weather comes from Japan Meteorological Agency data. Static festival, flower, and fruit-farm data is curated with official links and GPS coordinates.