Token导航 LogoToken导航TokenDH.com
Korea Building Register MCP logo
运维云端stdio官方来源来源级核验

Korea Building Register MCP

MCP Server

提供韩国建筑注册信息的查询服务,包括标题页、楼层详情、专用区域、房价、分区等12种工具。

工具数

12

提示词数

0

GitHub Stars

2

资源数

0
PythonClaude云端部署Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

coding-realtor

提供方

coding-realtor

最后核验

2026/5/17 20:22

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

uv run data-go-mcp-building-register

详细介绍

🏢 韩国建筑注册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_infoSummary title sheet(总括标题部分)
get_building_basis_ouln_infoBasic outline(基本概述)
get_building_floor_ouln_infoFloor outline(独立楼层)
get_building_expos_infoExclusive-use units(专有)
get_building_expos_pubuse_area_infoExclusive/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_infoZoning districts(地区分区)

先决条件

- 申请: 建筑HUB建筑台账信息服务

快速入门:克劳德桌面(stdio)

  1. 克隆此仓库
git clone https://github.com/coding-realtor/building-register-mcp.git
cd building-register-mcp
  1. 打开Claude Desktop配置文件
# macOS
open "$HOME/Library/Application Support/Claude/claude_desktop_config.json"

# Windows
notepad %APPDATA%\Claude\claude_desktop_config.json
  1. 在下面添加条目 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 使用克隆存储库的实际路径。
  1. 重新启动克劳德桌面

当您看到 building-register 工具列表中的服务器。

用法示例

Tell me about the building at 서울 종로구 청운동 89-3

克劳德将自动:

  1. 通过以下方式查找地区代码 search_bjdong_code
  2. 呼叫 smart_building_lookup 获取建筑详图
  3. 以可读的表格形式呈现结果

______________________________________________________________________

韩语

请向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)

  1. 存储库克隆
git clone https://github.com/coding-realtor/building-register-mcp.git
cd building-register-mcp
  1. 打开Claude Desktop配置文件
# macOS
open "$HOME/Library/Application Support/Claude/claude_desktop_config.json"

# Windows
notepad %APPDATA%\Claude\claude_desktop_config.json
  1. mcpServers 向项目添加以下内容
{
  "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 请将部分更改为实际克隆的路径。
  1. 重新启动Claude Desktop

在工具列表中 building-register 服务器显示后,设置完成。

使用示例(在Claude中)

서울 종로구 청운동 89-3 건물의 건축물대장 조회해줘
강남구 역삼동 736번지 건물의 주택 공시가격을 알려줘
송파구 잠실동 40번지 아파트의 동/호 목록을 보여줘

Claude自动:

  1. search_bjdong_code搜索罗西郡区/法庭洞代码
  2. smart_building_lookup通过查询建筑物信息
  3. 将结果整理成可视的表格显示

Gemini CLI/其他MCP客户端

也可以在Gemini CLI等其他MCP客户端上使用。 以上述格式添加到配置文件中的MCP服务器条目。

本地测试

# 서버 직접 실행
uv run data-go-mcp-building-register

许可证

Apache-2.0-详细信息 许可证 请参考文件。

目录标签

目录标签

PythonClaude云端部署建筑信息查询本地部署房地产数据公共数据API韩国建筑注册

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

12

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP