You're viewing a demo portfolio

Join the waitlist
PRSM

attom_property_search

Active

Tool of Attom

declared in 0.1.0

"Find houses / homes / properties / real estate for sale or owned in [ZIP]" / "search properties near [coords]" / "homes in [neighborhood]" — search US residential and commercial properties by ZIP or lat/lng radius with filters (beds, baths, year built, property type). Returns matching addresses and ATTOM property IDs. Use first when you need to find candidate addresses, then call attom_property_detail / attom_avm / attom_sales_history on the picks.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-attom-api-key",
      "postalCode": "10001"
    },
    {
      "radius": "2",
      "_apiKey": "your-attom-api-key",
      "maxBeds": "5",
      "minBeds": "3",
      "latitude": "39.7392",
      "longitude": "-104.9903",
      "propertyType": "SFR"
    }
  ],
  "required": [
    "_apiKey"
  ],
  "properties": {
    "radius": {
      "type": "string",
      "description": "Search radius in miles (use with latitude/longitude)"
    },
    "_apiKey": {
      "type": "string",
      "description": "ATTOM API key"
    },
    "maxBeds": {
      "type": "string",
      "description": "Maximum number of bedrooms"
    },
    "minBeds": {
      "type": "string",
      "description": "Minimum number of bedrooms"
    },
    "latitude": {
      "type": "string",
      "description": "Latitude for radius search (use with longitude and radius)"
    },
    "longitude": {
      "type": "string",
      "description": "Longitude for radius search (use with latitude and radius)"
    },
    "postalCode": {
      "type": "string",
      "description": "ZIP/postal code to search in"
    },
    "maxYearBuilt": {
      "type": "string",
      "description": "Maximum year built"
    },
    "minYearBuilt": {
      "type": "string",
      "description": "Minimum year built"
    },
    "propertyType": {
      "type": "string",
      "description": "Property type filter (e.g., \"SFR\", \"CONDO\", \"APARTMENT\")"
    },
    "maxBathsTotal": {
      "type": "string",
      "description": "Maximum total bathrooms"
    },
    "minBathsTotal": {
      "type": "string",
      "description": "Minimum total bathrooms"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Attom

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

1/7 registries
View full server →
attom_property_search — Attom — PRSM MCP