HomeOther › PlaceRoot

PlaceRoot

Grounds AI agents in Overture Maps open data — compact answers, no API key.

Python Local macOSWindowsLinux
★ 3 stars Last pushed 2026-09-20 License: MIT

Topics: Location Services

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.10.0)

uvx placeroot

Or add to your MCP client config:

{
  "mcpServers": {
    "placeroot": {
      "command": "uvx",
      "args": [
        "placeroot"
      ],
      "env": {
        "PLACEROOT_CACHE": "<YOUR_VALUE>"
      }
    }
  }
}
  • PLACEROOT_CACHE — Set to 'off' to disable the local on-disk tile cache. Optional; caching is on by default.

Package (npm 0.10.0)

npx -y placeroot@0.10.0

Or add to your MCP client config:

{
  "mcpServers": {
    "placeroot": {
      "command": "npx",
      "args": [
        "-y",
        "placeroot@0.10.0"
      ],
      "env": {
        "PLACEROOT_CACHE": "<YOUR_VALUE>"
      }
    }
  }
}
  • PLACEROOT_CACHE — Set to 'off' to disable the local on-disk tile cache. Optional; caching is on by default.

Package (pypi 0.10.0)

Package: pypi placeroot

  • PLACEROOT_CACHE — Set to 'off' to disable the local on-disk tile cache. Optional; caching is on by default.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry