DaedalMap Earthquake Data
DE
DaedalMap Earthquake Data
/get_earthquake_events

Get Earthquake Events

Paid x402 canonical tool. Queries the published earthquakes_events lane. Use this first for earthquake questions because it is the enriched DaedalMap history la

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_earthquake_events for me.

Input

FieldTypeDescription
request_idstringOptional caller-supplied request id for tracing and idempotency.
metrics*arrayMetric ids to return, such as 'event_count' or event attributes like 'magnitude'.
filters*objectStructured filters including time ranges, region_ids, and compare clauses.
sortstringOptional sort instructions for row-returning queries.
limitintegerMaximum number of rows to return. For top-N requests, include a narrow time range or regio
outputobjectOptional output controls such as response format hints.

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

Try it

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