real-estate-data-mcp-server
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
real-estate-data-mcp-server
<!-- mcp-name: real-estate-data-mcp-server -->
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)
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.