realestate-mcp
⚠️ Hinweis zur Einstellung des Dienstes Dieser MCP-Server hat seine Fly.io-Bereitstellung am 23.08.2026 eingestellt. Der Code bleibt zu Entwicklungszwecken im Repository erhalten.
realestate-mcp
Ein Server, der die öffentlichen Daten zu tatsächlichen Immobilientransaktionspreisen des Ministeriums für Land, Infrastruktur und Verkehr (data.go.kr) als MCP-Tool bereitstellt. Er ruft die tatsächlichen Kauf- und Mietpreise (jeonse/wolse) für Apartments/Reihenhäuser-Mehrfamilienhäuser/Einfamilienhäuser-Mehrfamilienhäuser/Offizetels anhand von Regionscode + Vertragsjahr/-monat ab.
Bereitgestellte Tools (8 Stück)
Toolname | Beschreibung |
| Tatsächliche Kaufpreise für Apartments |
| Tatsächliche Mietpreise (jeonse/wolse) für Apartments |
| Tatsächliche Kaufpreise für Einfamilien-/Mehrfamilienhäuser |
| Tatsächliche Mietpreise (jeonse/wolse) für Einfamilien-/Mehrfamilienhäuser |
| Tatsächliche Kaufpreise für Reihenhäuser-Mehrfamilienhäuser |
| Tatsächliche Mietpreise (jeonse/wolse) für Reihenhäuser-Mehrfamilienhäuser |
| Tatsächliche Kaufpreise für Offizetels |
| Tatsächliche Mietpreise (jeonse/wolse) für Offizetels |
Gemeinsame Eingaben: regionCode (erste 5 Ziffern des Verwaltungsbezirks, z. B. Seoul Jongno-gu 11110), dealYearMonth (JJJJMM),
pageNo (optional), numOfRows (optional, Standard 10)
Related MCP server: naver-land-mcp
Bereitstellung
Bereitgestellt als HTTP-Streamable-MCP-Server auf Fly.io: https://realestate-mcp-hlucent.fly.dev/mcp
Da der Server einen eigenen data.go.kr-Authentifizierungsschlüssel verwendet, kann direkt über die obige Adresse
verbunden werden, ohne einen separaten ?key=-Parameter. (Die frühere Methode mit ?key=eigener_Authentifizierungsschlüssel wird nicht mehr verwendet.)
Um übermäßige Aufrufe von derselben IP zu verhindern, ist ein Rate-Limit eingerichtet (3 Aufrufe pro Minute, 429 bei mehr als 30 Aufrufen in 24 Stunden). Dies beeinträchtigt die normale interaktive Nutzung nicht.
Lokale Entwicklung
npm install
cp .env.example .env # DATA_GO_KR_SERVICE_KEY 입력 (서버가 사용할 자체 인증키)
npm run dev # http://localhost:8080/mcpIn der Bereitstellungsumgebung wird DATA_GO_KR_SERVICE_KEY über Fly-Secrets injiziert
(fly secrets set DATA_GO_KR_SERVICE_KEY=...). Es wird niemals im Code hartcodiert.
Dokumentation
Architektur/Design:
docs/ARCHITECTURE.mdDetaillierte Spezifikationsübersicht pro API:
docs/api-spec/Entwicklungstagebuch (automatisch generiert):
docs/devlog/
Hinweise für die Entwicklung
Lesen Sie bei der Arbeit mit Claude Code zuerst CLAUDE.md. Dort sind Arbeitsregeln zur Token-Ersparnis zusammengefasst.
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
- AlicenseAqualityAmaintenanceConnects to Korea's MOLIT real estate API to provide 14+ tools for live transaction data and financial scenarios like buy now, buy later, or invest only based on income and savings.16373MIT
- FlicenseAqualityDmaintenanceEnables querying and searching for real estate listings, complexes, prices, and school information from Naver Land (Korean real estate platform) through a set of MCP tools. Supports region hierarchy navigation, coordinate-based search, and various trade types like sale, jeonse, and monthly rent.91
- AlicenseAqualityDmaintenanceEnables AI agents to query and analyze Korean apartment real estate transaction prices (sales and rentals) using natural language, providing tools for price trends, regional comparisons, and rent ratios.7MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Korean apartment sales and rental transaction data from the public data portal through natural language, with tools for searching transactions and computing price statistics.51MIT
Related MCP Connectors
Korean real estate: court auctions, 10M+ MOLIT records, subscription notice facts, loan/DSR rules
Property Records MCP — address-level US property records (sales history,
Land Price Japan MCP — official Japanese land prices (地価公示 / 地価調査)
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/hlucent/realestate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server