MCP Server & Programmatic Access

Query RealStarGlobal's commercial real estate dataset from Claude, an IDE or your own agent through the Model Context Protocol server — property search, comparables, market statistics, ownership, loans and deal activity.

Tools

ToolWhat it returns
search_propertiesFilter tracked inventory by market, city, type, class, size, availability, rent and sale status.
get_propertyFull record for one property including spaces, tenants, leases, sales, loans and public record.
market_statsInventory, vacancy, asking rent, rent growth, cap rate and price per SF by market and property type.
sale_compsClosed sale comparables filtered by market, type, date range, price and cap rate.
lease_compsSigned lease comparables with size, term, rent, type and expiry.
rent_benchmarkAsking-rent benchmarks by market, property type and class.
tenant_searchTenants by name, industry, size and lease expiry window.
owner_portfolioHoldings, market exposure and asset mix for an ownership entity.
loan_maturitiesLoans by maturity window, lender, coupon, LTV and status.
fund_searchFunds by strategy, vintage, size, dry powder and target market.
public_recordParcel, assessed value, tax, zoning and deed history.
availabilitySpace-level availability with floor, size, rent, term and status.
deal_activityLive CRE deal, leasing and development signals by country, city, asset class and date.
absorptionNet absorption, deliveries and vacancy series by market and property type.
underwriting_inputsAssembled inputs for a valuation or credit screen on one asset.

Install

pip install realstarglobal-mcp

# claude_desktop_config.json
{
  "mcpServers": {
    "realstarglobal": {
      "command": "realstarglobal-mcp",
      "env": { "REALSTARGLOBAL_DATA": "/path/to/realstarglobal.json" }
    }
  }
}

The server is read-only. It exposes the same dataset RealStar renders, so a figure quoted by an agent reconciles with the figure on the corresponding market or listing page.

Related