Skip to main content
Glama

MCP-Weather Server

by aaasoulmate

気象情報にアクセスするためのMCP拡張LLM

概要

このシステムは、モデル コンテキスト プロトコル (MCP) フレームワークを使用して、大規模言語モデル (LLM) に気象データ機能を拡張します。

デモ

デモ

コンポーネント

  • MCPクライアント: ストアLLms
  • MCP サーバー: 外部ツール/リソースを接続する中間エージェント

構成

DeepSeekプラットフォーム

BASE_URL=https://api.deepseek.com MODEL=deepseek-chat OPENAI_API_KEY=<your_api_key_here>

オープンウェザープラットフォーム

OPENWEATHER_API_BASE=https://api.openweathermap.org/data/2.5/weather USER_AGENT=weather-app/1.0 API_KEY=<your_openweather_api_key>

インストールと実行

  1. プロジェクトを初期化します:
uv init weather_mcp cd weather_mcp

ここで、weather_mcp はプロジェクト ファイル名です。

  1. 依存関係をインストールします:
uv add mcp httpx
  1. 発射システム:
cd ./utils python client.py server.py

注: すべての<your_api_key_here>プレースホルダーを実際の API キーに置き換えてください。

-
security - not tested
F
license - not found
-
quality - not tested

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.

モデル コンテキスト プロトコル (MCP) フレームワークを使用して気象データ機能を備えた LLM を強化し、リアルタイムの気象情報の取得を可能にする中間エージェント サーバー。

  1. 概要
    1. デモ
      1. コンポーネント
    2. 構成
      1. DeepSeekプラットフォーム
      2. オープンウェザープラットフォーム
    3. インストールと実行

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol server that provides real-time weather information and 5-day forecasts to AI assistants, supporting multiple languages and flexible units.
        Last updated -
        3
        4
        TypeScript
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that provides comprehensive weather data and forecasts through the OpenWeatherMap API, enabling AI assistants to access real-time weather information, forecasts, air quality data, and location services.
        Last updated -
        11
        6
        JavaScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol (MCP) server that enables AI assistants and LLMs to access real-time weather data and forecasts by connecting to the OpenWeatherMap API.
        Last updated -
        Python
        • Apple
      • -
        security
        F
        license
        -
        quality
        A modular server based on Model Context Protocol (MCP) that provides weather queries, mathematical calculations, and search functionalities.
        Last updated -
        TypeScript

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/aaasoulmate/mcp-weather'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server