Weather MCP Server: Connect Claude to Live Weather, Climate & Hazard Data

Published July 22, 2026 · 6 min read

AI assistants are good at reasoning but blind to the present. Ask Claude about the current fire risk near a property and it can only answer from training data that ended months ago. The Model Context Protocol (MCP) fixes this: it is an open standard that lets AI assistants call live tools. PixelGust now runs a public MCP server, so any compatible assistant can pull real weather, climate, terrain, and hazard data for any point on Earth, mid-conversation.

Server URL: https://pixelgust.com/mcp (Streamable HTTP). Works with no signup at free-tier limits. Add it to Claude, Cursor, or any MCP client and start asking location questions.

What You Can Ask

Once connected, your assistant answers questions like these with live data instead of guesses:

A real exchange from today, with the assistant calling the server twice and comparing:

AthensMarseille
Fire Weather Index34.1 (High)30.5 (High)
Temperature31.6°C26.6°C
Relative humidity42%60%
Wind3.5 m/s SW5.1 m/s S

The assistant concluded that both cities sit in the High danger class, with Athens closer to Very High because heat and dryness outweigh Marseille's stronger wind. That is the kind of grounded, current answer MCP makes possible.

The Nine Tools

How to Connect

Claude Code

claude mcp add --transport http pixelgust https://pixelgust.com/mcp

Claude Desktop and claude.ai

Settings → Connectors → Add custom connector → paste https://pixelgust.com/mcp.

Cursor and other MCP clients

Add a Streamable HTTP server with the same URL in your client's MCP configuration.

Higher limits with an API key

Keyless access uses free-tier limits (50 calls per day). For more, create a free account at pixelgust.com/app, generate an API key from the API Keys menu, and pass it as a header:

claude mcp add --transport http pixelgust https://pixelgust.com/mcp \ --header "X-API-Key: pk_your_key"

The key's plan applies automatically: paid tiers raise the daily quota and unlock larger polygon areas. See the API documentation for details.

Give Your Assistant Real Environmental Data

One URL. Nine tools. Any location on Earth. Free to start.

Read the Docs

Why This Matters

Agents are becoming the way professionals interact with data. An agronomist asking an assistant to compare drought stress across fields, an analyst screening properties for climate risk, or a researcher pulling decade-long climate series should not have to open a GIS suite or write API integration code first. With MCP, the assistant does the calling, and the human does the asking.

Under the hood the server exposes the same data as the PixelGust REST API: NOAA GFS nowcasts and forecasts, ERA5 reanalysis, Copernicus DEM terrain, MODIS evapotranspiration, ESA WorldCover, SoilGrids, and the Canadian Fire Weather Index computed daily. Same sources, new interface.

Try PixelGust Free

Get instant weather, terrain, and hazard profiles for any land parcel.

Open Map