Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Real Estate Data Server

БесплатноНе проверен

Provides US real estate data including housing stats, demographics, nearby amenities, area comparisons, cost-of-living analysis, and neighborhood search via fre

GitHubEmbed

Описание

Provides US real estate data including housing stats, demographics, nearby amenities, area comparisons, cost-of-living analysis, and neighborhood search via free public APIs without any API keys.

README

MCP server providing US real estate data — housing statistics, demographics, nearby amenities, area comparisons, cost-of-living analysis, and neighborhood search.

All data comes from free, public APIs — no API keys required:

  • US Census ACS 5-Year (2022) for housing and demographic data
  • OpenStreetMap Nominatim for geocoding
  • Overpass API for nearby amenities (schools, hospitals, parks, transit)

Glama MCP Server

Tools

Tool Description
get_housing_stats Median home value, rent, vacancy rates, owner-occupied % for any US state or county
get_area_demographics Population, income, education, employment, age stats from Census ACS
get_nearby_amenities Schools, hospitals, parks, transit stops, supermarkets via OpenStreetMap
compare_areas Side-by-side comparison of housing metrics for 2-5 locations
get_cost_of_living Housing affordability index, cost burden analysis, national comparison
search_neighborhoods Find neighborhoods/places in a city with key housing stats

Installation

pip install real-estate-data-mcp-server

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "real-estate": {
      "command": "real-estate-server"
    }
  }
}

Usage with Claude Code

claude mcp add real-estate -- real-estate-server

Example Queries

  • "What are the housing stats for California?"
  • "Compare housing costs between Texas and New York"
  • "Find amenities near downtown San Francisco (37.7749, -122.4194)"
  • "What's the cost of living in Colorado?"
  • "Search neighborhoods in Austin, TX"
  • "Get demographics for Harris County, Texas (county code 201)"

US State Codes

States can be specified by full name or abbreviation:

  • "California" or "CA"
  • "New York" or "NY"
  • "Texas" or "TX"

Counties require 3-digit FIPS codes (e.g., "073" for San Diego County, CA).

Data Sources

  • US Census Bureau — American Community Survey 5-Year Estimates (2022)
  • OpenStreetMap — Nominatim geocoding + Overpass amenity queries
  • All APIs are free and require no authentication for basic usage

License

MIT

from github.com/AiAgentKarl/real-estate-data-mcp-server

Установка Real Estate Data Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/AiAgentKarl/real-estate-data-mcp-server

FAQ

Real Estate Data Server MCP бесплатный?

Да, Real Estate Data Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Real Estate Data Server?

Нет, Real Estate Data Server работает без API-ключей и переменных окружения.

Real Estate Data Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Real Estate Data Server в Claude Desktop, Claude Code или Cursor?

Открой Real Estate Data Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Real Estate Data Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development