Skip to main content
Glama
coding-realtor

Korea Building Register MCP

get_building_title_info

Retrieve building title sheet information from the Korea Building Register, including lot address, land area, building area, structure, purpose, and parking capacity for property analysis and verification.

Instructions

건축물대장 표제부를 조회합니다.

🚨 [중요/MCP 지침] 🚨
이 툴을 포함한 모든 건축물대장 API 호출 시에는 search_bjdong_code 에서 검색한 
올바른 시군구코드(sigungu_cd)와 법정동코드(bjdong_cd)를 절대 틀리지 않게 기입해야 합니다.
만약 조회 결과가 없다고 해서 터미널로 대화 로그(transcript)를 뒤지는 행동은 금지되어 있습니다.

건축물의 지번주소 및 새주소, 주/부속구분, 대지면적, 건축면적, 건폐율, 용적율,
구조, 용도, 지붕구조, 주차대수 등의 표제부 정보를 제공합니다.

Args:
    sigungu_cd: 시군구코드 (5자리, 예: 11110 = 서울 종로구)
    bjdong_cd: 법정동코드 (5자리, 예: 10100)
    plat_gb_cd: 대지구분코드 (0: 대지, 1: 산, 2: 블록)
    bun: 번 (4자리, 예: 0001)
    ji: 지 (4자리, 예: 0000)
    mgm_bldrgst_pk: 관리건축물대장PK
    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
mgm_bldrgst_pkNo
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