Skip to main content
Glama
AiAgentKarl

real-estate-data-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/AiAgentKarl/real-estate-data-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server