Wttr Weather
Fetches weather data from the wttr.in service.
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.
Installation
Installing via docker
./build_docker_image.sh
Usage
With following configuration:
{
"mcpServers": {
"web_fetch_wttr": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--init",
"web_fetch_wttr:1.0.0"
]
}
}
}
Available Tools
1. Tool to get current weather
async def get_current_weather(city_name: str, ctx: Context) -> str
2. Tool to get three day's weather
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
Related Servers
Movies Search Tool
A search tool for finding movies and TV shows from multiple video sources with link validation.
Ferengi Rules of Acquisition
Provides the Ferengi Rules of Acquisition with powerful search and retrieval capabilities.
Web Search MCP
Scrapes Google search results using a headless browser. Requires Chrome to be installed.
Krep MCP Server
A high-performance string search server powered by the krep binary.
Local Flow
A minimal, local, GPU-accelerated RAG server for document ingestion and querying.
Bowlly Search
Search, analyze, and compare cat food products with ingredient- and nutrition-based tools.
Slack Search
Search for messages and files within a Slack workspace using the Slack API.
Higress AI-Search MCP Server
Provides an AI search tool to enhance AI model responses with real-time search results from various search engines using the Higress ai-search feature.
Qdrant MCP Server
Semantic code search using the Qdrant vector database and OpenAI embeddings.
PubMed MCP Server
Search and download scientific articles from PubMed's E-utilities API.