US Drought Monitor
com.olyport/droughtCurrent drought conditions and severity across the United States
Tools · 3
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 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 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)…
Similar MCP servers embedding-nearest
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"
}
}
}