Skip to main content
Glama

US Real Estate Data

Server Details

US real estate data: home prices, rents, and market trends

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.5/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect: home prices, market indicators, and rental data. No overlap in purpose.

Naming Consistency5/5

All tools use consistent 'get_' prefix with snake_case naming, following a clear verb_noun pattern.

Tool Count4/5

Three tools is a compact but reasonable set for a focused real estate data server, covering key areas without being too thin.

Completeness4/5

Covers home prices, rental data, and major market indicators. Minor gaps like sales volume or inventory do not significantly hinder common use cases.

Available Tools

3 tools
get_home_pricesInspect

Get US home price data. Returns national median home price (FRED MSPUS) or metro-level Zillow ZHVI data. Includes current value, YoY change, and 12-month history.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoData type: national or metro (default: national)national
limitNoNumber of historical data points (default 12)
metroNoMetro area name (e.g. "New York, NY", "Los Angeles, CA"). If omitted, returns national data.
stateNo2-letter state code to get all metros in a state (e.g. TX, CA).
get_market_indicatorsInspect

Get key US housing market indicators from FRED: housing starts, building permits, median home price, 30-year mortgage rate, and Case-Shiller index.

ParametersJSON Schema
NameRequiredDescriptionDefault
seriesNoComma-separated FRED series IDs to filter (e.g. "HOUST,MORTGAGE30US"). Valid: HOUST, PERMIT, MSPUS, MORTGAGE30US, CSUSHPINSA. Default: all.
get_rental_dataInspect

Get US rental market data from FRED BLS CPI series. Returns national rent index, YoY change, and monthly history.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of historical data points (default 12)
metroNoMetro area (optional; national data returned regardless)

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources