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