Skip to main content
Glama
Soptik1290

MCP Weather Aggregator

by Soptik1290

Related Servers

Alternatives to MCP Weather Aggregator

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      A MCP server for querying real-time weather information for any city worldwide using the free Open-Meteo API, supporting CLI and integration with AI clients like Claude and Cursor.
      8 npm
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A Docker-based MCP server that provides current weather information for cities worldwide. Enables AI assistants like Claude to fetch temperature, weather conditions, and humidity data through a standardized interface.
      -
    • 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.
      9 npm
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A production-ready MCP server that provides real-time weather information, forecasts, and alerts to LLM clients using the Open-Meteo API, with support for 26+ global cities, dual transport (STDIO/HTTP), and Docker deployment.
      -

    TDQS

    A3.9/5.0

    Scored across 6 tools

    Disambiguation3/5

    Most tools target distinct resources, but get_weather_forecast and get_weather_by_coordinates are essentially the same forecast operation differentiated only by input, and get_ambient_theme duplicates a field already returned by the weather tools. Descriptions help clarify the intended usage, but the boundaries are not fully clean.

    Naming Consistency5/5

    All tools use snake_case verb-first names, predominantly get_* plus search_location. The naming pattern is consistent and predictable across the entire set.

    Tool Count5/5

    Six tools is an appropriate size for a weather aggregator, covering location lookup, current weather, forecasts, coordinate-based retrieval, ambient themes, and aurora forecasts. Each tool has a recognizable place in the overall workflow.

    Completeness4/5

    The core weather workflow is covered well: search locations, get current conditions, get forecasts, and use coordinates. Minor gaps like historical weather, weather alerts, or a dedicated current-weather-by-coordinates endpoint can be worked around but are not fatal.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues