HomeOther › GeoLens

GeoLens

Read-only access to a self-hosted GeoLens spatial catalog: datasets, features, maps, sandboxed SQL.

Official Python Local
★ 257 stars Last pushed 2026-09-24 License: Apache-2.0

Topics: Location Services

Connect

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

Package (pypi 1.20.0)

uvx geolens-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "geolens": {
      "command": "uvx",
      "args": [
        "geolens-mcp"
      ],
      "env": {
        "GEOLENS_INSTANCE": "<YOUR_VALUE>",
        "GEOLENS_API_KEY": "<YOUR_VALUE>",
        "GEOLENS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • GEOLENS_INSTANCE required — Base URL of the GeoLens instance, e.g. https://geolens.example.com (the /api suffix is appended automatically).
  • GEOLENS_API_KEY secret — API key, sent as X-Api-Key. Omit for public-only access.
  • GEOLENS_TOKEN secret — JWT bearer token, used only when GEOLENS_API_KEY is unset.

Related servers

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

Data from the Official MCP Registry