Weather Information Enhancer – README | MCP Marketplace

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

Learn more

MCP-Augmented LLM for Reaching Weather Information

Overview

This system enhances Large Language Models (LLMs) with weather data capabilities using the Model Context Protocol (MCP) framework.

Demo

A demo

Components

  • MCP Client: Store LLms
  • MCP Server: Intermediate agent connecting external tools / resources

Configuration

DeepSeek Platform

BASE_URL=https://api.deepseek.com
MODEL=deepseek-chat
OPENAI_API_KEY=<your_api_key_here>

OpenWeather Platform

OPENWEATHER_API_BASE=https://api.openweathermap.org/data/2.5/weather
USER_AGENT=weather-app/1.0
API_KEY=<your_openweather_api_key>

Installation & Execution

  1. Initialize project:
uv init weather_mcp
cd weather_mcp

where weather_mcp is the project file name.

  1. Install dependencies:
uv add mcp httpx
  1. Launch system:
cd ./utils
python client.py server.py

Note: Replace all <your_api_key_here> placeholders with actual API keys

Featured Templates

View More
AI Assistants
Image to text with Claude 3
150 1122
AI Assistants
Talk with Claude 3
156 1165
Verified Icon
AI Assistants
Speech to Text
134 1510
Verified Icon
AI Agents
AI Chatbot Starter Kit
1308 6081 5.0

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.