current_conditions
Pack: visualcrossing · Endpoint: https://gateway.pipeworx.io/visualcrossing/mcp
Get the live CURRENT weather conditions right now for a location — temperature, feels-like, humidity, wind, and conditions. Example: current_conditions({ location: “Tokyo” }).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
location | string | yes | City name (e.g. “Tokyo”) or “lat,lon”. |
units | string | no | Unit group: “metric” (default), “us”, or “uk”. |
_apiKey | string | no | Optional — your own Visual Crossing API key for higher limits; omit to use the shared Pipeworx key. |
Example call
curl -X POST https://gateway.pipeworx.io/visualcrossing/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"current_conditions","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"visualcrossing": {
"url": "https://gateway.pipeworx.io/visualcrossing/mcp"
}
}
}
See Getting Started for client-specific install steps.