Install
$ agentstack add mcp-foundrynet-weather-intel-mcp Open-source listing — not yet scanned by AgentStack. Follow the source repository for install instructions.
About
Supply Chain Weather Risk Scorer
Supply chain weather risk scoring for AI agents — score any shipping route (supply_chain_risk) for weather threats at origin and destination, returning a 0-100 risk score and a shipment recommendation. Also provides raw, keyless NOAA/NWS forecasts, severe-weather alerts, historical weather, climate normals, agricultural weather, and travel comparison (Open-Meteo + NWS).
> Part of the FoundryNet Data Network. Attest your agent's weather/climate > analysis with MINT Protocol. > See also: gov-contracts-mcp, brand-intel-mcp, patent-intel-mcp, > financial-signals-mcp.
Connect
- MCP endpoint (Streamable HTTP):
https://weather-intel-mcp-production.up.railway.app/mcp - Registry:
io.github.FoundryNet/weather-intel-mcp - Agent card:
https://weather-intel-mcp-production.up.railway.app/.well-known/agent-card.json
Claude Desktop / Cursor / Claude Code
claude mcp add --transport http weather-intel https://weather-intel-mcp-production.up.railway.app/mcp
Tools
| Tool | Price | What it does | |---|---|---| | current_weather | free | Temp, feels-like, humidity, wind, conditions, visibility | | forecast | $0.005 | Up to 16-day daily + 48h hourly with precip probability | | historical_weather | $0.01 | Daily temp/precip/wind for a date range | | climate_normals | $0.01 | Multi-decade monthly averages, frost dates, growing degree days | | weather_alerts | free | Active NWS severe-weather alerts (public safety) | | agricultural_outlook | $0.01 | GDD, frost risk, soil moisture, precip outlook, planting window | | travel_conditions | $0.01 | Two-location comparison + advisories + packing recs (structured) | | supply_chain_risk | $0.02 | Score a shipping route (0-100) — origin+destination threats + shipment recommendation | | mint_info | free | FoundryNet Data Network + MINT Protocol |
Free tier: 50 paid-tool queries/day per agent — generous, because weather is the highest-frequency query type and we want maximum adoption (plus unlimited free current_weather + weather_alerts). Then x402: the tool returns an HTTP-402 with a Solana USDC payment memo — pay it, re-call with the same args plus payment_tx=. An Authorization: Bearer fnet_… key bypasses the paywall.
Sources
Open-Meteo (current/forecast/historical/archive/geocoding — keyless, global) and NWS (api.weather.gov — keyless, US alerts). Climate normals and agricultural signals are derived from the Open-Meteo archive; set NOAA_CDO_TOKEN to use official NOAA 30-year normals instead. Responses are TTL-cached; the nationwide alert snapshot refreshes hourly.
Connect
MCP registry: io.github.FoundryNet/weather-intel-mcp
{ "mcpServers": { "weather-intel": { "url": "https://weather-intel-mcp-production.up.railway.app/mcp" } } }
Built by FoundryNet · hello@foundrynet.io
Live network activity
Live feed: mint.foundrynet.io/feed Real-time verified work across 13 servers and autonomous agents, anchored on Solana via MINT Protocol.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: FoundryNet
- Source: FoundryNet/weather-intel-mcp
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v1.0.0 Imported from the upstream source.