# DaedalMap App This host is the human-facing app at app.daedalmap.com. If you are an agent, crawler, or developer bot, use the MCP server or agent docs instead of the app UI. ## MCP first - Remote MCP server: https://app.daedalmap.com/mcp - MCP server metadata: https://app.daedalmap.com/mcp/server.json - Registry identity: com.daedalmap/county-map - Current transport: streamable HTTP - MCP wraps the same discovery and execution lane as the hosted API ## Agent lane - Start here for docs: https://daedalmap.com/docs/for-agents - Agent examples: https://daedalmap.com/docs/agent-examples - loc_id guide: https://daedalmap.com/docs/loc-id - Full machine-readable guide: https://daedalmap.com/llms-full.txt ## Live machine-facing endpoints - GET https://app.daedalmap.com/mcp/server.json - GET https://app.daedalmap.com/mcp - POST https://app.daedalmap.com/mcp - GET https://app.daedalmap.com/api/v1/guide - GET https://app.daedalmap.com/api/v1/catalog - GET https://app.daedalmap.com/api/v1/packs/{pack_id} - POST https://app.daedalmap.com/api/v1/query/dataset ## Current hosted packs - currency - earthquakes - volcanoes - tsunamis ## App UI - Human-facing app: https://app.daedalmap.com - Website and docs: https://daedalmap.com - Source coverage: https://daedalmap.com/docs/source-map - Data packs: https://daedalmap.com/packs - GitHub (open runtime): https://github.com/xyver/daedal-map ## Crawlers and bots This site explicitly welcomes crawlers and indexing bots, but the machine-facing path is the MCP server and agent API lane above.