Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

US Drought Monitor

com.olyport/drought

Current drought conditions and severity across the United States

Uptime
5.6%
54 probes
Response
486ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

get_current_drought

Get current drought conditions from the US Drought Monitor. Returns the percentage of area at each drought intensity level: - None: No drought - D0: Abnormally Dry - D1: Moderate Drou…

get_drought_history

Get historical drought conditions over time from the US Drought Monitor. Returns weekly drought severity percentages for the specified area and date range. The Drought Monitor is updated ever…

get_drought_summary

Get a national drought summary with total affected area percentages. Returns the current national overview showing what percentage of the US is experiencing each drought level (D0 through D4)…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "us_drought_monitor": {
      "url": "https://mcp.olyport.com/drought/mcp",
      "transport": "streamable-http"
    }
  }
}