Skip to main content
Glama
exclusiveyon-a11y

Reevl MCP

Reevl MCP

Un servidor MCP para consultar directamente desde una IA los datos de transacciones reales de apartamentos en Corea. Ofrece, para más de 45.000 apartamentos en todo el país, precios de transacción reales, tasa de jeonse, volumen de transacciones, puntuación de ubicación y predicciones de precios de Reevl AI.

Es gratuito y no requiere autenticación. Es de solo lectura.

https://reevl.co.kr/api/mcp

Cómo conectarse

Clientes que admiten Streamable HTTP (recomendado)

En las plataformas que soportan MCP remoto directamente, como Claude o ChatGPT, basta con introducir la URL.

{
  "mcpServers": {
    "reevl": {
      "type": "http",
      "url": "https://reevl.co.kr/api/mcp"
    }
  }
}

Clientes que solo admiten stdio

Se usa el puente de este repositorio. No hay nada que instalar (Node 18+).

{
  "mcpServers": {
    "reevl": {
      "command": "npx",
      "args": ["-y", "reevl-mcp"]
    }
  }
}

El puente hace una sola cosa: añade las cabeceras MCP-Protocol-Version, Mcp-Method y Mcp-Name que exige la especificación 2026-07-28 del MCP, alineadas con el cuerpo. Como el servidor las rechaza (-32020) cuando no coinciden con el cuerpo, escribirlas a mano siempre falla.


Tools

Herramienta

Cuándo usarla

describe_fields

Antes de una búsqueda por condiciones. Da los campos disponibles, las unidades y la distribución de valores.

search_apartaments

Filtra por zona, AGENCY, constructora, precio, número de viviendas, tasa de jeonse, predicción de IA, etc.

get_apartment

Betras other axes of a single kind, in one packed set.

list_articles

Real estate briefings from Re (policy and market analysis).

Todo con readOnlyHint: true: no hay funciones de escritura, solicitud ni intermediación.

No inventes las unidades

Las respuestas acompañan siempre units. Le as a las essages tal cual. Si utilizas un rango sin conocer las unidades, el resultado se desvía por un factor de 100; por ejemplo, la tasa de jea no es un porcentaje tal cual se indica (60 = 60 %), mientras que la % is divided by 10 to get m². .


Preguntas de ejemplo

  • “En el distrito de Gangnam, Seúl, complexes with more than 1,000 homes and a one-year AI forecast high.”

  • “In Suwon, find apartments with a jeonse rate 70% or higher and costing under 2,000 million won.”

  • “Summarize this complex's market price, jeonse rate, and school district score.”

  • “Use Reevl's articles to summarize the recent flow of real-estate policies.”


Protocol

It is a dual-era server that supportts MCP 2026-07-28 along with earlier revisions (2025-11-25 ~ 2024-11-05).

  • Requests with the version in _meta → 2026-07-28 rules (sessionless, header matching).

  • Requests that start with initialize → the corresponding legacy revision.

You can consult the supported versions at once in 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":{}}'

The same data is also usable as REST — consult OpenAPI specification


Datos sourced

Source: ministry of settle-transadvantage system de T... publicado; the Sistema de Información de Gestión de Vivienda Colectiva (K-apt); the Real de Corea de Bienes Viviendas (R-ONE); the business of Korea's census (KOSIS); the Bank of Korea (ECOS); the open-cast (spatial-information) platform of REEs (V-World); the school profile service (.Allimi) of the Ministerio de Educación; Cheyak Home, etc. API abierta de cada organización.

Sources, update cycles, and methods are published at Info sources and status.

Notes

Alerts with your data are statistics for reference derived from public data, and they do not constitute investment advice or a transaction. The forecast is a statistical estimate; it does not guarantee future price or return. Original data may have errors, gaps, and lags, and some transactions are corrected or cancelled after being declared.

See Terms of use and Privacy policy.

License

The bridge code is MIT. The server and data follow the terms above.

-
license - not tested
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all MCP Connectors

Latest Blog Posts

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