Construction Maps MCP Server — repository snapshot

modified: 2026-08-09 21:25 · canonical

Construction Maps MCP Server — repository snapshot

Repository: https://github.com/alexgrebeshok-coder/construction-maps-mcp Description: MCP сервер для анализа земельных участков в строительстве (Росреестр + Yandex Maps) Default branch: main Latest observed main commit: 3b1b258ddcceaeb090460e739a882d4f7422b330 — 2026-07-05, docs(security): Yandex key rotation prep Latest pushed_at observed via GitHub API: 2026-07-19T05:26:04Z Language: Python License: README/pyproject declare MIT; GitHub API license field is null Topics: construction, geodata, mcp, rosreestr Stars/Forks at ingest: 0 / 0

README extract — назначение

Construction Maps MCP Server — MCP-сервер для анализа земельных участков в строительстве. Интегрирует данные Росреестра/НСПД и Yandex Maps для предпроектного анализа участков.

MCP tools from README

Кадастр

Геокодирование

Инфраструктура

Геометрия

Визуализация

Requirements and dependencies

From README/pyproject:

Configuration from README

Required environment variable:

YANDEX_MAPS_API_KEY=your_api_key_here

Optional environment variables:

CACHE_DIR=~/.construction_maps_mcp
CACHE_MAX_SIZE_MB=500
YANDEX_RATE_LIMIT_RPM=15
ROSREESTR_RATE_LIMIT_RPM=30

Architecture notes from README

Example use case from README

Предпроектный анализ участка:

Проанализируй участок 77:07:0001002:1002:
1. Покажи границы и площадь
2. Найди школы и больницы в радиусе 2 км
3. Создай спутниковую карту
4. Экспортируй в GeoJSON

Expected tool calls:

Hermes integration draft

Potential Hermes MCP config shape, after repository is installed in a stable local path:

mcp_servers:
  construction-maps:
    command: python
    args: ["-m", "construction_maps_mcp"]
    env:
      YANDEX_MAPS_API_KEY: "${YANDEX_MAPS_API_KEY}"
    enabled: true

Secrets must remain in Hermes environment/config secret storage, not in wiki pages.