weather-israel-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@weather-israel-mcpWhat's the weather in Tel Aviv today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Weather Israel MCP ๐ค๏ธ
MCP Server ืืชืืืืช ืืื ืืืืจ ืืืฉืจืื ืืืืฆืขืืช Playwright.
ืื ืืคืจืืืงื ืขืืฉื
MCP Server ืฉืืืคืฉืจ ื-LLM ืืฉืืืฃ ืชืืืืช ืืื ืืืืจ ืขืืื ืืช ืืขืจืื ืืืฉืจืื. ืืฉืจืช ืคืืชื ืืคืืคื ืืืืฆืขืืช Playwright, ืื ืืื ืืืชืจ weather2day.co.il ืืืืืืจ ืืช ืชืืื ืืชืืืืช ื-LLM.
Related MCP server: Israel Weather MCP Agent
ืกืืืง ืืื ืืืืื
MCP SDK โ ืคืจืืืืงืื ืืืืืืจ ืืืื ืืืฆืื ืืื ื-LLM
Playwright โ ืืืืืืฆืื ืฉื ืืคืืคื
BeautifulSoup โ ื ืืงืื ืชืืื HTML
uv โ ื ืืืื ืชืืืืืช Python
ืืชืงื ื ืืืจืฆื
# ืืชืงื ืช ืชืืืืืช
uv sync
# ืืชืงื ืช ืืคืืคื
uv run playwright install chromium
# ืืืืจืช API Key ืืงืืืฅ .env
ANTHROPIC_API_KEY=sk-ant-...
# ืืจืฆื
uv run host.pyืืืืืืืช ืืฉืืืืช
ืื ืืชืืืืช ืืืื ืืชื ืืืื?
ืื ืืื ืืืืืจ ืืืจืืฉืืื?
ืืื ืืืื ืืฉื ืืืืคื ืืฉืืืข?
ืืื ื ืืคืจืืืงื
project-template/
โโโ weather_Israel.py # MCP Server ืขื Playwright
โโโ weather_USA.py # MCP Server ืืืจื"ื (ืืืืื ืืงืืจืืช)
โโโ client.py # MCP Client ืื ืจื
โโโ host.py # ืฆ'ืื ืืจืืื ื
โโโ pyproject.toml # ืชืืืืืช
ืืื ืื ืขืืื
ื-LLM ืืงืื ืืงืฉื ืืชืืืืช ืืื ืืืืจ
ืืื ืืคืขืื ืืช ืืืื
get_israel_weatherืขื ืฉื ืืขืืจPlaywright ืคืืชื ืืคืืคื ืืื ืืื ืืืชืจ weather2day.co.il
ืืฉืจืช ืืืืฅ ืืช ืชืืื ืืืฃ ืืืืืืจ ืืืชื ื-LLM
ื-LLM ืื ืชื ืืช ืืืืืข ืืขืื ื ืืืฉืชืืฉ
Available Tools
1 toolget_israel_weatherA
ืืืื ืชืืืืช ืืื ืืืืจ ืืขืืจ ืืืฉืจืื
Args: city: ืฉื ืืขืืจ ืืขืืจืืช (ืืืืืื: ืชื ืืืื, ืืจืืฉืืื, ืืืคื)
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not mention any behavioral traits such as side effects, authentication requirements, rate limits, or read-only nature. The description only states what it does, not how it behaves.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise, using a single sentence to state the purpose followed by a clear parameter definition. There is no fluff; every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that the tool has an output schema (implied by context signals), the description is complete enough for a simple weather tool. It explains the input and purpose, and the output schema presumably documents return values. No further details are necessary.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description adds significant meaning by specifying that the city parameter expects a Hebrew name and provides examples (e.g., Tel Aviv, Jerusalem). This goes beyond the schema's minimal 'City' title.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool brings weather forecasts for a city in Israel, using a specific verb (ืืืื/brings) and resource (forecast). There are no sibling tools, so differentiation is not needed; the purpose is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for Israeli cities only, but does not explicitly state when to use or not use this tool, nor does it provide alternatives. Since there are no siblings, the implied context is sufficient for a basic tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
v0.1.0- First observed
get_israel_weather
TDQS
Scored across 1 tool
With only one tool, there is no ambiguity. The tool's purpose is clear and distinct.
Single tool follows a clear verb_noun pattern (get_israel_weather). Consistency is inherent.
One tool is minimal but acceptable for a focused weather server. However, it feels borderline thin for a comprehensive weather service.
Only a single forecast tool is provided; missing current conditions, alerts, or other common weather operations. Significant gaps exist for the domain.
Maintenance
Related MCP Connectors
Get current weather for any city and create images from your prompts. Streamline planning, reportsโฆ
Real-time weather conditions and multi-day forecasts via Open-Meteo โ free, no API key required
Pirate Weather forecast API (Dark Sky-compatible). Free key required.
Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables querying real-time weather data for Israeli cities through natural language, using Playwright to scrape weather2day and Gemini LLM to answer.-
- FlicenseNot gradedqualityDmaintenanceEnables users to retrieve real-time weather forecasts for Israeli cities by autonomously browsing a weather website using Playwright.-
- FlicenseAqualityCmaintenanceEnables fetching weather forecasts for Israeli cities via browser automation with Playwright, no API needed.4-
- FlicenseAqualityCmaintenanceEnables fetching weather forecasts for Israeli cities by controlling a headless browser via Playwright, instead of using a conventional weather API.4-