DaedalMap Geography Tools (loc_id) for Claude Desktop
com.daedalmap/geocoding
Resolve coordinates and geographic identifiers to loc_id, crosswalks, and bounded shapes.
client:Claude Desktop
transport:streamable-http
Install DaedalMap Geography Tools (loc_id) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"geocoding": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.daedalmap.com/mcp/geography"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs