Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Unlisted Property Search

com.unlistedinc/unlisted

Search and explore residential properties that aren't for sale (yet)

Uptime
5.4%
37 probes
Response
419ms
last probe
Tools
3
callable

Tools · 3

property_details_tool

Fetch full details for a single Unlisted property by its ID. When telling the user what you're doing, say "area" not "boundary", and "home" or "property profile" not "listing". Don't mention internal …

property_search_tool

Search for properties on Unlisted that meet certain criteria. boundary_id should always be used unless doing a nation-wide search, and is obtained by using the autocomplete_tool. Returns up to 100 mat…

autocomplete_tool

Autocomplete a search term to find geographic areas (cities, counties, neighborhoods, school districts, states, etc.) and properties by address. Use this to look up boundary IDs for the boundary_id pa…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "unlisted_property_search": {
      "url": "https://api.unlistedinc.com/mcp",
      "transport": "streamable-http"
    }
  }
}