원클릭으로
gov-disaster-intel
FEMA disaster declarations, NOAA weather alerts, and USGS earthquake data. 3 tools for real-time disaster monitoring.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
FEMA disaster declarations, NOAA weather alerts, and USGS earthquake data. 3 tools for real-time disaster monitoring.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search company registrations via OpenCorporates and SEC EDGAR. 3 tools for business entity research.
SEC filings, company news, federal contracts, and company profiles. 4 tools for competitive intelligence.
SAM.gov contract opportunities, USAspending awards, and entity lookup. 3 tools for government contracting.
Search US court opinions, dockets, and judges. 3 tools for federal court records research.
EPA air quality data and HUD foreclosure listings. 2 tools for environmental and housing intelligence.
SEC EDGAR filings, BLS employment stats, and USDA crop prices. 3 tools for federal financial intelligence.
| name | gov-disaster-intel |
| description | FEMA disaster declarations, NOAA weather alerts, and USGS earthquake data. 3 tools for real-time disaster monitoring. |
| homepage | https://github.com/martc03/gov-mcp-servers |
| metadata | {"clawdbot":{"emoji":"🌪️","requires":{"bins":["mcporter"]}}} |
Real-time disaster monitoring from FEMA, NOAA, and USGS.
mcporter add gov-disasters --url https://natural-disaster-intel-mcp.apify.actor/mcp --transport streamable-http
Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):
{
"servers": {
"gov-disasters": {
"url": "https://natural-disaster-intel-mcp.apify.actor/mcp",
"transport": "streamable-http"
}
}
}
disaster_search_fema_declarationsSearch FEMA disaster declarations by state, incident type, and date range. Returns official federal disaster records.
Show FEMA disaster declarations for California
Any hurricane declarations in Florida this year?
Parameters: states (array, e.g. ["CA","NY"]), incidentTypes (array, e.g. ["Hurricane","Flood"]), dateStart, dateEnd, limit
disaster_get_weather_alertsGet active NOAA/NWS weather alerts by state, severity, and event type. Real-time warnings, watches, and advisories.
Show severe weather alerts for Texas
Any tornado warnings active right now?
Parameters: states (array), severity (Minor/Moderate/Severe/Extreme), event, limit
disaster_search_earthquakesSearch USGS earthquake data by magnitude, date range, and alert level. Returns seismic events worldwide.
Show earthquakes above magnitude 5 in the last week
Any significant earthquakes near California?
Parameters: minMagnitude (0-10), maxMagnitude, startDate, endDate, alertLevel (green/yellow/orange/red), limit
All data from free US government APIs. Zero cost. No API keys required.