Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • HeFeng Weather MCP Server
  • Gemini MCP Image Generation Server
  • MCP Server
  • TxtAi Memory Vector Server
  • Amazon VPC Lattice MCP Server
Back to MCP Servers
Weather MCP

Weather MCP

Public
kaisumi/weather-mcp

A Model Context Protocol server that provides current weather information and 3-day forecasts for specified cities using the Open-Meteo API.

Verified
python
0 tools
May 30, 2025
Updated May 30, 2025

Weather MCP

Model Context Protocol (MCP)を使用した天気予報アプリケーション

概要

このアプリケーションは、Open-Meteo APIを使用して天気予報データを取得・表示するMCPサーバーです。MCPプロトコルを通じて、LLMアプリケーションから天気情報にアクセスすることができます。

機能

  • 現在の天気情報の表示
  • 3日間の天気予報の表示
  • 位置情報に基づく天気情報の取得
  • MCPプロトコルを通じたアクセス

セットアップ

  1. 依存関係のインストール:
pip install -e .
  1. 環境変数の設定: .envファイルを作成し、必要な環境変数を設定してください。
MCP_API_KEY=your_api_key_here
MCP_BASE_URL=http://localhost:8000
  1. MCPサーバーの起動:
python -m app.server
  1. クライアントの実行:
python -m app.client

MCPツール

get_weather

指定した都市の現在の天気情報と3日間の予報を取得します。

パラメータ:

  • city: 天気情報を取得する都市名(例: 東京、New York)

レスポンス例:

{ "location": { "name": "東京", "country": "日本", "latitude": 35.6895, "longitude": 139.6917, "timezone": "Asia/Tokyo" }, "current": { "temperature": 22.5, "feels_like": 23.1, "humidity": 65, "wind_speed": 3.2, "wind_direction": 180, "precipitation": 0, "condition": "晴れ", "weather_code": 1 }, "forecast": [ { "date": "2023-04-10", "max_temp": 24.5, "min_temp": 15.2, "precipitation": 0, "condition": "晴れ", "sunrise": "05:30", "sunset": "18:15" }, ... ] }

ライセンス

MIT

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • HeFeng Weather MCP Server
    HeFeng Weather MCP Server

    Provides weather forecast data for locations in China using the HeFeng Weather API, with real-time, ...

    1 tools
    Added May 30, 2025
  • Gemini MCP Image Generation Server
    Gemini MCP Image Generation Server

    A Model Context Protocol server that provides image generation capabilities using Google's Gemini 2 ...

    1 tools
    Added May 30, 2025
  • MCP Server
    MCP Server

    A Model Context Protocol server that provides greeting tools, resources, and prompts, demonstrating ...

    Added May 30, 2025
  • TxtAi Memory Vector Server
    TxtAi Memory Vector Server

    Model Context Protocol (MCP) server implementation for semantic search and memory management using T...

    Added May 30, 2025
  • Amazon VPC Lattice MCP Server
    Amazon VPC Lattice MCP Server

    A Model Context Protocol server that provides tools for accessing and managing AWS VPC Lattice infor...

    2 tools
    Added May 30, 2025