You're viewing a demo portfolio

Join the waitlist
PRSM

current_weather

Active

Tool of Weather & Climate Intelligence MCP

declared in 3.4.2

Get current weather for a location from Open-Meteo — temperature, feels-like, humidity, wind, conditions, cloud cover, and visibility. FREE. Give either latitude+longitude or a city (optionally with state/country).

Parameters schema

{
  "type": "object",
  "properties": {
    "city": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "city name (geocoded), e.g. \"Denver\"."
    },
    "state": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "optional state/region to disambiguate the city."
    },
    "country": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "optional country name or code to disambiguate the city."
    },
    "latitude": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "decimal latitude."
    },
    "longitude": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "decimal longitude."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Weather & Climate Intelligence MCP

https://github.com/FoundryNet/weather-intel-mcp

2/7 registries
View full server →