Skip to main content
Glama
panchocorderos

Weather MCP Server

Related Servers

Alternatives to Weather MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      B
      maintenance
      A minimal MCP server that provides current weather and forecasts for any city using the free Open-Meteo API, no API key required.
      9 npm
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      A proof-of-concept MCP server that provides weather information using the Open-Meteo API, with tools for greeting, getting weather by coordinates, and by location name.
      -
    • F
      license
      B
      quality
      C
      maintenance
      This MCP server demonstrates basic Model Context Protocol architecture by exposing a get_weather tool that returns fake weather data, communicating over stdio.
      1
      -
    • A
      license
      A
      quality
      B
      maintenance
      MCP server that provides current weather for any city using Open-Meteo APIs. It exposes a single tool 'get_weather' returning temperature, humidity, wind, and other weather data.
      1
      7 npm
      MIT
    • F
      license
      B
      quality
      C
      maintenance
      A small MCP server that provides a single tool to get current weather for any city via a proxy endpoint.
      1
      -
    • F
      license
      A
      quality
      D
      maintenance
      Lightweight MCP server that exposes tools for system information and weather lookup, designed for agent integration via stdio.
      1
      -

    TDQS

    B3.1/5.0

    Scored across 1 tool

    Disambiguation5/5

    With only one tool, there is no possibility of confusion or overlap between tools. The tool's purpose is clearly defined and distinct by default.

    Naming Consistency5/5

    A single tool inherently has consistent naming, as there are no other tools to compare it against. The name 'get-weather' follows a clear verb-noun pattern.

    Tool Count2/5

    A single tool is too few for a weather server's typical scope, which might include forecasts, historical data, or multiple locations. This feels thin and limits functionality.

    Completeness2/5

    The tool surface is severely incomplete for a weather domain. It only fetches current weather for a city, missing essential operations like forecasts, alerts, or multi-location queries, which will cause agent failures.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues