weather-intel-mcp
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

FieldTypeDescription
min_magnitudenumberOnly return quakes at or above this magnitude. default 4.5
daysintegerLook back this many days (default 7, max 30). default 7
latnumberOptional center latitude for a radius search.
lonnumberOptional center longitude for a radius search.
radius_kmnumberRadius in km around lat/lon (requires lat+lon).
limitintegerMaximum 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.