-
securityF
license-
qualityProvides current weather and air quality data for any city using WeatherAPI, easily integrating with MCP clients like n8n and Claude Desktop App.
Last updated -
214
JavaScript
Used for storing API credentials securely in a .env file for the OpenWeatherMap API integration
Required as the runtime environment (version 3.10+) for executing the MCP server
OpenWeatherMap API を使用して以下を提供する MCP (Model Context Protocol) サーバー:
.env
ファイルを作成します**。get_current_weather(location: str)
指定された場所の現在の天気を返します。
get_weather_forecast(location: str, days: int = 5)
指定した場所の天気予報(最大 5 日間)を返します。
get_air_quality(location: str)
空気の質の指標と AQI レベルを返します。
search_location(query: str)
クエリに基づいて最大 5 つの場所の一致を返します。
すべてのツールは明確なエラー メッセージを返します。
.env
ファイルが正しく構成されていることを確認します。実行すると、このサーバーを Claude Desktop などの MCP 互換クライアントやその他の自動化ツールで使用できるようになります。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
OpenWeatherMap API を使用して、リアルタイムの気象状況、予報、空気質データ、および場所検索機能を提供する、インドに特化した MCP サーバーです。