cadastral-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LAW_OC | No | 법제처 Open API 인증키. export_land_report_dxf가 필지 소재 지자체 조례에서 건폐율/용적률/조경 기준을 자동 조회하는 데 사용. 없으면 국가법령 상한으로 대체 | |
| VWORLD_KEY | Yes | VWorld 오픈API 인증키 | |
| VWORLD_DOMAIN | Yes | 키 신청 시 등록한 서비스URL과 정확히 일치해야 함. 없으면 2D데이터·국가중점 API가 INCORRECT_KEY로 실패 | |
| DXF_OUTPUT_DIR | No | DXF 파일 저장 경로 (기본값: ./output) | ./output |
| CADASTRAL_PYTHON | No | export_land_report_dxf의 XCLIP 크롭에 쓸 Python 실행 파일 경로. 미지정 시 python3/python/py 자동탐지 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_land_use_planA | Cadastral-mcp — [토지이용계획] 지번 주소로 토지대장·용도지역지구·개별공시지가 통합 조회. |
| get_land_use_plan_by_pnuA | Cadastral-mcp — [토지이용계획] PNU(19자리)로 토지대장·용도지역지구·개별공시지가 통합 조회. |
| export_cadastral_dxfA | Cadastral-mcp — [지적도] 지번 주소로 필지 경계를 DXF 파일로 내보내기 (연속지적도 기반, 참고용). 범위(bufferMeters) 미지정 시 먼저 물어볼 것. 기본 50m. |
| export_cadastral_dxf_by_pnuA | Cadastral-mcp — [지적도] PNU(19자리)로 필지 경계를 DXF 파일로 내보내기 (연속지적도 기반, 참고용). 범위(bufferMeters) 미지정 시 먼저 물어볼 것. 기본 50m. |
| export_land_report_dxfA | Cadastral-mcp — [통합리포트] 지번 주소로 요청정보+토지이용계획+지적도를 한 페이지 DXF로 내보내기 (좌: 요청정보 / 우상단: 토지이용계획 / 우하단: 지적도). 범위(bufferMeters) 미지정 시 먼저 물어볼 것. 기본 50m. |
| export_land_report_dxf_by_pnuA | Cadastral-mcp — [통합리포트] PNU(19자리)로 요청정보+토지이용계획+지적도를 한 페이지 DXF로 내보내기 (좌: 요청정보 / 우상단: 토지이용계획 / 우하단: 지적도). 범위(bufferMeters) 미지정 시 먼저 물어볼 것. 기본 50m. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct operation (export DXF, export report, get plan) with clear address/PNU variants. No overlap in purpose.
All names follow a consistent verb_object_suffix pattern using snake_case. Variants are logically named with '_by_pnu' suffix.
Six tools cover the core cadastral operations (export and query) without being excessive or undersized.
The set provides complete read coverage for the domain: parcel boundaries, integrated reports, and land use plans, all accessible by address or PNU.