You're viewing a demo portfolio

Join the waitlist
PRSM

realestateapi_property_detail

Active

Tool of Realestateapi

declared in 0.1.0

Get full property detail by id or address — returns owner, estimated value, last sale, characteristics (beds/baths/sqft/year/lot), and mortgage. Example: realestateapi_property_detail({ address: "123 Main St, Austin, TX 78701", _apiKey: "your-key" })

Parameters schema

{
  "type": "object",
  "required": [
    "_apiKey"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "RealEstateAPI property id (from a search result)"
    },
    "_apiKey": {
      "type": "string",
      "description": "RealEstateAPI key from realestateapi.com"
    },
    "address": {
      "type": "string",
      "description": "Full property address (use if you have no id)"
    }
  }
}

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 →