current
ActiveTool of mcp-weatherapi
Get current/real-time weather for a location, including temperature, condition, humidity, wind, UV, and air quality (AQI). Location can be a city name, "lat,lon", zip code, or IATA airport code. Example: current({ q: "London", aqi: true }).
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\"."
},
"aqi": {
"type": "boolean",
"description": "Include air quality (AQI) data. Default true."
},
"_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.50.
Parent server
mcp-weatherapi
https://github.com/pipeworx-io/mcp-weatherapi
2/7 registries