rtms-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rtms-mcpshow apartment sales for region 11680 in June 2024"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rtms-mcp
한국 아파트 매매 실거래가(국토교통부 RTMS) 데이터를 조회하는 MCP 서버입니다.
특징
토큰 절약: 한글 필드명 변환, 공백 없는 압축 JSON, 필요 필드만 반환
간편 사용: 도구 1개, 파라미터 2개(지역코드 + 계약년월)만으로 조회
Related MCP server: building-register-mcp
조회 가능 데이터
아파트 매매 실거래가: 단지명, 전용면적, 거래금액, 층, 건축년도, 거래유형, 매도자/매수자 구분 등
설치 및 실행
사전 준비
공공데이터포털에서 "아파트 매매 실거래가 자료" API 키를 발급받으세요.
Claude Desktop
claude_desktop_config.json에 추가:
{
"mcpServers": {
"rtms": {
"command": "npx",
"args": ["rtms-mcp"],
"env": {
"DATA_GO_KR_API_KEY": "발급받은_API_키"
}
}
}
}Claude Code
claude mcp add rtms -- npx rtms-mcp직접 실행
DATA_GO_KR_API_KEY=발급받은_API_키 npx rtms-mcp파라미터
파라미터 | 필수 | 설명 |
| O | 지역코드 (법정동코드 앞 5자리) |
| O | 계약년월 (YYYYMM 6자리) |
| 결과 수 (기본 20) | |
| 페이지 번호 (기본 1) |
응답 예시
{"total_count":50,"items":[{"지역코드":"11680","법정동":"역삼동","단지명":"역삼래미안","전용면적":"84.92","거래금액만원":"230,000","층":"12","건축년도":"2004","거래유형":"중개거래","매도자":"개인","매수자":"개인"}]}API 원본
라이선스
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Official Korean apartment sale prices (MOLIT). Clean JSON, data global models cannot know — paid pe…
Free lookup of Korean district codes (LAWD_CD) for kr-apt-trades — paid per call (x402/credits), 1 …
Seoul apartment signals: 25 districts from official transactions, scans. Pay-per-call x402.
Korean apartment data: official transaction prices, jeonse ratios, AI forecasts. 45,000+ complexes.
Related MCP Servers
- 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 gradedqualityDmaintenanceQueries South Korean building register data (e.g., floor area, parking, seismic design) via a single unified tool, converting API responses to Korean field names for easy AI understanding.6 npm1MIT
- 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.6 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables natural language queries to retrieve Korean real estate transaction data (land, commercial, apartments) from the public API, returning structured tables and summary statistics.-