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
| Field | Type | Description |
|---|---|---|
| request_id | string | Optional caller-supplied request id for tracing. |
| hours | integer | Recent lookback window in hours. Ignored when start_time is provided. |
| start_time | string | Optional inclusive ISO-8601 start datetime. |
| end_time | string | Optional exclusive-ish ISO-8601 end datetime. Defaults to now. |
| min_magnitude | number | Minimum earthquake magnitude. Defaults to 2.5. |
| limit | integer | Maximum live rows to return. |
| orderby | string (time | time-asc | magnitude | magnitude-asc) | USGS result ordering. |
| min_latitude | number | Optional bounding box minimum latitude. |
| max_latitude | number | Optional bounding box maximum latitude. |
| min_longitude | number | Optional bounding box minimum longitude. |
| max_longitude | number | Optional 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.