BaroclineBarocline
Tool ReferenceLocation Intelligence

location_property_data

Property Data

U.S. property characteristics and tax assessment data from county records.

Does not include owner identity, mortgage info, or non-public data.
https://mcp.barocline.com/mcp
https://mcpkey.barocline.com/weather-risk/mcp
https://mcpoauth.barocline.com/mcp
Read-onlyIdempotent

Parameters

NameTypeRequiredDefault
addressstring | arrayYes-
max_concurrentintegerNo10
content_modestringNo"text"

Sample input

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "location_property_data",
    "arguments": {
      "address": "value",
      "max_concurrent": 10,
      "content_mode": "text"
    }
  }
}
{
  "name": "location_property_data",
  "arguments": {
    "address": "value",
    "max_concurrent": 10,
    "content_mode": "text"
  }
}