MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Serverwhat's the weather forecast for New York City tomorrow?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: OpenWeatherMap MCP Server
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: venv\Scripts\activateInstall 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.pyFinance Server
Run the finance server:
cd finance
python finance_server.pyWeather Demo
Run the weather demo server:
python weather-demo.pyThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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