Tokyo WBGT MCP Server
About
Provides real-time and forecast WBGT (Heat Index) data for Tokyo from Japan's Ministry of the Environment.
Details
- Author
- yukit7s
- Categories
- Other
Jump to
Setup
Install Tokyo WBGT MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/yukit7s/cc-get-wbgt
Follow the installation instructions in the repository README, then restart your MCP client.
東京都のWBGT(暑さ指数)予測データを取得するModel Context Protocol (MCP) サーバーです。環境省の公式データを使用して、東京都内の複数観測地点からWBGT予測値と実測値を提供します。
- 指定した東京都内観測地点のWBGT予測値を取得
- 対応地点:tokyo,hachioji,fuchu,nerima,ome,ogochi,edogawa
# 依存関係をインストール npm install # TypeScriptをビルド npm run build
{ "mcpServers": { "tokyo-wbgt": { "command": "node", "args": ["path/to/tokyo-wbgt-mcp-server/build/index.js"] } } }
# プロダクション実行 npm start # 開発モード npm run dev
- 予測データ: 環境省熱中症予防情報サイト
- URL:https://www.wbgt.env.go.jp/prev15WG/dl/
- URL:https://www.wbgt.env.go.jp/mntr/dl/
{ "locationId": "44132", "locationName": "東京(小石川植物園)", "prefecture": "東京都", "updateTime": "2025/06/23 19:25", "forecasts": [ { "datetime": "2025/06/23 21:00", "wbgt": 24.0, "status": "注意" }, { "datetime": "2025/06/24 00:00", "wbgt": 25.0, "status": "警戒" } ] }
{ "location": "東京(実測地点)", "prefecture": "東京都", "data": [ { "datetime": "2025/6/23 17:00", "wbgt": 24.5, "status": "注意" } ] }
src/ ├── index.ts # メインサーバークラス ├── types.ts # TypeScript型定義 ├── constants.ts # 定数・設定値 ├── utils.ts # ユーティリティ関数 └── wbgt-service.ts # WBGTデータ取得サービス
- Node.js 18+
- TypeScript 5+
- @modelcontextprotocol/sdk
# 開発環境での実行 npm run dev # ビルド npm run build # プロダクション実行 npm start
- データは環境省の公式システムから取得されるため、サーバーのメンテナンス時には利用できない場合があります
- 実測データは東京地点(小石川植物園)のみ提供されます
- 予測データは1時間毎に更新されます
- 実測データは毎正時に更新されます
このサーバーが使用するWBGTデータは環境省熱中症予防情報サイトから取得されます。データの利用については環境省の利用規約に従ってください。
プルリクエストやイシューの報告を歓迎します。バグ報告や機能要望がありましたらお気軽にお知らせください。
Swiss open data MCP server — transport, weather, geodata, companies, etc,. Zero API keys.
Weather data from the Mt Washington weather observatory in New Hampshire.
Provides access to USDA SNOTEL weather and snow data.
Provides airfield aeronautical information for general aviation private pilots like runways, fuel prices, landing fees, weather, webcams and more
Access Oceanic and Atmospheric Data using AI Agents
Weather forecasts, air quality, UV index, historical data, and alerts for AI agents. 5 tools, powered by Open-Meteo, free, unlimited, no API key.
Access earthquake data from the USGS Quakes API using natural language queries.
Institutional research and manager diligence reports on hedge funds, venture capital and private equity managers. Summary of filings, personnel changes, media screening and social signals delivered to you in minutes.
AI-powered property zoning, buildability, and ADU eligibility analysis for any U.S. address via 20+ government data sources.
Deep fundamental data from SEC filings, including operational KPIs not found on Bloomberg, built for your financial AI agents.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



