Skip to main content
Glama
coding-realtor

Korea Building Register MCP

get_building_expos_pubuse_area_info

Retrieve private and common area details for Korean buildings, including floor specifications, structural information, and usage classifications from the official building register.

Instructions

건축물대장 전유공용면적을 조회합니다.

🚨 [중요/MCP 지침] 🚨
1. 이 API는 mgmBldrgstPk를 공식 파라미터로 지원하지 않습니다.
   반드시 주소(sigungu_cd + bjdong_cd + bun + ji) + dongNm + hoNm 으로 조회하세요.
2. hoNm은 "401호" 또는 "401" 모두 가능합니다 (내부에서 자동 정규화).
3. dongNm은 "118동" 형식 그대로 입력하세요.

전유/공용면적의 층구분, 층번호, 전유/공용구분, 구조, 용도 등의 정보를 제공합니다.

Args:
    sigungu_cd: 시군구코드 (5자리, 예: 11110 = 서울 종로구)
    bjdong_cd: 법정동코드 (5자리, 예: 10100)
    plat_gb_cd: 대지구분코드 (0: 대지, 1: 산, 2: 블록)
    bun: 번 (4자리, 예: 0001)
    ji: 지 (4자리, 예: 0000)
    dong_nm: 동명칭 (예: "118동")
    ho_nm: 호명칭 (예: "401" 또는 "401호")
    page_no: 페이지 번호 (기본값: 1)
    num_of_rows: 한 페이지 결과 수 (기본값: 100)

Returns:
    Dictionary containing:
    - items: 전유공용면적 정보 목록 (층구분, 층번호, 전유/공용구분, 구조, 용도, 면적 등)
    - page_no: 현재 페이지 번호
    - num_of_rows: 페이지당 결과 수
    - total_count: 전체 결과 수

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sigungu_cdNo
bjdong_cdNo
plat_gb_cdNo
bunNo
jiNo
dong_nmNo
ho_nmNo
page_noNo
num_of_rowsNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/coding-realtor/building-register-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server