MCP.so
登录

⛅ Weatherstack MCP Server

@MCP-Forge

关于 ⛅ Weatherstack MCP Server

暂无概览

基本信息

分类

其他

许可证

View license

运行时

python

传输方式

stdio

发布者

MCP-Forge

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "weatherstack-mcp": {
      "command": "uvx",
      "args": [
        "weatherstack-mcp-server",
        "--api-key",
        "YOUR WEATHERSTACK API KEY"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ⛅ Weatherstack MCP Server?

This is an MCP (Model Context Protocol) server for integrating with the Weatherstack API, enabling AI agents to access real-time, historical, forecast, and marine weather data using natural language input.

How to use ⛅ Weatherstack MCP Server?

Install via uvx and configure it in your MCP client. The example below adds it to Claude Desktop’s config, replacing <your-api-key> with a key obtained from weatherstack.com.

{
  "mcpServers": {
    "weatherstack-mcp": {
      "command": "uvx",
      "args": [
        "weatherstack-mcp-server",
        "--api-key",
        "<your-api-key>"
      ]
    }
  }
}

Key features of ⛅ Weatherstack MCP Server

  • Real-time weather conditions for any location
  • Historical weather data by date and hour
  • Multi-day weather forecast retrieval
  • Marine weather and tide information
  • Natural language interface for AI agents

Use cases of ⛅ Weatherstack M

评论

其他 分类下的更多 MCP 服务器