Skip to main content
Glama
aaasoulmate

MCP-Weather Server

by aaasoulmate

LLM ampliado con MCP para acceder a información meteorológica

Descripción general

Este sistema mejora los modelos de lenguaje grande (LLM) con capacidades de datos meteorológicos utilizando el marco del Protocolo de contexto de modelo (MCP).

Related MCP server: mcp-weather

Manifestación

Una demostración

Componentes

  • Cliente MCP : Almacenar LLms

  • Servidor MCP : agente intermedio que conecta herramientas/recursos externos

Configuración

Plataforma DeepSeek

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

Plataforma OpenWeather

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

Instalación y ejecución

  1. Inicializar proyecto:

uv init weather_mcp
cd weather_mcp

donde weather_mcp es el nombre del archivo del proyecto.

  1. Instalar dependencias:

uv add mcp httpx
  1. Sistema de lanzamiento:

cd ./utils
python client.py server.py

Nota: Reemplace todos los marcadores de posición <your_api_key_here> con claves API reales

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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.
    23
  • F
    license
    Not graded
    quality
    B
    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.
    10

View all related MCP servers

Related MCP Connectors

  • MCP server for weather with reasoning — umbrella advice, outdoor checks, city comparisons.

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • MCP server connecting AI agents to non-custodial staking data across 130+ networks.

View all MCP Connectors

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