You're viewing a demo portfolio

Join the waitlist
PRSM

realestateapi_property_search

Active

Tool of Realestateapi

declared in 0.1.0

Search properties by city/state/filters (off-market, absentee-owner, value range) — returns matching properties with address, owner, beds/baths, and estimated value. Example: realestateapi_property_search({ city: "Austin", state: "TX", absentee_owner: true, value_max: 400000, size: 25, _apiKey: "your-key" })

Parameters schema

{
  "type": "object",
  "required": [
    "_apiKey"
  ],
  "properties": {
    "zip": {
      "type": "string",
      "description": "ZIP code"
    },
    "city": {
      "type": "string",
      "description": "City name, e.g. \"Austin\""
    },
    "size": {
      "type": "integer",
      "description": "Max results to return (default 10, max 50)"
    },
    "state": {
      "type": "string",
      "description": "Two-letter state code, e.g. \"TX\""
    },
    "_apiKey": {
      "type": "string",
      "description": "RealEstateAPI key from realestateapi.com"
    },
    "beds_min": {
      "type": "integer",
      "description": "Minimum bedrooms"
    },
    "baths_min": {
      "type": "integer",
      "description": "Minimum bathrooms"
    },
    "value_max": {
      "type": "integer",
      "description": "Maximum estimated value (USD)"
    },
    "value_min": {
      "type": "integer",
      "description": "Minimum estimated value (USD)"
    },
    "property_type": {
      "type": "string",
      "description": "One of SFR, MFR, CONDO, LAND, MOBILE, OTHER"
    },
    "absentee_owner": {
      "type": "boolean",
      "description": "Only properties whose owner lives elsewhere"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Realestateapi

https://github.com/pipeworx-io/mcp-realestateapi

1/7 registries
View full server →