Features
Lightweight programs that each expose specific capabilities through the standardized Model Context Protocol
Weather Server
- Weather Alerts: Fetch active weather alerts for a specific US state.
- Weather Forecast: Retrieve detailed weather forecasts for a given location.
- Freshdesk Integration: Create support tickets in Freshdesk.
Finance Module
- Intraday Market Data: Fetch intraday stock market data using the AlphaVantage API.
- Technical Analysis:
- Calculate moving averages (short and long periods).
- Compute Relative Strength Index (RSI).
- Trade Recommendations: Generate comprehensive trade recommendations based on technical indicators.
Installation
Clone the repository:
git clone https://github.com/your-username/mcp-weather-server.git cd mcp-weather-serverSet up a Python virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venvScriptsactivateInstall dependencies:
pip install -r requirements.txtNavigate to the
financemodule and install its dependencies:cd finance pip install -r requirements.txt
Running the Project
Weather Server
Run the weather server:
python main.py
Finance Server
Run the finance server:
cd finance
python finance_server.py
Weather Demo
Run the weather demo server:
python weather-demo.py
Weather and Finance Data Server
Project Details
- akramsheriff5/MCP-Server
- Last Updated: 4/7/2025
Recomended MCP Servers
dameng-mcp-server
An MCP server with typescript for github PR analysis
MCP server for GNU Radio
MCP Server and Client Implementation using custom client
Config files for my GitHub profile.
A Model Context Protocol (MCP) server for Yahoo Finance.
It adds eyes, ears, and a mouth to the large model!基于多智能体架构的人机交互系统,集成了视觉识别、语音识别和语音合成等功能。系统由多个专门的智能体协同工作,实现了自然的人机交互体验。给大模型增加眼睛和耳朵和嘴巴!
AI AGENT for Solana Model Context Protocol (MCP)
server that shows trending tokens and integrates Grok, xAI image understanding and vision (interpreted as a vision-capable AI),...





