Serversio.github.haomingkoo/japan-seasons
S

io.github.haomingkoo/japan-seasons

io.github.haomingkoo/japan-seasons · v0.4.16
▦ npm
v0.4.16npm npm: japan-seasons-mcp🌐 https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage}↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.haomingkoo/japan-seasons",
  "description": "Live Japan seasonal travel MCP: sakura, koyo, flowers, festivals, fruit farms, and weather.",
  "repository": {
    "url": "https://github.com/haomingkoo/japan-seasons-mcp",
    "source": "github"
  },
  "version": "0.4.16",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "japan-seasons-mcp",
      "version": "0.4.16",
      "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.4.16",
      "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"
        }
      ]
    }
  ],
  "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"
          ]
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}