PluginBench
MCP Server

DaedalMap Disaster and Geospatial Data MCP Server

com.daedalmap/county-map

What is the DaedalMap Disaster and Geospatial Data MCP server?

Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.

How to install DaedalMap Disaster and Geospatial Data

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "county-map": {
      "url": "https://app.daedalmap.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "county-map": {
      "serverUrl": "https://app.daedalmap.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "county-map": {
      "type": "http",
      "url": "https://app.daedalmap.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "county-map": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.daedalmap.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http county-map https://app.daedalmap.com/mcp

Related MCP servers

A loc_id to its bounding box, centroid, and polygon, with its name and admin level.

View repository →

Historical FX rates for 100+ currencies vs USD from IMF and World Bank data, 1940-present.

View repository →

Global earthquake events from the USGS, 2150 BC-present: magnitude, depth, location, counts.

View repository →

Global flood events and extent 1985-present from the Dartmouth Flood Observatory and GFD.

View repository →

Reverse geocode latitude/longitude to loc_id; resolve loc_ids to boundaries, centroids, hierarchy.

View repository →

Global hurricane and tropical cyclone tracks from IBTrACS/NOAA, 1842-present. Wind and pressure.

View repository →