DE
DaedalMap Earthquake Data
/get_disaster_links_for_event
Get Disaster Links For Event
Free linked-disaster helper. Resolves one exact disaster event id into its published related-disaster links. Use this only when you already have an exact event
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_disaster_links_for_event for me.
Input
| Field | Type | Description |
|---|---|---|
| event_id* | string | Exact disaster event id from a supported pack row, such as 'NOAA-SIG-2' or 'USA-CA-FIRE-21 |
| pack_id | string | Optional pack id hint when the event id is ambiguous. Supported exact-event link packs are |
| cross_type_only | boolean | When true, only return cross-hazard links. Default true. |
| request_id | string | Optional caller-supplied request id for tracing. |
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_disaster_links_for_event","input":{"event_id":"..."}}'cli
npx cracked-ai run -p mcp-com-daedalmap-earthquakes -e /get_disaster_links_for_event -i '{"event_id":"..."}'mcp
run_tool({ provider: "mcp-com-daedalmap-earthquakes", endpoint: "/get_disaster_links_for_event", input: {"event_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.