seoul-individual-land-price-mcp
Click on "Install 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., "@seoul-individual-land-price-mcpWhat is the 2023 individual land price for a property in Jongno-gu, Hyehwa-dong 100-1?"
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.
서울시 개별공시지가 정보 MCP
서울 열린데이터광장의 서울시 개별공시지가 정보(IndividuallyPostedLandPriceService)를 MCP 툴로 제공하는 서버입니다. 시군구명·기준년도(+ 법정동/본번/부번/필지구분코드)로 개별 필지의 공시지가(원/㎡)를 조회합니다.
제공 툴
get_individual_land_price
시군구명과 기준년도로 개별공시지가를 조회합니다. 법정동명/본번/부번/필지구분코드로 추가 필터링 가능.
파라미터 | 타입 | 필수 | 설명 |
sigungu_nm | string | 필수 | 시군구명 (예: 종로구) |
year | string | 필수 | 기준년도 (YYYY) |
bjdong_nm | string | 선택 | 법정동명 |
bonbeon | string | 선택 | 본번 (0~9999) |
bubeon | string | 선택 | 부번 (0~9999) |
pilgi_cd | string | 선택 | 필지구분코드 (1:토지 2:임야 3:가지번 4:가지번(부분세분) 5:블럭지번 6:블럭지번(롯트세분) 7:블럭지번(지구) 8:블럭지번(지구-롯트) 9:기타지번) |
start_index | integer | 선택 (기본 1) | 조회 시작 위치 |
end_index | integer | 선택 (기본 100) | 조회 종료 위치 (start_index와 차이 최대 1000) |
응답 필드: 시군구명/시군구코드/법정동명/법정동코드/본번/부번/필지구분명/필지구분코드/
기준년월(YYYY-MM-DD 형식)/공시지가(원/㎡)/기준년도
⚠️ 실측으로 확인된 제약 (DEVLOG.md 참고):
bjdong_nm/bonbeon/bubeon/pilgi_cd는 넷 다 채우거나 넷 다 비워야 합니다. 하나라도 부분적으로만 채우면 서울시 API가ERROR-500(서버 오류)을 반환합니다. 이 서버는 부분 채움을 감지하면 API를 호출하기 전에ERROR-CLIENT-PARTIAL-PARAMS로 안내합니다.시군구명+기준년도만으로(선택 파라미터 4개를 전부 비운 채) 여러 건을 조회하는 것은 지원되지 않습니다. 이 조합도
ERROR-500을 반환하는 것으로 실측되었습니다.start_index/end_index로 실제 여러 건(list_total_count > 1)이 반환되는 유효한 조합은 아직 확인하지 못했습니다 — 4개 파라미터를 모두 채운 유효 요청은 필지 단위로 좁혀져 통상 1건만 반환됩니다.
Related MCP server: Korea Housing MCP
설치 및 로컬 실행
pip install -r requirements.txt
cp .env.example .env # SEOUL_API_KEY 값 입력 (BOM 없이 저장할 것)
python server.py환경변수
이름 | 설명 |
| 서울 열린데이터광장에서 발급받은 인증키 |
| 서버 포트 (기본값은 server.py 참고) |
배포 (fly.io)
fly launch --no-deploy
fly secrets set SEOUL_API_KEY=발급받은키
flyctl deploy배포 후 Claude.ai > 설정 > 커넥터에서 연결하고, "사용 가능한 도구" 목록에 툴이 뜨는지 확인하세요.
라이선스 / 출처
원데이터: 서울특별시 (도시공간본부 토지관리과)
이용허락조건: 공공누리 1유형 (출처표시, 상업적 이용 및 변경 가능)
출처 표기 예: "본 서비스는 서울열린데이터광장의 개별공시지가 정보를 사용합니다."
This server cannot be installed
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
- Flicense-qualityBmaintenanceA read-only MCP server providing access to various Korean public data such as subway arrivals, weather, fine dust, bike availability, real estate, and more.
- Flicense-qualityCmaintenanceThis MCP server integrates South Korea's national law information, building registers from MOLIT, and KOSIS statistics for housing development research. It enables searching laws, retrieving building details, and accessing statistical data through natural language.
- AlicenseAqualityCmaintenanceAn MCP server for querying land use plans and exporting cadastral maps as DXF files using VWorld Open API from the Korean Ministry of Land, Infrastructure and Transport.6365MIT
- Alicense-qualityBmaintenanceMCP server providing normalized JSON APIs for Korean public data, including holidays, business days, and real estate transactions.2MIT
Related MCP Connectors
MCP server for Japan geodata: cadastral lot numbers (chiban) and reverse geocoding, for AI agents.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
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/seoul-individual-land-price-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server