streamable-httpMITupdated 29d ago
Supply chain weather risk scoring for AI agents — score any shipping route (supplychainrisk) 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).
该仓库已被所有者归档。仍可使用,但不再更新。
Weather & Climate Intelligence MCP 能做什么?
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. Every analysis carries verifiable provenance attestation. 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 |
daily_brief |
$5 | Curated daily brief — alerts, events, metro outlook, agricultural signals |
brief_summary |
$0.50 | Top 5 signals from today's brief as structured JSON — a cheap sample of daily_brief |
mint_info |
free | FoundryNet Data Network + provenance attestation info |
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 metered pay-per-query: the tool returns
an HTTP-402 with a payment memo — pay it, re-call with the same args plus
payment_tx=<signature>. 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 · forge@foundrynet.io
Live network activity
Live feed: mint.foundrynet.io/feed
Real-time verified work across 17 servers and autonomous agents in the FoundryNet Data Network.
安装
把 Weather & Climate Intelligence MCP 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http weather-climate-intelligence-mcp https://weather-intel-mcp-production.up.railway.app/mcpcodex mcp add weather-climate-intelligence-mcp --url https://weather-intel-mcp-production.up.railway.app/mcp{
"mcpServers": {
"weather-climate-intelligence-mcp": {
"url": "https://weather-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"weather-climate-intelligence-mcp": {
"type": "http",
"url": "https://weather-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"weather-climate-intelligence-mcp": {
"url": "https://weather-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"weather-climate-intelligence-mcp": {
"serverUrl": "https://weather-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
10 个工具
Weather & Climate Intelligence MCP 向已连接的智能体提供 10 个工具。
- current_weather
- **free**
- historical_weather
- $0.01
- climate_normals
- $0.01
- weather_alerts
- **free**
- agricultural_outlook
- $0.01
- travel_conditions
- $0.01
- supply_chain_risk
- $0.02
- daily_brief
- $5
- brief_summary
- $0.50
- mint_info
- **free**
评分
69 / 100
良好
- 文档22/25
- 维护14/25
- 可信度13/20
- 能力8/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年6月18日 |