PluginBench
MCP Server

DaedalMap Reverse Geocoding (coordinates to loc_id) MCP Server

com.daedalmap/reverse-geocoding

What is the DaedalMap Reverse Geocoding (coordinates to loc_id) MCP server?

Convert latitude/longitude to the deepest administrative loc_id plus its full parent chain.

How to install DaedalMap Reverse Geocoding (coordinates to loc_id)

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

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

View repository →

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

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 →