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. Weather Server
    1. Finance Module
      1. Installation
        1. Running the Project
          1. Weather Server
          2. Finance Server
          3. Weather Demo

        Appeared in Searches

        ID: x7gqmuq0ff