real-estate-data-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_housing_statsA | Get housing statistics for a US state or county. Returns median home value, median rent, vacancy rates, and owner-occupied percentage from the US Census ACS 5-Year survey. Args: state: US state name or abbreviation (e.g., "California" or "CA") county: Optional 3-digit FIPS county code (e.g., "073" for San Diego) |
| get_area_demographicsA | Get demographic data for a US state or county. Returns population, median income, education levels, employment stats, and age distribution from the US Census ACS. Args: state: US state name or abbreviation (e.g., "Texas" or "TX") county: Optional 3-digit FIPS county code (e.g., "201" for Harris County) |
| get_nearby_amenitiesA | Find nearby amenities around a location using OpenStreetMap. Returns schools, hospitals, parks, transit stops, supermarkets, restaurants, and pharmacies within the specified radius. Args: lat: Latitude of the location lon: Longitude of the location radius_m: Search radius in meters (default: 2000, max: 5000) |
| compare_areasA | Compare housing metrics for multiple US areas side-by-side. Compares median home value, rent, income, population, and affordability for 2-5 different locations. Args: locations: List of location dicts, each with 'state' (required) and optional 'county' FIPS code. Example: [{"state": "CA"}, {"state": "TX", "county": "201"}] |
| get_cost_of_livingB | Get housing affordability and cost-of-living indicators for a US state. Returns housing costs relative to income, affordability index, housing burden analysis, and cost comparisons. Args: state: US state name or abbreviation (e.g., "New York" or "NY") |
| search_neighborhoodsA | Search for neighborhoods/areas in a city with key housing stats. Geocodes the city, finds the state, then returns all counties and places in that state with housing and demographic data. Args: city: City name with state (e.g., "Austin, Texas" or "Miami, FL") |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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