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

Japan Weather & Alerts

io.github.easakura/japan-weather-alerts-mcp

Japan weather forecasts and disaster alerts from JMA: forecasts, warnings, and earthquake info.

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

Tools · 3

get_weather_forecast

気象庁公式データから指定地域の天気予報(今日・明日・明後日+週間)を取得する。地域は都道府県名で指定(例: 東京都、大阪府、北海道は「石狩・空知・後志地方」等の予報区名)。

get_weather_warnings

指定地域に現在発表されている気象警報・注意報(大雨警報、洪水警報、雷注意報など)を気象庁公式データから取得する。防災判断・イベント開催判断・物流計画などに使う。

get_recent_earthquakes

日本で最近観測された地震の一覧(発生時刻・震源地・マグニチュード・最大震度)を気象庁公式データから取得する。

How to use

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

{
  "mcpServers": {
    "japan_weather_&_alerts": {
      "url": "https://tenki-mcp.easakura.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}