✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

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

  1. Clone the repository
  2. 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

  1. What’s the weather like right now in Dallas, TX?
  2. How’s the weekly forecast looking for London?
  3. What’s the UV index in Delhi today?
  4. What will the weather be like hourly in Hyderabad on June 10, 2025?

Featured Templates

View More
Data Analysis
Pharmacy Admin Panel
254 2271
AI Characters
Sarcastic AI Chat Bot
129 2037
Customer service
AI-Powered Product List Manager
159 1159
Customer service
Service ERP
127 1487
AI Assistants
AI Chatbot Starter Kit v0.1
141 1201
AI Image Generation
Image Generation with Stable Diffusion
117 1204

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.