Labsco
melody26613 logo

Wttr Weather

β˜… 1

from melody26613

Fetches weather data from the wttr.in service.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

Fetch weather from the wttr MCP Server

A Model Context Protocol (MCP) server that fetches weather data from wttr, with reference code from the duckduckgo-mcp-server.

Available Tools

1. Tool to get current weather

Copy & paste β€” that's it
async def get_current_weather(city_name: str, ctx: Context) -> str

2. Tool to get three day's weather

Copy & paste β€” that's it
async def get_three_day_weather(city_name: str, ctx: Context) -> str

Testing

Tested by ollama models: llama3.2:3b-instruct-q2_K, qwen3:0.6b, qwen3:1.7b