LandiWetter MCP Server
@nabossha
关于 LandiWetter MCP Server
a simple PoC on how to integrate a custom data-provider in an MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"LandiWetter": {
"command": "node",
"args": [
"/path/to/landiwetter-mcp/src/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is LandiWetter MCP Server?
The LandiWetter MCP Server is a Model Context Protocol server that provides Swiss weather forecast data from LandiWetter. It enables users to search for Swiss locations by name and retrieve detailed hourly and daily weather forecasts for use in MCP-compatible clients.
How to use LandiWetter MCP Server?
Install via npm install, then start with npm start for stdio transport. Integrate with Claude Desktop by adding a custom MCP server configured with the command node /path/to/landiwetter-mcp/src/index.js. Invoke the tools searchLocation (by name) and getWeatherForecast (by location ID and optional date), or access the resource at weather://{location}/{date}.
Key features of LandiWetter MCP Server
- Search for Swiss locations by name
- Get detailed hourly and daily weather forecasts
- Access forecasts for a specific location and date
- Use as a tool or resource in MCP clients
- Defaults to today’s forecast if no date given
Use cases of LandiWetter MCP Server
- Ask an AI assistant for the
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论