DaedalMap Earthquake Data
DE
DaedalMap Earthquake Data
/get_live_earthquake_events

Get Live Earthquake Events

Free live wrapper. Calls the USGS FDSN API for recent preliminary earthquake events normalized to DaedalMap event fields. Use this only when the caller explicit

liveverifiedunknown~5s typical
mcpprobeddaedalmapearthquakedata
$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-daedalmap-earthquakes /get_live_earthquake_events for me.

Input

FieldTypeDescription
request_idstringOptional caller-supplied request id for tracing.
hoursintegerRecent lookback window in hours. Ignored when start_time is provided.
start_timestringOptional inclusive ISO-8601 start datetime.
end_timestringOptional exclusive-ish ISO-8601 end datetime. Defaults to now.
min_magnitudenumberMinimum earthquake magnitude. Defaults to 2.5.
limitintegerMaximum live rows to return.
orderbystring (time | time-asc | magnitude | magnitude-asc)USGS result ordering.
min_latitudenumberOptional bounding box minimum latitude.
max_latitudenumberOptional bounding box maximum latitude.
min_longitudenumberOptional bounding box minimum longitude.
max_longitudenumberOptional bounding box maximum longitude.

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-daedalmap-earthquakes","endpoint":"/get_live_earthquake_events","input":{}}'
cli
npx cracked-ai run -p mcp-com-daedalmap-earthquakes -e /get_live_earthquake_events -i '{}'
mcp
run_tool({ provider: "mcp-com-daedalmap-earthquakes", endpoint: "/get_live_earthquake_events", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.