DaedalMap Disaster and Geospatial Data for Claude Desktop
com.daedalmap/county-map
Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.
client:Claude Desktop
transport:streamable-http
tools:13
Install DaedalMap Disaster and Geospatial Data in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"county-map": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.daedalmap.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs