Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man address-parse

/address-parse

agentutility / matchpoint / address-parse
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
matchpoint
CATEGORY
uncategorized
STATUS
live
NAME
address-parse parses a freeform us street address into components: number, street, unit, city, state, and zip
SYNOPSIS
POST https://x402.agentutility.ai/address-parse
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Parses a freeform US street address into components: number, street, unit, city, state, and zip. Deterministic, instant, and best-effort — no geocoding or external lookups. Use it as an address parser, address splitter, or USPS field extraction step.

INPUTrequest schema
propertytypedescriptionreq?
addressstringFreeform US street address.required
OUTPUTresponse shape
fieldtypedescription
inputstring
numberstring
streetstring
unitstring
citystring
statestring
zipstring
parsedstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/address-parse \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the address-parse tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
matchpointaddressparseaddress-parse
methods
POST
cluster
matchpoint
price
$0.005 USDC per call
ADJACENTother endpoints in matchpoint
endpointdescriptionprice
match-key-addressGenerates a match key for postal addresses with USPS-style standardization so equivalent addresses collide.$0.005
match-key-companyGenerates a deterministic similarity key for company names so different spellings of the same business collide.$0.005
match-key-emailNormalizes email addresses into a match key so aliases of the same inbox collide.$0.005
match-key-nameGenerates a match key for person names so variants of the same person collide.$0.005
match-key-phoneNormalizes phone numbers into a canonical E.164 match key so formatting variants like '(415) 555-0100' and '+1 415-555-0100' collide.$0.005
match-scoreScores how similar two values are on a 0-100 scale for fuzzy matching and dedup confidence.$0.003
SEE ALSO
agentutility · matchpoint · x402 · mcp · llms.txt · registry.json · bazaar.x402.org