parcel_search
ActiveTool of io.github.blackboxfoundry/livedatalink
Search property parcels by street address and get assessed value, land use, and most recent sale for each match. Coverage: Maryland statewide (all 24 jurisdictions, includes sale prices) and Harris County, TX / Houston (appraised value only, no sale prices since Texas is a non-disclosure state). Returns valuation and characteristics only, not owner names. Use parcel_details for the full record.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max rows (default 10, max 50)."
},
"query": {
"type": "string",
"description": "Street address fragment, e.g. '100 Main St' or 'Charles St'."
},
"state": {
"type": "string",
"description": "2-letter state code. Coverage: 'MD' (Maryland statewide) or 'TX' (Harris County / Houston only). Defaults to MD."
},
"county": {
"type": "string",
"description": "Optional county name to narrow results, e.g. 'Baltimore', 'Montgomery'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries