Skip to main content
Glama

MCP Server

特徴

標準化されたモデルコンテキストプロトコルを通じて特定の機能を公開する軽量プログラム

天気サーバー

  • 天気警報: 特定の米国の州で発令中の天気警報を取得します。
  • 天気予報: 特定の場所の詳細な天気予報を取得します。
  • Freshdesk の統合: Freshdesk でサポート チケットを作成します。

財務モジュール

  • 日中市場データ: AlphaVantage API を使用して日中株式市場データを取得します。
  • テクニカル分析
    • 移動平均(短期および長期)を計算します。
    • 相対力指数 (RSI) を計算します。
  • 取引推奨: テクニカル指標に基づいて包括的な取引推奨を生成します。

インストール

  1. リポジトリをクローンします。
    git clone https://github.com/your-username/mcp-weather-server.git cd mcp-weather-server
  2. Python 仮想環境をセットアップします。
    python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
  3. 依存関係をインストールします:
    pip install -r requirements.txt
  4. financeモジュールに移動し、その依存関係をインストールします。
    cd finance pip install -r requirements.txt

プロジェクトの実行

天気サーバー

天気サーバーを実行します。

python main.py

財務サーバー

財務サーバーを実行します。

cd finance python finance_server.py

天気デモ

天気デモサーバーを実行します。

python weather-demo.py
-
security - not tested
-
license - not tested
-
quality - not tested

モデル コンテキスト プロトコルを通じて気象と金融の機能を公開する軽量サーバーのコレクション。これにより、ユーザーは気象警報、予報、テクニカル分析による金融市場データにアクセスできます。

  1. 天気サーバー
    1. 財務モジュール
      1. インストール
        1. プロジェクトの実行
          1. 天気サーバー
          2. 財務サーバー
          3. 天気デモ

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides AI agents with tools to retrieve weather alerts and detailed forecasts for US locations using the National Weather Service API.
          Last updated -
          2
          80
          TypeScript
        • -
          security
          A
          license
          -
          quality
          Provides aviation weather information through a Model Context Protocol server, enabling access to METARs, TAFs, PIREPs, and route weather data for informational purposes only.
          Last updated -
          TypeScript
          MIT License
          • Apple
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides comprehensive weather data querying capabilities based on the Caiyun Weather API, supporting real-time weather, forecasts, and alerts with multi-language support.
          Last updated -
          7
          2
          TypeScript
        • -
          security
          -
          license
          -
          quality
          A Model Context Protocol server that provides current weather information and 3-day forecasts for specified cities using the Open-Meteo API.
          Last updated -
          Python

        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/akramsheriff5/MCP-Server'

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