MCP.so
ログイン

⛅ Weatherstack MCP Server

@MCP-Forge

⛅ Weatherstack MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

View license

ランタイム

python

トランスポート

stdio

公開者

MCP-Forge

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "weatherstack-mcp": {
      "command": "uvx",
      "args": [
        "weatherstack-mcp-server",
        "--api-key",
        "YOUR WEATHERSTACK API KEY"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is ⛅ Weatherstack MCP Server?

This is an MCP (Model Context Protocol) server for integrating with the Weatherstack API, enabling AI agents to access real-time, historical, forecast, and marine weather data using natural language input.

How to use ⛅ Weatherstack MCP Server?

Install via uvx and configure it in your MCP client. The example below adds it to Claude Desktop’s config, replacing <your-api-key> with a key obtained from weatherstack.com.

{
  "mcpServers": {
    "weatherstack-mcp": {
      "command": "uvx",
      "args": [
        "weatherstack-mcp-server",
        "--api-key",
        "<your-api-key>"
      ]
    }
  }
}

Key features of ⛅ Weatherstack MCP Server

  • Real-time weather conditions for any location
  • Historical weather data by date and hour
  • Multi-day weather forecast retrieval
  • Marine weather and tide information
  • Natural language interface for AI agents

Use cases of ⛅ Weatherstack M

コメント

「その他」の他のコンテンツ