Weather360
A FastMCP-based weather forecasting service that provides comprehensive weather data using the Open-Meteo API.
Features
- Real-time weather data retrieval
- Detailed current weather conditions
- Hourly forecasts for the current day
- 7-day weather forecast
- Multiple weather parameters including:
- Temperature
- Humidity
- Wind speed and direction
- Precipitation
- Cloud cover
- UV index
- And more…
Installation
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
Usage
Running Locally
Start the MCP server:
python server.py
Using Docker
Build and run using Docker:
docker build -t weather360 .
docker run weather360
API Reference
Get Live Weather
get_live_weather(latitude: float, longitude: float) -> dict
Parameters:
latitude: Geographical latitude (float)longitude: Geographical longitude (float)
Returns a dictionary containing:
- Current weather conditions
- Hourly forecast for today
- Daily forecast for 7 days
Dependencies
- Python 3.11+
- FastMCP
- Requests
- OpenMeteo API
Example Queries
- What’s the weather like right now in Dallas, TX?
- How’s the weekly forecast looking for London?
- What’s the UV index in Delhi today?
- What will the weather be like hourly in Hyderabad on June 10, 2025?
Weather360 Server
by musabz360
188
Project Details
- musabz360/Weather360
- Last Updated: 6/10/2025
Recomended MCP Servers
Rootly MCP Server
Rootly MCP server
🧩
CbetaMCP
CbetaMCP
Google Sheets Connector
Google Sheets MCP Server 📊🤖
🧩
Up Bank MCP Server
VeyraX MCP
Svelte Documentation Server
🔍 MCP server that lets you search and access Svelte documentation with built-in caching
Clickhouse MCP Server
An MCP server implementation that enables Claude AI to interact with Clickhouse databases.
Farcaster MCP Server
🧩
MCPShell
Use shell scripts as MCP tools
🧩
Shopify API Integration Server
MCP to query your shopify store
🧩
Easy Copy Service
A MCP server that lists all available MCP services for easy copying and usage
🧩
Jira MCP Server
Mcp server in typescript to connect with Jira Analyze the issues





