real-estate-data-mcp-server
Provides access to nearby amenities (schools, hospitals, parks, transit) and geocoding via OpenStreetMap's Nominatim and Overpass APIs for US real estate data.
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., "@real-estate-data-mcp-serverwhat are the housing stats for Texas?"
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.
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 |
| Median home value, rent, vacancy rates, owner-occupied % for any US state or county |
| Population, income, education, employment, age stats from Census ACS |
| Schools, hospitals, parks, transit stops, supermarkets via OpenStreetMap |
| Side-by-side comparison of housing metrics for 2-5 locations |
| Housing affordability index, cost burden analysis, national comparison |
| Find neighborhoods/places in a city with key housing stats |
Related MCP server: PropertyScoop MCP Server
Installation
pip install real-estate-data-mcp-serverUsage 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-serverExample 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
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
- Alicense-qualityCmaintenanceSubmarket-level US residential rental intelligence for AI agents. Search, compare, rank, and analyze rent data, trends, vacancy, affordability, and days on market across 1,000+ named submarkets in the 20+ largest US metros. ZIP-level and metro-level queries included. Always current, always expanding. Free tier available.Last updated1MIT
- Flicense-qualityDmaintenanceProperty intelligence API for US real estate. Returns 16+ data points for any US address: noise levels, wetlands, slope, natural light, powerline proximity, crime rates, property facing direction, zoning, public record, radon risk, natural hazards (earthquake, flood, wildfire), neighborhood demographics, falling tree risk, RF/cell tower exposure, and nearby school.Last updated
- Flicense-qualityCmaintenanceEnables location intelligence for US ZIP codes, allowing users to search, profile, and compare ZIP codes across various domains like crime, income, schools, and more.Last updated
- Alicense-qualityDmaintenanceREST API and MCP server for Zillow property data: Zestimates, rent estimates, tax records, listing search, price history, photos, and 300+ fields. 4 tools with OAuth 2.1 + PKCE. Free tier: 100 credits.Last updated2MIT No Attribution
Related MCP Connectors
U.S. real-estate data: property records, AVM value + rent estimates, sale/rental listings.
Zillow MCP for AI agents: property data, Zestimates & listings — 300+ fields per home. Free tier.
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
Appeared in Searches
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/AiAgentKarl/real-estate-data-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server