Look up a building's full profile including use zone, structure, floor area ratio, and seismic rating.
Retrieve a residential unit's assessed price history going back up to seventeen years.
Get district-wide statistics on building age, use type breakdown, and construction era.
Find older buildings sorted by years since approval, including demolition and asbestos hazard data.
| chrisryugj/archhub-mcp | adityasharmadotai-hash/docs-reader-rag-agent | alekseiul/hermes-researcher-agent | |
|---|---|---|---|
| Stars | 29 | 29 | 29 |
| Language | Python | Python | Python |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | researcher | vibe coder | researcher |
Figures from each repo's GitHub metadata at analysis time.
A public remote server is available with no API key needed, local self-hosting via the Python package is also documented.
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.
An MCP server exposing eleven tools that query South Korea's official building registry for records, permits, price history, and district statistics.
Mainly Python. The stack also includes Python, MCP.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.