git404hub

what is archhub-mcp fr?

chrisryugj/archhub-mcp — explained in plain English

Analysis updated 2026-05-18

29PythonAudience · researcherComplexity · 2/5Setup · easy

tl;dr

An MCP server exposing eleven tools that query South Korea's official building registry for records, permits, price history, and district statistics.

vibe map

mindmap
  root((archhub-mcp))
    What It Does
      Building profiles
      Permit histories
      Price history
      District statistics
    Tech Stack
      Python
      MCP server
      Building Hub API
    Use Cases
      Real estate research
      Urban planning
      Building safety checks
    Audience
      Researchers
      Real estate analysts

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Look up a building's full profile including use zone, structure, floor area ratio, and seismic rating.

VIBE 2

Retrieve a residential unit's assessed price history going back up to seventeen years.

VIBE 3

Get district-wide statistics on building age, use type breakdown, and construction era.

VIBE 4

Find older buildings sorted by years since approval, including demolition and asbestos hazard data.

what's the stack?

PythonMCP

how it stacks up fr

chrisryugj/archhub-mcpadityasharmadotai-hash/docs-reader-rag-agentalekseiul/hermes-researcher-agent
Stars292929
LanguagePythonPythonPython
Setup difficultyeasyeasymoderate
Complexity2/52/52/5
Audienceresearchervibe coderresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

A public remote server is available with no API key needed, local self-hosting via the Python package is also documented.

in plain english

Archhub-mcp is an MCP server that wraps South Korea's Ministry of Land building registry APIs into eleven tools accessible through AI assistants. The underlying data comes from the government's Building Hub platform and covers building ledger records, construction permit histories, and housing permit details for every registered building in the country. The eleven tools cover a range of use cases. One tool takes an address keyword and returns the administrative district codes needed by the others. From those codes, you can retrieve a single building's comprehensive profile (legal use zone, main use, structure, floor area ratio, parking count, approval date, and seismic rating), a floor-by-floor breakdown of each level's use and area, or the assessed price history for residential units going back up to seventeen years. Separate tools return district-wide statistics (total buildings, use type breakdown, construction era distribution, and aging analysis), a filtered list of older buildings sorted by years since approval, a log of demolished structures with asbestos hazard flags by building component, and a view of permits issued but not yet approved sorted by most recent. All responses cite the official data source and use machine-parseable prefixes (NOT_FOUND, EXTERNAL_API_ERROR) when data is absent or an API call fails, rather than generating a plausible-sounding but incorrect answer. A remote server is running publicly. Users only need to register the provided URL in their AI client to start using all eleven tools without any API key setup or local installation. Claude.ai web users can add it as a custom connector, Claude Code users can add it with a single command, and other MCP clients can point to the URL in their configuration file. Local installation via the Python package is also documented for those who want to self-host. The full README is longer than what was shown.

prompts (copy fr)

prompt 1
Connect to the archhub-mcp server and look up the building profile for [address].
prompt 2
Get the price history for the residential unit at [address] over the last ten years.
prompt 3
Show me district-wide building statistics for [district name] in Korea.
prompt 4
List buildings in [district] approved more than 30 years ago, sorted by age.
prompt 5
Register the archhub-mcp remote server URL in my AI client and confirm it connects.

Frequently asked questions

what is archhub-mcp fr?

An MCP server exposing eleven tools that query South Korea's official building registry for records, permits, price history, and district statistics.

What language is archhub-mcp written in?

Mainly Python. The stack also includes Python, MCP.

How hard is archhub-mcp to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is archhub-mcp for?

Mainly researcher.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.