weather_forecast
Pack: 7timer · Endpoint: https://gateway.pipeworx.io/7timer/mcp
General weather forecast from 7Timer! CIVIL — temperature, humidity, a weather condition code (e.g. clearday, pcloudynight, lightrainday, tsday), cloud cover, wind, and precipitation type, at 3-hour resolution out to 72 hours. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
latitude | number | yes | Latitude in decimal degrees, e.g. 38.9. |
longitude | number | yes | Longitude in decimal degrees, e.g. -77.0. |
hours | number | no | How far ahead to forecast, in hours (default 24, max 72). Returned at 3-hour steps. |
Example call
curl -X POST https://gateway.pipeworx.io/7timer/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"weather_forecast","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"7timer": {
"url": "https://gateway.pipeworx.io/7timer/mcp"
}
}
}
See Getting Started for client-specific install steps.