Weather MCP Server — Live Weather & Forecast
Pricing
from $20.00 / 1,000 tool calls
Weather MCP Server — Live Weather & Forecast
MCP server exposing one tool, get_weather(location), that returns current conditions plus a multi-day forecast for any city or lat,lon. For Claude Desktop, Cursor, Cline and any MCP-compatible AI agent. Pay-per-event, no monthly minimum.
Pricing
from $20.00 / 1,000 tool calls
Rating
0.0
(0)
Developer
NexGenData
Maintained by CommunityActor stats
0
Bookmarked
10
Total users
3
Monthly active users
a day ago
Last modified
Categories
Share
🌦️ Weather MCP Server — Live Weather & Forecast for AI Agents
MCP (Model Context Protocol) server for global weather data. Exposes a single get_weather tool that returns current conditions plus a multi-day forecast for any location — for Claude Desktop, Cursor, Cline, and any MCP-compatible agent. A simple, AI-native way to give your agent live weather data that base LLMs cannot fetch.
Why Weather MCP
Base Claude / GPT models don't know if it's raining in your city right now. This MCP server gives your agent one clean tool to pull live weather and a forecast on demand, billed pay-per-event with no monthly minimum.
- MCP-native — works with Claude Desktop, Cursor, Cline, and any MCP client
- Live data — current conditions and a multi-day forecast by location
- Pay-per-event — no monthly minimum, no seat fees
Tools Exposed via MCP
get_weather— current weather and multi-day forecast for a location (city name orlat,loncoordinates). Returns conditions, temperature, humidity, wind, and the forecast.
Use Cases
- Travel-planning AI agents — check the forecast for a destination
- Delivery / logistics agents — weather-aware routing decisions
- Outdoor-event planning — flag risky forecast windows for ops teams
- Agriculture / agritech — surface frost / heat conditions for irrigation logic
- Energy demand forecasting — temperature-driven load context
Connect to Claude Desktop
{"mcpServers": {"nexgendata-weather": {"url": "https://nexgendata--weather-mcp-server.apify.actor/mcp","headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }}}}
Pricing — Pay Per Tool Call
- Actor start: $0.0001
- Tool call: $0.0020
No monthly minimum.
Related NexGenData MCP Servers
| Use case | Actor |
|---|---|
| Google Maps MCP (local business search) | google-maps-mcp-server |
| News MCP | news-mcp-server |
| Web-scraping MCP | web-scraping-mcp-server |
| Reddit MCP | reddit-mcp-server |
| 26-server gateway | enterprise-mcp-gateway |
FAQ
Q: What tool does this server expose?
A: One tool — get_weather(location) — returning current conditions and a multi-day forecast.
Q: Does it cover non-US regions?
A: Yes — pass any city name or lat,lon coordinates. Resolution varies by location.
Q: How do I call it?
A: Connect from an MCP client (Claude Desktop, Cursor, Cline, Windsurf) and invoke get_weather at reasoning time.
Input Example
This MCP server requires no run input — it is started by your MCP-compatible AI client (Claude Desktop, Cursor, Cline, Windsurf, n8n) and tools are invoked at reasoning time. To launch it directly via the Apify API for a test ping, pass an empty input:
{}
Output Example
When invoked through an MCP client, the get_weather tool returns structured JSON that the LLM consumes directly. A representative response looks like:
{"type": "text","text": "Weather data for 'London, UK'","structuredContent": {"weather": [{"location": "London, UK","temperature_c": 14,"conditions": "Light rain","humidity_pct": 82,"wind_kph": 19,"forecast": [{ "day": "Tue", "high_c": 16, "low_c": 9, "conditions": "Showers" },{ "day": "Wed", "high_c": 18, "low_c": 10, "conditions": "Partly cloudy" }]}],"total": 1}}
The underlying Apify dataset stores the same items in CSV / JSONL / Excel export formats for downstream pipelines.
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing — you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result / tool call: charged per MCP tool call
- No charge for retries, internal proxy rotation, or failed sub-requests — those are absorbed by the platform
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link — you get free platform credits on signup and help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console — point-and-click run
- Apify API — REST + webhooks
- Apify Python / JS SDKs — programmatic batch
- Zapier, Make.com, n8n — official integrations
- MCP — exposed as an MCP tool for Claude / ChatGPT / Cursor agents
- Schedules — built-in cron for daily / weekly / monthly runs
- Webhooks — POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains a large catalog of Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours.
Home: thenextgennexus.com Full catalog: apify.com/nexgendata