F
licenseNot graded
qualityC
maintenanceEnables LLMs to retrieve Israeli weather forecasts by controlling a browser via Playwright and scraping data from an Israeli weather website.
-
No user-submitted related servers found.
Scored across 4 tools
Each tool has a distinct step in the weather scraping workflow (open site, enter city, select city, get page content). No overlap in purpose or function.
Tools consistently use verb_weather_forecast_city_israel pattern for three, but get_weather_page_content deviates slightly. Minor inconsistency but still predictable.
4 tools is appropriate for the narrow scope of fetching a weather forecast from a specific website. Not too few or too many.
The tools cover the scraping workflow but lack other common weather operations (e.g., multiple cities, different forecast types, structured data output). Notable gaps for a general weather MCP.