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/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
address | string | array | Yes | - |
max_concurrent | integer | No | 10 |
content_mode | string | No | "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"
}
}