Skip to main content
Glama
aaasoulmate

MCP-Weather Server

by aaasoulmate

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.

Related MCP server: mcp-weather

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that enables AI assistants and LLMs to access real-time weather data and forecasts by connecting to the OpenWeatherMap API.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server built with the mcp-framework to provide weather-related tools and data to AI clients. It enables integration of weather capabilities and custom tools into the MCP ecosystem for use with platforms like Claude Desktop.
    8
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    A lightweight Model Context Protocol (MCP) server that gives AI assistants the ability to fetch real-time weather data for any city using the OpenWeatherMap API.
    1
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that provides weather data using the OpenWeather One Call API 3.0. This server allows AI agents to access current weather, forecasts, and historical weather data for any location.
    11
    -

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/aaasoulmate/mcp-weather'

If you have feedback or need assistance with the MCP directory API, please join our Discord server