current_conditions
ActiveTool of visualcrossing
declared in 0.1.0
Get the live CURRENT weather conditions right now for a location — temperature, feels-like, humidity, wind, and conditions. Example: current_conditions({ location: "Tokyo" }).
Parameters schema
{
"type": "object",
"required": [
"location"
],
"properties": {
"units": {
"enum": [
"metric",
"us",
"uk"
],
"type": "string",
"description": "Unit group: \"metric\" (default), \"us\", or \"uk\"."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Visual Crossing API key for higher limits; omit to use the shared Pipeworx key."
},
"location": {
"type": "string",
"description": "City name (e.g. \"Tokyo\") or \"lat,lon\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
visualcrossing
https://github.com/pipeworx-io/mcp-visualcrossing
2/7 registries