Reevl MCP
Reevl MCP
一个让 AI 直接查询韩国公寓实际交易数据的 MCP 服务器。 提供全国 45,000 多个 公寓的实际交易行情、全租率、成交量、地段评分以及 Reevl AI 价格预测。
免费、无需认证、只读。
https://reevl.co.kr/api/mcp连接方式
支持 Streamable HTTP 的主机(推荐)
Claude、ChatGPT 等直接支持远程 MCP 的客户端,只需填入 URL 即可。
{
"mcpServers": {
"reevl": {
"type": "http",
"url": "https://reevl.co.kr/api/mcp"
}
}
}仅支持 stdio 的主机
使用本仓库的 bridge。无需安装任何东西(Node 18+)。
{
"mcpServers": {
"reevl": {
"command": "npx",
"args": ["-y", "reevl-mcp"]
}
}
}bridge 只做一件事——按照 MCP 2026-07-28 规范的要求,
将 MCP-Protocol-Version·Mcp-Method·Mcp-Name 头部与正文对齐后附加。
服务器只要这些值与请求体不一致就会拒绝请求(-32020),所以手工粘贴每次都会出错。
工具
工具 | 使用场景 |
| 条件搜索之前先调用。 提供可用的维度和单位、取值分布 |
| 按地区·品牌·施工方·价格·户数·全租率·AI 预测等条件筛选 |
| 一次性获取某个小区的全部维度字段 |
| Reevl 发布的房地产卖点(政策·市场分析) |
全部为 readOnlyHint: true,没有写入、下单、中介功能。
不要自行套用单位
响应中总是会返回 units。请按原值读取。
在不清楚单位的情况下填写范围,条件会出错 100 倍——
例如,全租率本来就是 %(60 即 60%),而每户的土地占有面积要除以 10 才是平方米。
所以建议先调用 describe_fields。
可以这样问
首尔江南区中告诉我 1,000户以上且 AI 1年预测较高的小区
在水原找全租率里 70% 以上、20亿韩元以下公寓
整理出这个小区的行情、全租率、学区评分
用 Reevl 文章总结最近房产政策趋势
协议
支持 MCP 2026-06-28 及以前修订版本(2025-11-25 ~ 2024-12-05)的
dual-era 服务器。
在
_meta上放入版本的请求 → 按 2026-07-28 规则(无会话、校验请求头)以
initialize开头的请求 → 应用对应的 legacy 修订
也可以使用 server/discover 一次查看所支持的版本。
curl -s https://reevl.co.kr/api/mcp \
-H 'content-type: application/json' \
-H 'mcp-protocol-version: 2026-07-28' \
-H 'mcp-method: server/discover' \
-d '{"jsonrpc":"2.0","id":1,"method":"server/discover","params":{}}'同样的数据也可以使用 REST 访问——OpenAPI 规范
数据来源
国土交通部实际交易价格公开系统、共同住宅管理信息系统(K-apt)、韩国不动产院(R-ONE)、 统计厅(KOSIS)、韩国银行(K-ONE)、国际空间信息开放平台(V-World)、 教育部学校公示系统、청약홈 等各机构的官方开放 API。
来源、采集周期、处理方式已在 数据来源及现状 公开。
注意事项
Reevl 数据是由公共数据制成的参考性统计,并非投资咨询或中介服务。 预测信息属于统计估计值,不保证未来价格或收益。 原始资料可能存在错误、遗漏或延迟,并有申报后更正或解除的条款。
许可证
bridge 代码以 MIT 许可证发布。服务器与数据遵循上述条款。
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 Connectors
Korean market data for AI agents: K-beauty/K-food products, Naver trends, stocks, real estate.
Zillow MCP for AI agents: property data, Zestimates & listings — 300+ fields per home. Free tier.
Search and manage Paraguay & LatAm real estate from any AI assistant.
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/exclusiveyon-a11y/reevl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server