Skip to main content
Glama
halizz821

Environment Canada Weather Alerts MCP Server

by halizz821

Related Servers

Alternatives to Environment Canada Weather Alerts MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.6/5.0

    Scored across 4 tools

    Disambiguation4/5

    The four tools split into clear roles: summary (aggregate), details (single alert), list/filter (by province/keyword), and spatial (coordinates). The only mild overlap is between get_weather_alerts and get_alerts_near_coordinates, since both return alert lists, but their inputs (province/filters vs lat/lon) distinguish them well.

    Naming Consistency4/5

    All tools share a consistent 'get_' prefix and snake_case convention. Minor deviations exist in noun form ('alert' vs 'alerts', 'weather_alerts' vs 'alerts_near_coordinates'), but the pattern remains predictable.

    Tool Count4/5

    Four tools is a reasonable, well-scoped set for a read-only weather-alert service covering aggregate, detail, list, and spatial views. It is slightly lean and could arguably support one or two more query modes, but nothing is redundant.

    Completeness4/5

    The domain is alert retrieval, and the surface covers the main access patterns: summary, per-alert detail, filtered listing, and coordinate lookup. As a read-only external data feed, no CRUD lifecycle is expected, so coverage is nearly complete with only minor gaps.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues