← 返回
未分类 中文

Pipeworx weather

Provides current weather conditions and forecasts up to 16 days for any location using latitude and longitude coordinates.
使用经纬度坐标获取任意地点的当前天气状况及最多16天预报。
b-gutman b-gutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 342
下载
💾 0
安装
1
版本
#latest

概述

Weather

Current conditions and multi-day forecasts for any location on Earth. Temperatures in Fahrenheit, wind in mph.

get_weather

Pass a latitude and longitude, get back: temperature, feels-like temperature, humidity percentage, weather conditions (clear, cloudy, rain, snow, thunderstorm, etc.), wind speed, and wind direction.

get_forecast

Up to 16 days of daily forecasts. Each day includes the high, low, total precipitation in mm, and conditions.

Example: current weather in San Francisco

curl -X POST https://gateway.pipeworx.io/weather/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_weather","arguments":{"latitude":37.7749,"longitude":-122.4194}}}'

Example: 5-day forecast for London

curl -X POST https://gateway.pipeworx.io/weather/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_forecast","arguments":{"latitude":51.5074,"longitude":-0.1278,"days":5}}}'

Powered by Open-Meteo. No API key needed.

{
  "mcpServers": {
    "weather": {
      "url": "https://gateway.pipeworx.io/weather/mcp"
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 20:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

life-service

Sonoscli

steipete
控制Sonos音箱(发现/状态/播放/音量/分组)
★ 55 📥 84,940
dev-programming

Pipeworx geo

b-gutman
地理工具 — 地理编码、逆向地理编码、国家信息、时区查询及日出日落时间
★ 0 📥 435
life-service

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 452 📥 227,436