You're viewing a demo portfolio

Join the waitlist
PRSM

geocode_address

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

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 →
geocode_address — io.github.blackboxfoundry/livedatalink — PRSM MCP