building-register-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@building-register-mcpWhat's the floor area and parking for the building at 123-45 Gangnam-daero?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
building-register-mcp
한국 건축물대장(국토교통부 건축HUB) 데이터를 조회하는 MCP 서버입니다.
특징
토큰 절약: 10개 엔드포인트를 도구 1개로 통합하여 컨텍스트 토큰 사용량 최소화
한글 필드명: API 응답을 한글 필드명으로 변환하여 AI가 바로 이해 가능
JSON 응답: XML 대비 ~40% 토큰 절감, 공백 없는 압축 JSON 반환
필드 필터링: 엔드포인트별 필요한 필드만 반환하여 불필요한 토큰 소비 방지
Related MCP server: Korean Land MCP
조회 가능 데이터
endpoint | 설명 | 주요 반환값 |
| 총괄표제부 | 용적률, 건폐율, 세대수, 주차수, 사용승인일 |
| 표제부 | 동별 상세, 층수, 구조, 승강기, 내진설계 |
| 기본개요 | 대장구분, 지역·지구·구역 |
| 층별개요 | 층별 구조, 용도, 면적 |
| 전유공용면적 | 전유/공용 구분, 면적 |
| 전유부 | 동·호별 층 정보 |
| 주택가격 | 공시가격, 기준일자 |
| 오수정화시설 | 형식, 용량 |
| 부속지번 | 부속 대지 정보 |
| 지역지구구역 | 용도지역, 재건축 판단용 |
설치 및 실행
사전 준비
공공데이터포털에서 "건축물대장정보 서비스" API 키를 발급받으세요.
Claude Desktop
claude_desktop_config.json에 추가:
{
"mcpServers": {
"building-register": {
"command": "npx",
"args": ["building-register-mcp"],
"env": {
"DATA_GO_KR_API_KEY": "발급받은_API_키"
}
}
}
}Claude Code
claude mcp add building-register -- npx building-register-mcp환경변수 설정:
DATA_GO_KR_API_KEY=발급받은_API_키 npx building-register-mcp직접 실행
DATA_GO_KR_API_KEY=발급받은_API_키 npx building-register-mcp파라미터
파라미터 | 필수 | 설명 |
| O | 조회할 건축물대장 유형 |
| O | 시군구코드 (5자리) |
| O | 법정동코드 (5자리) |
| 대지구분코드 (0:대지 1:산 2:블록, 기본 0) | |
| 번 | |
| 지 | |
| 검색시작일 (YYYYMMDD) | |
| 검색종료일 (YYYYMMDD) | |
| 결과 수 (기본 10) | |
| 페이지 번호 (기본 1) |
응답 예시
{"total_count":"32","items":[{"건물명":"개포자이","도로명주소":"서울특별시 강남구 개포로109길 69","용적률":250.64,"건폐율":18.91,"대지면적":15487.3,"건축면적":2927.93,"연면적":60400.03,"세대수":212,"주용도":"공동주택","총주차수":501,"사용승인일":"20040617"}]}API 원본
라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides 12 tools to query South Korean building register data, including title sheets, floor details, and official house prices via the data.go.kr API. It enables users to perform smart building lookups and region code searches using natural language.Last updated122Apache 2.0
- AlicenseAqualityCmaintenanceProvides AI access to Korea's land use planning, urban regulations, and permit information through natural language queries. It integrates tools for land analysis, regulation verification, and public notice scraping to prevent hallucinations in property-related AI applications.Last updated815MIT
- Alicense-qualityAmaintenanceEnables natural language access to 11 Korean building data tools including building registers, permits, comprehensive profiles with zoning, floor composition, district statistics, old building analysis, price history, demolitions, and permit pipeline.Last updated58MIT
- Flicense-qualityCmaintenanceEnables querying of Korean building ledger information including property details, floor plans, and pricing via natural language.Last updated
Related MCP Connectors
Access Korea’s G2B procurement and Nara Market data for bid notices, awards, contracts, statistics…
Look up Korean drug ingredient and product data by HIRA component and product codes via Pilldoc. V…
Korean business record validation and workflow safety gates for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dongwook-chan/building-register-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server