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
관련 서버
Baidu Map
A Location-Based Service (LBS) providing geospatial APIs for geocoding, POI search, route planning, and more.
ArXiv MCP Server
A flexible service for searching and analyzing academic papers on arXiv.
Azure AI Agent & Search
Search content using Azure AI Agent Service and Azure AI Search.
Mamont Search
A search engine server that provides tools for search queries and cache retrieval.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Web Search
Perform Google searches and view web content with advanced bot detection avoidance.
Google Research
Perform advanced web research using Google Search, with intelligent content extraction and multi-source synthesis.
Academic Research MCP Server
Research papers from arXiv, Google Scholar, and Wikipedia with citation metrics
MCP Domain Availability Checker
Check the availability of domain names across over 50 popular TLDs using DNS and WHOIS verification.
MCP Web Search Tool
A server for real-time web search using pluggable providers, powered by the Brave Search API.