geocode_address
ActiveTool of io.github.blackboxfoundry/livedatalink
Geocode a US street address with the Census Geocoder (keyless). Accepts a one-line address OR structured street/city/state/zip parts. Returns the normalized matched address, longitude/latitude, and Census geographies (state, county, tract, block, congressional district) with GEOIDs. No match returns an explicit not-found message.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"zip": {
"type": "string",
"description": "ZIP code for a structured query."
},
"city": {
"type": "string",
"description": "City for a structured query."
},
"state": {
"type": "string",
"description": "Two-letter state code for a structured query (e.g. 'DC')."
},
"street": {
"type": "string",
"description": "Street line for a structured query (e.g. '4600 Silver Hill Rd')."
},
"address": {
"type": "string",
"description": "One-line address, e.g. '4600 Silver Hill Rd, Washington, DC 20233'. Provide this OR the structured parts."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries