forecast
ActiveTool of mcp-weatherapi
declared in 0.1.0
Get a multi-day weather forecast for a location: daily high/low temperature, condition, chance of rain, total precipitation, and sunrise/sunset times. Up to 10 days. Example: forecast({ q: "Tokyo", days: 5 }).
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Location — city name (e.g. \"London\"), \"lat,lon\" (e.g. \"48.8567,2.3508\"), US/UK/Canada zip/postcode, IATA airport code (e.g. \"DXB\"), or \"auto:ip\"."
},
"days": {
"type": "number",
"description": "Number of forecast days (default 3, max 10)."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own WeatherAPI.com API key for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-weatherapi
https://github.com/pipeworx-io/mcp-weatherapi
2/7 registries