You're viewing a demo portfolio

Join the waitlist
PRSM

parcel_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

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