W
weather-intel-mcp
/earthquakes
earthquakes
List recent earthquakes worldwide from the USGS feed. Filter by minimum magnitude, look-back window in days, and optionally a bounding box or a point+radius (km
liveverifiedunknown~5s typical
mcpprobedweather-intel-mcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-datakoot-weather-intel-mcp /earthquakes for me.
Input
| Field | Type | Description |
|---|---|---|
| min_magnitude | number | Only return quakes at or above this magnitude. default 4.5 |
| days | integer | Look back this many days (default 7, max 30). default 7 |
| lat | number | Optional center latitude for a radius search. |
| lon | number | Optional center longitude for a radius search. |
| radius_km | number | Radius in km around lat/lon (requires lat+lon). |
| limit | integer | Maximum number of quakes to return. default 20 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-datakoot-weather-intel-mcp","endpoint":"/earthquakes","input":{"min_magnitude":4.5,"days":7,"limit":20}}'cli
npx cracked-ai run -p mcp-com-datakoot-weather-intel-mcp -e /earthquakes -i '{"min_magnitude":4.5,"days":7,"limit":20}'mcp
run_tool({ provider: "mcp-com-datakoot-weather-intel-mcp", endpoint: "/earthquakes", input: {"min_magnitude":4.5,"days":7,"limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.