You're viewing a demo portfolio

Join the waitlist
PRSM

property_search_area

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search for real estate properties in a geographic area. Filter by zip code, subdivision, neighborhood, or street name. Use this for questions like "what homes are in this zip code?", "show me properties in this neighborhood", "find houses on Main Street", "what's the average home value in this area?", or any area-based property search. Returns a list of properties with addresses, owners, values, and property types.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "zip": {
      "type": "string",
      "description": "5-digit ZIP code to search within"
    },
    "county": {
      "type": "string",
      "default": "montgomery",
      "description": "County name (default: montgomery)"
    },
    "street": {
      "type": "string",
      "description": "Street name to search (e.g., 'Main St')"
    },
    "subdivision": {
      "type": "string",
      "description": "Subdivision or neighborhood name"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
property_search_area — io.github.blackboxfoundry/livedatalink — PRSM MCP