Weatherbit Connector for AI agents.
10 live capabilities
Get real-time weather forecasts and historical climate data for any location.
Waiting for input…
Why people use Weatherbit
Weatherbit for Real-time Weather and Climate Data
This Connector lets your agent do that work for you. Just ask for the current conditions or a 16-day forecast in one chat. You get the facts you need immediately, without the tab-switching headache.
What Vinkius changes
You get accurate global weather data directly inside your AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Logistics Planning
A dispatcher asks for severe weather alerts in a shipping corridor to reroute trucks before a storm hits.
- Real-world use case 02
Travel Itinerary
A traveler checks the 16-day forecast for Tokyo to decide which days to book outdoor sightseeing.
- Real-world use case 03
Climate Study
A researcher pulls 30 years of historical weather data for a specific farm to analyze drought trends.
Complete set · 10capabilities
The complete Weatherbit capability set.
These are the exact actions your AI can choose when you ask it to work with Weatherbit.
01—04
4 capabilities in this set.
Part of 10 available through Weatherbit.
- 01 Capability
Get historical weather
Access temperature and precipitation metrics for dates going back 30 years. It's perfect for climate research and agricultural analysis.
- 02 Capability
Get air quality
Check AQI scores and pollutant concentrations like PM2.5 and NO2 by coordinates. This is useful for monitoring local environmental health.
- 03 Capability
Get current weather
Retrieve full current weather details including feels like temperature and visibility by coordinates. Use this for precise local weather snapshots.
- 04 Capability
Get current weather by city
Get the current temperature, humidity, and UV index for a specific city name. This helps you quickly check conditions before heading out.
05—07
3 capabilities in this set.
Part of 10 available through Weatherbit.
- 05 Capability
Get forecast daily
Pull daily high and low temperatures for coordinates up to 16 days out. This is great for planning outdoor events in a specific area.
- 06 Capability
Get forecast daily by city
Fetch a 16-day daily weather forecast for a city name. Use this to see the weather trends for your upcoming trip.
- 07 Capability
Get forecast hourly
Get hour-by-hour weather details including precipitation and wind for coordinates. This helps you see exactly when a storm might hit.
08—10
3 capabilities in this set.
Part of 10 available through Weatherbit.
- 08 Capability
Get forecast hourly by city
Retrieve hourly forecasts for a city name to see upcoming changes. Use it to plan your daily schedule around the weather.
- 09 Capability
Get severe weather
Query reports for recent severe weather events like tornadoes or floods in a region. This helps you stay informed about active hazards.
- 10 Capability
Get weather alerts
Get active weather warnings including severity levels and affected areas. Use this to stay safe during severe meteorological events.
Set up in minutes
One URL. Then ask Weatherbit to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Weatherbit from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_22ot2qxGz5mnfApreJyl5KLZuBxKKtv6M5F4e49V/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Weatherbit, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Weatherbit for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_22ot2qxGz5mnfApreJyl5KLZuBxKKtv6M5F4e49V/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Weatherbit URL.
- Step 03
Save and start
Save the connection and enable Weatherbit in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"weatherbit": {
"url": "https://edge.vinkius.com/vk_preview_22ot2qxGz5mnfApreJyl5KLZuBxKKtv6M5F4e49V/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Weatherbit
Open Agent mode in chat and ask: "Using Weatherbit, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"weatherbit": {
"url": "https://edge.vinkius.com/vk_preview_22ot2qxGz5mnfApreJyl5KLZuBxKKtv6M5F4e49V/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Weatherbit
Ask Copilot: "Using Weatherbit, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"weatherbit": {
"url": "https://edge.vinkius.com/vk_preview_22ot2qxGz5mnfApreJyl5KLZuBxKKtv6M5F4e49V/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Weatherbit
Open Cascade and ask: "Using Weatherbit, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"weatherbit": {
"url": "https://edge.vinkius.com/vk_preview_22ot2qxGz5mnfApreJyl5KLZuBxKKtv6M5F4e49V/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Weatherbit
Ask Cline: "Using Weatherbit, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add weatherbit --transport http "https://edge.vinkius.com/vk_preview_22ot2qxGz5mnfApreJyl5KLZuBxKKtv6M5F4e49V/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Weatherbit
Ask Claude: "Using Weatherbit, show me...". 10 tools are ready
Where the request belongs
Work Weatherbit can move forward.
This is for anyone who needs reliable weather data for planning or research. It's for the logistics manager worried about storm delays or the researcher needing 30 years of climate history.
Logistics Coordinator
Planning delivery routes and monitoring for severe weather alerts to avoid delays.
Agricultural Researcher
Analyzing 30 years of historical weather to plan crop cycles.
Travel Planner
Checking 16-day forecasts and air quality for international itineraries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOpenWeather
Get weather data worldwide. current conditions, forecasts, air quality, alerts and historical data from any AI agent.
Weatherbit
Access real-time weather data, 16-day forecasts, air quality metrics, and severe weather alerts globally.
Tomorrow.io
Hyper-local weather intelligence platform. get realtime, forecast, and air quality data via AI.
Weather (Open-Meteo)
Get real-time weather, high-precision forecasts, air quality data, and severe weather alerts for any city worldwide.
Open-Meteo
Get weather forecasts, historical data and air quality. no API key required, open-source weather data.
OpenWeatherMap
Access real-time weather data, 5-day forecasts, air quality metrics, and geocoding services globally via OpenWeatherMap.
Bring your own AI
Change the model, client or framework. Keep Weatherbit connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Weatherbit.
The practical details behind the request, access and result.
Can I get weather data for any city with Weatherbit MCP?
Yes, you can get current conditions and forecasts for cities worldwide just by naming them in your request.
How far ahead does the Weatherbit MCP forecast?
It provides daily forecasts for up to 16 days and hourly updates for up to 10 days.
Can I use Weatherbit MCP for climate research?
Yes, it allows you to pull historical weather data going back over 30 years for specific coordinates to analyze long-term trends.
Does Weatherbit MCP include air quality info?
It provides AQI scores along with specific pollutant concentrations like PM2.5, O3, and NO2.
Can I get severe weather warnings with Weatherbit MCP?
Yes, it pulls active alerts for things like floods, hail, and tornadoes in a specific region to keep you informed.
Is Weatherbit MCP good for travel planning?
It's great for checking 16-day forecasts and local air quality before you head to a new destination.
Does Weatherbit MCP provide hourly updates?
Yes, it can retrieve hourly weather details for coordinates to help you plan time-sensitive activities.
How do I get a Weatherbit API key?
Sign up for free at weatherbit.io. Free tier includes 500 API calls/day.
Can I search by city name?
Yes! Use get_current_weather_by_city or get_forecast_daily_by_city with city name and optional country code (e.g. city='London', country='GB').
How far ahead can I forecast?
Daily forecast supports up to 16 days ahead. Hourly forecast supports up to 240 hours (10 days). Historical data goes back 30+ years.
Does it include air quality data?
Yes! Use get_air_quality with coordinates to get AQI, PM2.5, PM10, O3, NO2, SO2 and CO concentrations with health recommendations.
One connection away
Give your agent a direct line to Weatherbit.
Connect Weatherbit once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available