Skip to main content
Glama

smarty_verifyAddress

Validate and standardize US addresses using USPS data to ensure accurate mailing information, proper formatting, and geocoding coordinates for insurance records.

Instructions

Verify and standardize addresses using the Smarty Address Verification API.

This API validates addresses against USPS data and returns:

  • Standardized address format (proper casing, abbreviations)

  • Address components (street, city, state, ZIP+4)

  • Delivery point validation

  • County information

  • Congressional district

  • Latitude/Longitude coordinates

  • Property metadata

Use this to:

  • Validate addresses before creating insured records

  • Standardize addresses for consistency

  • Ensure accurate mailing addresses

  • Get geocoding data for properties

IMPORTANT: Always use the standardized address returned by this API in your NowCerts records.

Input Schema

NameRequiredDescriptionDefault
cityNoCity name (optional if providing ZIP)
stateNoState abbreviation (e.g., 'TN') (optional if providing ZIP)
streetYesStreet address line (required)
street2NoApartment, suite, unit number (optional)
zipcodeNo5 or 9-digit ZIP code (optional if providing city/state)

Input Schema (JSON Schema)

{ "properties": { "city": { "description": "City name (optional if providing ZIP)", "type": "string" }, "state": { "description": "State abbreviation (e.g., 'TN') (optional if providing ZIP)", "type": "string" }, "street": { "description": "Street address line (required)", "type": "string" }, "street2": { "description": "Apartment, suite, unit number (optional)", "type": "string" }, "zipcode": { "description": "5 or 9-digit ZIP code (optional if providing city/state)", "type": "string" } }, "required": [ "street" ], "type": "object" }

Other Tools from Nowcerts

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ReduceMyIns/Nowcerts'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server