
DaedalMap Disaster And Geospatial Data
- 3 repo stars
- Updated July 28, 2026
- xyver/daedal-map
mcp:com.
About
mcp:com.daedalmap/county-map skill documents DaedalMap is a map-first geographic query engine. This repository is the open app/runtime for developers who want to run it locally, self-host it, point it at their own data, or extend it with compatible geographic datasets. Public surfaces:.
- Workflow guidance for mcp:com.daedalmap/county-map.
- Platform-specific setup patterns for mcp:com.daedalmap/county-map.
- Evidence-backed steps from upstream SKILL.md.
- When-to-use criteria for mcp:com.daedalmap/county-map versus alternatives.
DaedalMap Disaster And Geospatial Data by the numbers
- Exposes 16 verified tools (MCP introspection)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
claude mcp add --transport http county-map https://app.daedalmap.com/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Transport | HTTP |
| Auth | None |
| Tools | 16 |
| Last updated | July 28, 2026 |
| Repository | xyver/daedal-map ↗ |
How do I use mcp:com.daedalmap/county-map correctly?
Apply mcp:com.daedalmap/county-map workflows from SKILL.md guidance.
Who is it for?
Teams implementing mcp:com.daedalmap/county-map workflows from the catalog.
Skip if: Skip when requirements clearly match a different specialized stack.
What you get
Working mcp:com.daedalmap/county-map setup with validated configuration and next steps.
- Agent-callable structured rows for earthquakes, tsunamis, volcanoes, disasters, and FX
- Country- and region-scoped queries aligned to DaedalMap loc_id geography
- Mixed free discovery and metered paid retrieval within documented price caps
By the numbers
- Pricing model per_row on Base network in USDC via x402
- per_row_usd 0.0001, base_price_usd 0.01, base_rows_included 100, max_price_usd 0.5
- Publisher categories: geospatial, hazard, economics, data
DaedalMap Disaster and Geospatial Data capabilities & compatibility
- Capabilities
- mcp:com.daedalmap/county map quick start · mcp:com.daedalmap/county map when to use guidanc · mcp:com.daedalmap/county map integration pattern
- Use cases
- orchestration
Tools 16
Public tool metadata - what this server can do for an agent.
get_catalogFree discovery. Returns the list of live agent-ready data packs available on DaedalMap.
get_pack1 paramFree discovery. Returns detailed metadata, coverage, freshness, preferred canonical tool guidance, and first-query examples for one pack. Call this before querying a new pack so you can see time shape, coverage limits, and the paste-ready first query.
pack_idstringrequiredPack identifier such as 'currency', 'earthquakes', 'floods', 'hurricanes', 'tornadoes', 'tsunamis', 'un_sdg', 'volcanoes', 'world_factbook', or 'worldpop'.
get_disaster_links_for_event4 paramsFree 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 id from a supported pack such as earthquakes, tsunamis, volcanoes, or wildfires.
event_idstringrequiredExact disaster event id from a supported pack row, such as 'NOAA-SIG-2' or 'USA-CA-FIRE-215'.pack_idstringOptional pack id hint when the event id is ambiguous. Supported exact-event link packs are earthquakes, tsunamis, volcanoes, and wildfires.cross_type_onlybooleanWhen true, only return cross-hazard links. Default true.request_idstringOptional caller-supplied request id for tracing.
get_disaster_link_chain5 paramsFree linked-disaster helper. Expands one exact disaster event id into a bounded related-event chain. Use this only when you already have an exact event id from a supported pack such as earthquakes, tsunamis, volcanoes, or wildfires.
event_idstringrequiredExact disaster event id from a supported pack row, such as 'NOAA-SIG-2' or 'USA-CA-FIRE-215'.pack_idstringOptional pack id hint when the event id is ambiguous. Supported exact-event link packs are earthquakes, tsunamis, volcanoes, and wildfires.depthintegerMaximum link-chain depth to traverse. Default 1.cross_type_onlybooleanWhen true, only return cross-hazard links. Default true.request_idstringOptional caller-supplied request id for tracing.
search_disaster_links7 paramsFree linked-disaster discovery helper. Searches published cross-disaster link families by event-type direction, optional via-event type, and optional year window. Use this when you want to discover whether a relationship family exists before you have an exact event id.
start_event_typestringOptional starting event type such as earthquake, hurricane, volcano, wildfire, flood, tornado, or tsunami.via_event_typestringOptional intermediate event type for bounded chain discovery.end_event_typestringOptional ending event type such as tsunami, flood, tornado, or earthquake.year_startintegerOptional inclusive starting year filter.year_endintegerOptional inclusive ending year filter.limitintegerMaximum number of matching chains to return. Default 10.request_idstringOptional caller-supplied request id for tracing.
resolve_point3 paramsFree geography utility (reverse geocoding). Converts a latitude/longitude into the DaedalMap loc_id administrative chain - the deepest available level plus its parents - so you can join any spatial data to the same loc_id spine the data packs use. Returns the matched country, the deepest resolved loc_id, and the full admin-level stack so you can clip to any level. No payment required.
latnumberrequiredLatitude in WGS84 decimal degrees.lonnumberrequiredLongitude in WGS84 decimal degrees.request_idstringOptional caller-supplied request id for tracing.
get_boundary3 paramsFree geography utility. Returns the geographic extent of a DaedalMap loc_id: its bounding box and centroid by default, and the full boundary polygon when include_polygon is true. Use the bbox to clip or index your own grid/raster data against DaedalMap administrative areas; request the polygon only when you need the exact perimeter (it can be large). No payment required.
loc_idstringrequiredDaedalMap loc_id, e.g. 'USA-CA' or 'USA-CA-037'.include_polygonbooleanWhen true, include the full boundary GeoJSON geometry. Default false (bbox + centroid only) to keep responses small.request_idstringOptional caller-supplied request id for tracing.
loc_id_hierarchy2 paramsFree geography utility. Returns the administrative hierarchy around a DaedalMap loc_id: its parent and full ancestor chain up to the country, plus a summary of its children by level. Use this to walk up or down the loc_id spine and clip to any administrative level. No payment required.
loc_idstringrequiredDaedalMap loc_id, e.g. 'USA-CA-037'.request_idstringOptional caller-supplied request id for tracing.
loc_id_info2 paramsFree geography utility. Returns descriptive metadata for a DaedalMap loc_id: name, admin level, parent, centroid, bounding box, and child counts by level. No payment required.
loc_idstringrequiredDaedalMap loc_id, e.g. 'USA-CA'.request_idstringOptional caller-supplied request id for tracing.
get_earthquake_events6 paramsPaid x402 canonical tool. Queries the published earthquakes_events lane. Use this first for earthquake questions because it is the enriched DaedalMap history lane with stable loc_id geography, not the preliminary upstream wrapper. Call without payment first - the server returns HTTP 402 with the exact USDC price before any charge. Small queries stay cheap; broad scans cost more or need narrower filters.
request_idstringOptional caller-supplied request id for tracing and idempotency.metricsarrayrequiredMetric ids to return, such as 'event_count' or event attributes like 'magnitude'.filtersobjectrequiredStructured filters including time ranges, region_ids, and compare clauses.sortOptional sort instructions for row-returning queries.limitintegerMaximum number of rows to return. For top-N requests, include a narrow time range or region_ids before sorting.outputobjectOptional output controls such as response format hints.
get_live_earthquake_events11 paramsFree live wrapper. Calls the USGS FDSN API for recent preliminary earthquake events normalized to DaedalMap event fields. Use this only when the caller explicitly wants live/preliminary upstream results or needs a very recent window not yet present in the published canonical earthquake lane. This is not the enriched canonical history lane.
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.orderbystringUSGS 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.
get_volcanic_activity6 paramsFree canonical tool. Queries volcanoes_events for historical eruption records and volcanic activity metrics. Best for eruption counts, VEI thresholds, and top-event lookups. Volcano queries normally use year-style time filters rather than ISO date strings.
request_idstringOptional caller-supplied request id for tracing and idempotency.metricsarrayrequiredMetric ids to return, such as 'event_count', 'VEI', or eruption attributes.filtersobjectrequiredStructured filters including year-based time ranges, region_ids, and compare clauses. For most volcano queries, pass numeric years or time.value.sortOptional sort instructions for row-returning queries.limitintegerMaximum number of rows to return. For top-N VEI or latest-eruption requests, include a narrow year range or region_ids before sorting.outputobjectOptional output controls such as response format hints.
get_live_volcano_events8 paramsFree live wrapper. Calls the Smithsonian/GVP WFS for recent preliminary volcanic eruption updates normalized to DaedalMap event fields. This is not the enriched canonical history lane.
request_idstringOptional caller-supplied request id for tracing.daysintegerRecent lookback window in days. Ignored when start_time is provided.start_timestringOptional inclusive ISO-8601 start datetime or date.end_timestringOptional inclusive ISO-8601 end datetime or date. Defaults to now.min_veinumberOptional minimum Volcanic Explosivity Index.ongoing_onlybooleanWhen true, only return eruptions marked continuing by GVP.limitintegerMaximum live rows to return.orderbystringResult ordering.
get_tsunami_events6 paramsPaid x402 canonical tool. Queries tsunamis_events for historical tsunami records and wave-height metrics. Best for event counts, max water height thresholds, and top-event lookups. Region filters may use ISO3 country ids or ocean-region ids such as XOO. Call without payment first - the server returns HTTP 402 with the exact USDC price before any charge.
request_idstringOptional caller-supplied request id for tracing and idempotency.metricsarrayrequiredMetric ids to return, such as 'event_count', 'max_water_height_m', or event attributes.filtersobjectrequiredStructured filters including time ranges, region_ids, and compare clauses. Tsunami queries commonly use year-style windows and may use ocean-region ids such as XOO.sortOptional sort instructions for row-returning queries.limitintegerMaximum number of rows to return. For largest-wave or latest-event requests, include a narrow time range or region_ids before sorting.outputobjectOptional output controls such as response format hints.
get_fx_rates6 paramsFree tool. Queries the currency pack using filters.region_ids plus filters.time.granularity to return daily, weekly, or monthly FX data.
request_idstringOptional caller-supplied request id for tracing and idempotency.metricsarrayOptional metric ids. Defaults to 'local_per_usd' for FX rate queries.filtersobjectrequiredStructured filters including region_ids with loc_id country codes, time range, and granularity.sortOptional sort instructions for row-returning queries.limitintegerMaximum number of rows to return for the requested granularity and time span.outputobjectOptional output controls such as response format hints.
query_dataset8 paramsGeneric structured query for direct source_id or pack_id access using the same contract as POST /api/v1/query/dataset. Free packs: boundaries, currency, floods, geography, reverse-geocoding, un_sdg, volcanoes. Paid packs: earthquakes, hurricanes, tornadoes, tsunamis, wildfires, world_factbook, worldpop (x402 Base USDC).
request_idstringOptional caller-supplied request id for tracing and idempotency.source_idstringConcrete source id such as 'earthquakes_events', 'volcanoes_events', 'hurricanes_events', or 'un_sdg/01'.pack_idstringPack identifier such as 'currency', 'earthquakes', 'floods', 'hurricanes', 'tornadoes', 'tsunamis', 'un_sdg', 'volcanoes', 'world_factbook', or 'worldpop'.metricsarrayMetric ids to return. Use event_count for aggregate counts when supported.filtersobjectStructured filters including time, region_ids, and compare clauses.sortOptional sort instructions for row-returning queries.limitintegerMaximum number of rows to return for the requested source or pack.outputobjectOptional output controls such as response format hints.
README.md
DaedalMap
Use it as a hosted MCP server (no setup)
Most callers do not need to run anything - DaedalMap is a live remote MCP server (and HTTP API) for geographic data:
- MCP endpoint:
https://app.daedalmap.com/mcp(streamable HTTP) - Start with
get_catalog, thenget_packfor a pack's metrics and a first-query example - Free packs: currency (FX rates), volcanoes, hurricanes, floods, tornadoes, UN SDG, World Factbook, WorldPop
- Paid via x402 on Base mainnet USDC: earthquakes, tsunamis (call unpaid first - the server returns the exact price before any charge)
- Agent docs:
https://daedalmap.com/docs/for-agents
The rest of this README is the self-host / local-runtime path.
DaedalMap is a map-first geographic query engine. This repository is the open app/runtime for developers who want to run it locally, self-host it, point it at their own data, or extend it with compatible geographic datasets.
Public surfaces:
- App:
https://app.daedalmap.com - Website/docs:
https://daedalmap.com
There are now two valid ways to approach DaedalMap locally:
GitHub/self-host path- use this repo directly
- best for developers, custom data work, and users who want to control setup
Downloadable launcher path- curated wrapper + engine artifact + pack install flow
- best for users who want the same runtime with less setup friction
These should stay the same product at the runtime/contract level, but they do not need identical UI on every surface.
If you are using this public GitHub repo as a self-host/local runtime, the practical setup contract right now is:
- a local data location (
DATA_ROOT, unless you use the default app-data path) - an LLM API key (
OPENAI_API_KEYorANTHROPIC_API_KEY)
Supabase and hosted account wiring are optional for self-host use.
What This Repo Is For
Use this repo if you want to:
- run the DaedalMap runtime on your own machine or server
- point the runtime at local data or a cloud-backed data plane you control
- inspect or extend the open runtime behavior
- build compatible geographic datasets and pack-style workflows around the engine
Typical use cases:
- show earthquakes, floods, wildfires, storms, volcanoes, or tsunamis for a place and time window
- compare population, economic, and disaster context in the same workflow
- move between local development, self-hosted runtime operation, and hosted-style runtime behavior without changing the basic mental model
DaedalMap itself is built around three ideas:
- ask in plain language instead of assembling GIS workflows first
- keep the map as the primary interface, not an afterthought
- separate runtime delivery from maintained data-pack delivery
This repo is therefore best read as:
- the open runtime engine
- the self-host/developer entry point
- the source of truth for the downloadable engine snapshot users install through the launcher
It is not the hosted account, billing, or admin surface. Those product surfaces are separate from the public runtime and may evolve faster than the downloadable runtime UI.
Choosing A Local Path
If you are deciding between this repo and the downloadable launcher, use this rule of thumb:
- use the GitHub repo when you want:
- code access
- self-host setup
- custom data or custom pack work
- runtime-level experimentation
- use the downloadable launcher when you want:
- a curated install/update path
- a local Research-oriented runtime with less setup work
- pack installs and local runtime management without treating Git as the main UX
The goal is that both paths converge on the same core runtime behavior even if their setup UX differs.
GitHub Vs Downloadable
If you are browsing this repository, treat it as the developer and self-host entry point.
If you want a more guided local install path, use the downloadable launcher when it is available through release/distribution channels.
In other words:
- GitHub checkout = source, self-host, customization, local development
- downloadable launcher = curated local install and runtime management
Both paths are intended to lead to the same DaedalMap runtime family.
Data Coverage
The hosted runtime ships with 40+ curated sources across disasters, demographics, economics, and climate. Coverage below reflects the current maintained pack inventory.
Global Disasters
| Source | Scale | Time Range |
|---|---|---|
| USGS Earthquakes | 1M+ events | 2150 BC - present |
| IBTrACS Hurricanes/Cyclones | 13K storms | 1842 - present |
| NOAA Tsunamis | 2.6K events | 2000 BC - present |
| Smithsonian Volcanoes | 11K eruptions | Holocene |
| Global Wildfires | 940K events/year | 2002 - 2024 |
| USA/CAN Tornadoes | 81K events | 1950 - present |
| Global Floods | 4.8K events | 1985 - 2019 |
| Global Landslides | 45K events | 1760 - present |
Disaster events include 22M+ geographic location relationships and 566K cross-disaster links (aftershocks, triggered events).
Global Indicators
| Source | Countries | Years | Category |
|---|---|---|---|
| Our World in Data CO2 | 217 | 1750 - 2024 | Environment |
| WHO Health Statistics | 198 | 2015 - 2024 | Health |
| IMF Balance of Payments | 195 | 2005 - 2022 | Economy |
| UN Sustainable Development Goals | 200+ | 2000 - 2023 | SDGs 1-17 |
| Eurostat Demographics | 37 European countries | 2000 - 2024 | Demographics |
Country-Specific Sources
| Country | Source Count | Examples |
|---|---|---|
| USA | 15+ | Census, FEMA National Risk Index, NOAA storms |
| Canada | 3 | Statistics Canada, NRCan earthquakes, drought |
| Australia | 2 | ABS population, BOM cyclones |
Disaster Display
Disasters are displayed with animated, type-specific rendering:
- Point + radius: earthquakes, volcanoes, tornadoes
- Track/trail: hurricanes and cyclones
- Radial wave: tsunamis
- Polygon fill: wildfires, floods
Current Runtime Shape
DaedalMap now treats runtime behavior as a 2-axis matrix:
INSTALL_MODElocal= local app/runtime installcloud= hosted/server deployment
RUNTIME_MODElocal= query local datacloud= query managed cloud-backed data via local cache + DuckDB httpfs
Supported combinations:
local install + local datalocal install + cloud datacloud install + cloud data
Not supported as a first-class runtime shape:
cloud install + local data
The current hosted/runtime direction is:
- a hosted app runtime
- object storage for runtime data
- optional auth and account services
In RUNTIME_MODE=cloud, the runtime:
- eagerly syncs only small metadata files to local cache
- queries parquet directly from object storage via DuckDB
httpfs - does not sync the full parquet tree at startup
Hosted deployment topology, release lanes, and operator control-plane details belong in private deployment notes.
That means the same codebase can be used in:
- full local-data mode
- hosted-style cloud-data mode
Guest And Logged-In Behavior
Guest users can open the app and try the public workflow without logging in.
Logged-in users currently get:
- authenticated session identity
- user-scoped frontend persistence
- user-scoped backend session cache
- account-owned settings and login on
daedalmap.com
The public app no longer owns the account/settings UI.
app.daedalmap.com stays focused on the runtime and map engine, while .com
owns login, account, billing, and admin/runtime control-plane views.
Quick Start
1. Install dependencies
cd county-map
pip install -r requirements.txt
2. Add environment variables
Create a .env file for local development. The minimum useful local setup is:
ANTHROPIC_API_KEY=your_key_here
DATA_ROOT=C:/path/to/your/local/data
You can use OPENAI_API_KEY instead of ANTHROPIC_API_KEY if that is your preferred provider.
If you leave DATA_ROOT blank, DaedalMap uses the default local app-data path and expects your data to live there.
Hosted-style object-storage configuration is intentionally deployment-specific. For public self-hosting, start with local data. Operators who run a cloud-backed deployment should provide their own object-storage bucket, endpoint, and credentials through environment variables.
Most local users should leave these blank unless they intentionally want overrides:
DATA_ROOT=
APP_URL=
SITE_URL=
What they mean:
DATA_ROOTonly used inRUNTIME_MODE=local; leave blank to use the default local app-data folderAPP_URLoptional advertised app URL; leave blank for normal local runsSITE_URLoptional website/docs/account URL override; leave blank for normal local runs
If you are configuring your own hosted deployment, set:
INSTALL_MODE=cloud
RUNTIME_MODE=cloud
PORT=7000
If you want optional Supabase-backed auth locally:
SUPABASE_URL=...
SUPABASE_ANON_KEY=...
Keep service-role keys server-side only. They are not needed for ordinary local evaluation.
3. Run the app
python app.py
Open:
http://localhost:7000
API Discovery
The runtime exposes discovery and query endpoints on your local instance.
Discovery (no auth, no payment):
GET /api/v1/guideGET /api/v1/catalogGET /api/v1/packs/{pack_id}
Execution:
POST /api/v1/query/dataset
Self-host instances return commercial_access_unavailable for the paid execution lane unless a commercial verifier is configured. Discovery endpoints work without additional setup.
For managed data access via the hosted API or MCP, see daedalmap.com/docs/for-agents.
Data Resolution
The runtime resolves behavior from two explicit modes:
INSTALL_MODEcontrols deployment defaults like writable directories and default URLsRUNTIME_MODEcontrols the data plane
Data mode behavior:
RUNTIME_MODE=localusesDATA_ROOTRUNTIME_MODE=clouduses the hydrated local cloud cache asDATA_ROOT
Default local writable folders on Windows:
CONFIG_DIR=%LOCALAPPDATA%\DaedalMap\configSTATE_DIR=%LOCALAPPDATA%\DaedalMap\stateCACHE_DIR=%LOCALAPPDATA%\DaedalMap\cacheLOG_DIR=%LOCALAPPDATA%\DaedalMap\logsPACKS_ROOT=%LOCALAPPDATA%\DaedalMap\packsDATA_ROOT=%LOCALAPPDATA%\DaedalMap\data
In hosted/cloud mode:
- metadata is cached locally
- parquet is queried remotely from object storage
That makes local cloud-mode testing useful for reproducing hosted-runtime behavior before deploy.
Important note:
- the current public repo does not include a bundled
data/demo tree - a source checkout therefore needs either
DATA_ROOTinlocalmode, orRUNTIME_MODE=cloudwith cloud storage configured - for a usable chat experience, you should also set
OPENAI_API_KEYorANTHROPIC_API_KEY
Data And Pack Direction
The old “demo data folder plus converters” framing is no longer the whole story.
The current direction is:
- the engine stays open
- maintained data is packaged as packs
- packs are validated and promoted with explicit release gates
- runtime catalogs eventually depend on pack availability, installation, and entitlement state
Key concepts:
available packsinstalled packsentitled packsactive runtime catalog
These are intentionally distinct.
Explore And Research Contract
Explore chat and Research chat use different discovery paths:
- Explore starts from the runtime catalog, then selects sources.
- Research starts from the active corpus manifest or loaded artifacts, then selects sources.
After a specific source is selected, they should follow the same source contract:
- source-level
temporal_coverageis discovery guidance - metric-level
metrics.{metric_id}.yearsis the execution truth - default year windows, slider bounds, and metric year ranges should clamp to the selected metric when available
That shared source-specific logic now lives in mapmover/source_time_contract.py. Use that helper module for metric-aware year bounds instead of re-implementing time-range logic separately in Explore or Research code paths.
Settings Page
/settings now behaves differently depending on mode:
- hosted/account-aware mode: redirects to the paired account surface
- self-host/local mode: shows local runtime setup guidance
For self-host users, /settings is the in-app reminder page for:
- required LLM key setup
- current runtime/data/config paths
- the current state of local data vs future pack install flow
Useful Paths In This Repo
Important files and folders:
app.py- FastAPI app entrypointmapmover/- runtime logic, routes, path helpers, DuckDB helpersstatic/- frontend app modules and stylestemplates/- app HTML shellsupabase_client.py- auth/control-plane integrationdocs/- local documentation for schemas, runtime notes, and reference material
Documentation In This Repo
Public runtime docs live in docs/README.md.
Recommended starting points:
- docs/LOCAL_AND_HOSTED.md - runtime mode selection and self-host basics
- docs/DATA_SCHEMAS.md - schema and
loc_idconventions - docs/APP_OVERVIEW.md - higher-level runtime/app overview
Local Development Modes
Useful local modes:
- Full local-data mode
- points at your local
DATA_ROOT - best current self-host mode for GitHub users
- Hosted-style S3 mode
- local server, but object-storage-backed data path
- best for reproducing hosted runtime behavior before deploy
- Installed/runtime-pack mode
- planned product direction beyond raw source checkout
- engine/runtime installed separately from data packs
- pack selection and updates handled outside the repo clone flow
Contact
Questions, feedback, or self-host issues: support@daedalmap.com
License
MIT
If an agent or tool was pointed at this README for programmable access, use:
- Agent docs: https://daedalmap.com/docs/for-agents
- Machine-readable entry: https://daedalmap.com/llms.txt
Recommended MCP Servers
How it compares
Geospatial MCP data integration, not a reusable Claude Code skill or local script.
FAQ
What does mcp:com.daedalmap/county-map do?
mcp:com.
When should I use mcp:com.daedalmap/county-map?
User asks about mcp:com.daedalmap/county-map, or related workflow.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.