You're viewing a demo portfolio

Join the waitlist
PRSM

current

Active

Tool of mcp-weatherapi

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-weatherapi

https://github.com/pipeworx-io/mcp-weatherapi

2/7 registries
View full server →