Visual Crossing Weather
Fetch current conditions, forecasts, historical weather, and timelines from Visual Crossing Weather.
Tools
| Name | Description |
|---|---|
get_current_conditionsGet current weather conditions for a location using the Timeline API. | Get current weather conditions for a location using the Timeline API. |
get_forecastGet forecast data for a location. Leave dates empty for Visual Crossing’s default 15-day forecast. | Get forecast data for a location. Leave dates empty for Visual Crossing’s default 15-day forecast. |
get_historical_weatherGet historical daily or hourly weather data for a location and date range. | Get historical daily or hourly weather data for a location and date range. |
get_weather_timelineGet Visual Crossing Timeline weather data for a location and optional date or date range. | Get Visual Crossing Timeline weather data for a location and optional date or date range. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('visual-crossing', 'get_current_conditions', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'visual-crossing',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Visual Crossing Weather to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Visual Crossing Weather support?
Visual Crossing Weather supports 4 tools including Get Current Conditions, Get Forecast, Get Historical Weather, Get Weather Timeline.
Can I use Visual Crossing Weather with AI agents?
Yes. Add Visual Crossing Weather to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Visual Crossing Weather be used in stateful agent workflows?
Yes. Agents can combine Visual Crossing Weather tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Visual Crossing Weather use?
Visual Crossing Weather uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Visual Crossing Weather integration cost?
The Visual Crossing Weather integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Visual Crossing Weather in minutes
Get 20,000 free action executions every month. No credit card required.