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
| Field | Type | Description |
|---|---|---|
| request_id | string | Optional caller-supplied request id for tracing and idempotency. |
| metrics* | array | Metric ids to return, such as 'event_count' or event attributes like 'magnitude'. |
| filters* | object | Structured filters including time ranges, region_ids, and compare clauses. |
| sort | string | Optional sort instructions for row-returning queries. |
| limit | integer | Maximum number of rows to return. For top-N requests, include a narrow time range or regio |
| output | object | Optional 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.