MCP Playwright Weather Israel
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_MODEL | No | Model to use for Gemini. See quota table in README. | gemini-3.1-flash-lite |
| GEMINI_API_KEY | Yes | Required. API key for Google Gemini. Get from https://aistudio.google.com/apikey | |
| MAX_TOOL_ROUNDS | No | Maximum number of tool call rounds. Default 10. open->enter->select->extract is 4 rounds; leave room. | 10 |
| WEATHER_HEADLESS | No | Set to 'false' to let you watch the browser work. Default false. | false |
| GEMINI_TEMPERATURE | No | Temperature for the model. Not 0 because the model must pick an index from a list whose order shifts. | 0.2 |
| WEATHER_SLOW_MO_MS | No | Slow motion delay in ms. 300-500 makes browser legible to human watching. | 0 |
| WEATHER_TIMEOUT_MS | No | Navigation and selector timeout in milliseconds. | 45000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| open_weather_forecast_israelA | Open a browser and navigate to the Israeli weather forecast site. Call this first. It leaves the browser sitting on the forecast page with the city search box ready. Returns the page title and URL. |
| enter_weather_forecast_city_israelA | Type an Israeli city name into the forecast search box. |
| select_weather_forecast_city_israelA | Click a city from the autocomplete list and load its forecast page. |
| extract_weather_forecast_israelA | Read the forecast off the page that is currently open, as clean markdown. |
| close_weather_browser_israelA | Close the browser opened by these tools. Safe to call at any time. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RachelMantel/mcp-playwright-weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server