current_weather
ActiveTool of Weather & Climate Intelligence MCP
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
}Parent server
Weather & Climate Intelligence MCP
https://github.com/FoundryNet/weather-intel-mcp
2/7 registries