🏢 韩国建筑注册MCP
______________________________________________________________________
英语
询问Claude关于韩国建筑注册数据-由数据驱动。go.kr的建筑注册API。
提供 12工具 用于查询建筑登记信息,包括产权表、楼层详细信息、专用面积、房价、分区等。
支持的工具
| 工具 | 说明 |
|---|---|
smart_building_lookup | 🏢 智能查找——自动检测一般建筑与集体建筑 |
search_bjdong_code | 按名称搜索地区代码(sigungu_cd、bjdong_cd) |
get_building_title_info 标题部分-area、structure、usage等。 | |
get_building_recap_title_info | Summary title sheet(总括标题部分) |
get_building_basis_ouln_info | Basic outline(基本概述) |
get_building_floor_ouln_info | Floor outline(独立楼层) |
get_building_expos_info | Exclusive-use units(专有) |
get_building_expos_pubuse_area_info | Exclusive/common area details(专有公用面积) |
get_building_house_price_info Official house prices(房价) | |
get_building_wclf_info Sewage treatment facilities(污水净化设施) | |
get_building_atch_jibun_info Attached land lots(附属编号) | |
get_building_jijigu_info | Zoning districts(地区分区) |
先决条件
- 紫外线
- API密钥来自 公共数据门户(data.go.kr)
- 申请: 建筑HUB建筑台账信息服务
快速入门:克劳德桌面(stdio)
- 克隆此仓库
git clone https://github.com/coding-realtor/building-register-mcp.git
cd building-register-mcp- 打开Claude Desktop配置文件
# macOS
open "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
# Windows
notepad %APPDATA%\Claude\claude_desktop_config.json- 在下面添加条目
mcpServers
{
"mcpServers": {
"building-register": {
"command": "uv",
"args": [
"run",
"--directory", "/path/to/building-register-mcp",
"data-go-mcp-building-register"
],
"env": {
"BUILDING_REGISTER_API_KEY": "your_api_key_here"
}
}
}
}替换 /path/to/building-register-mcp 使用克隆存储库的实际路径。- 重新启动克劳德桌面
当您看到 building-register 工具列表中的服务器。
用法示例
Tell me about the building at 서울 종로구 청운동 89-3克劳德将自动:
- 通过以下方式查找地区代码
search_bjdong_code - 呼叫
smart_building_lookup获取建筑详图 - 以可读的表格形式呈现结果
______________________________________________________________________
韩语
请向Claude咨询建筑物台账信息-公共数据门户建筑物台账信息基于API的MCP服务器。
建筑物台账 标题簿,各楼层,专有部,房价,地区区域 查询等 12个工具提供。
提供工具(Tools)
| 工具名 | 说明 |
|---|---|
smart_building_lookup | 🏢 智能查询-一般/集合建筑物自动识别 |
search_bjdong_code | 按地区名称搜索市郡区代码、法庭洞代码 |
get_building_title_info | 建筑台账 标题簿 (占地面积、建筑面积、容积率等) |
get_building_recap_title_info | 建筑台账 总括标题簿 |
get_building_basis_ouln_info | 建筑台账 基本概述 |
get_building_floor_ouln_info | 建筑台账 各层 |
get_building_expos_info | 建筑台账 专有部 (关于栋/号) |
get_building_expos_pubuse_area_info | 建筑台账 专有公用面积 |
get_building_house_price_info | 建筑台账 住宅价格 (公布价格) |
get_building_wclf_info | 建筑台账 污水净化设施 |
get_building_atch_jibun_info | 建筑台账 附属分号 |
get_building_jijigu_info | 建筑台账 地区地区 |
事前准备
- 申请对象: 建筑HUB建筑台账信息服务
快速入门:Claude Desktop(stdio)
- 存储库克隆
git clone https://github.com/coding-realtor/building-register-mcp.git
cd building-register-mcp- 打开Claude Desktop配置文件
# macOS
open "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
# Windows
notepad %APPDATA%\Claude\claude_desktop_config.jsonmcpServers向项目添加以下内容
{
"mcpServers": {
"building-register": {
"command": "uv",
"args": [
"run",
"--directory", "C:\\path\\to\\building-register-mcp",
"data-go-mcp-building-register"
],
"env": {
"BUILDING_REGISTER_API_KEY": "여기에_API_키_입력"
}
}
}
}C:\\path\\to\\building-register-mcp 请将部分更改为实际克隆的路径。- 重新启动Claude Desktop
在工具列表中 building-register 服务器显示后,设置完成。
使用示例(在Claude中)
서울 종로구 청운동 89-3 건물의 건축물대장 조회해줘강남구 역삼동 736번지 건물의 주택 공시가격을 알려줘송파구 잠실동 40번지 아파트의 동/호 목록을 보여줘Claude自动:
search_bjdong_code搜索罗西郡区/法庭洞代码smart_building_lookup通过查询建筑物信息- 将结果整理成可视的表格显示
Gemini CLI/其他MCP客户端
也可以在Gemini CLI等其他MCP客户端上使用。 以上述格式添加到配置文件中的MCP服务器条目。
本地测试
# 서버 직접 실행
uv run data-go-mcp-building-register许可证
Apache-2.0-详细信息 许可证 请参考文件。
