Weather Israel MCP
Related Servers
Alternatives to Weather Israel MCP
No user-submitted related servers found.
Related Servers
- FlicenseBqualityCmaintenanceMCP server that enables LLMs to fetch weather forecasts for Israeli cities via Playwright browser automation and US weather alerts/forecasts via the NWS API.4-
- FlicenseNot gradedqualityCmaintenanceMCP server that uses Playwright to scrape real-time weather forecasts for Israeli cities and returns structured text data (temperature, humidity, wind) to LLMs.-
- FlicenseNot gradedqualityCmaintenanceMCP server that lets users obtain current Israeli city weather forecasts. It uses Playwright to browse Weather2day, extract the forecast page, and feed the cleaned data back to the LLM for natural language responses.-
- FlicenseAqualityCmaintenanceAn MCP server that provides real-time weather data for Israel by automating browser searches via Playwright. It allows LLMs to get current forecasts for Israeli cities through natural language queries.4-
- FlicenseAqualityCmaintenanceMCP server enabling LLMs to fetch Israeli weather forecasts by automating a browser with Playwright to scrape weather2day.co.il.4-
- FlicenseAqualityCmaintenanceAn MCP server that enables LLMs to automate browser interactions using Playwright to fetch real-time Israeli weather data.4-
TDQS
Scored across 4 tools
Each tool maps to a distinct browser step: opening, typing a city, selecting from a dropdown, and extracting page text. The two city-related tools could be confused at first glance, but the descriptions clarify typing vs. selecting.
All names are snake_case and verb-first, with most sharing the 'weather_forecast' prefix. 'extract_weather_data_from_page' breaks the pattern slightly, and the first tool omits 'city', but the overall convention is still predictable.
Four tools is a reasonable number for a tightly scoped browser automation flow. Each tool serves a necessary step in the workflow, though the set is on the smaller side.
The tools cover the full workflow from opening the site to extracting weather forecast text. Minor gaps like explicit wait/retry or error-handling steps are missing, but the core retrieval process is complete.