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

/match-key-name

agentutility / matchpoint / match-key-name
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
matchpoint
CATEGORY
uncategorized
STATUS
live
NAME
match-key-name generates a match key for person names so variants of the same person collide
SYNOPSIS
POST https://x402.agentutility.ai/match-key-name
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Generates a match key for person names so variants of the same person collide. Canonicalizes nicknames (Bob to Robert), folds accents, drops titles/suffixes (Mr, Jr, PhD), and is order-insensitive so 'Smith, Robert' and 'Bob Smith' share a key; returns first/last too. Deterministic and instant — no external lookups. Use it for contact dedup, people record linkage, or fuzzy name matching.

INPUTrequest schema
propertytypedescriptionreq?
namestringPerson full name. 'Last, First' accepted.required
OUTPUTresponse shape
fieldtypedescription
inputstring
normalizedstring
match_keystring
firststring
laststring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/match-key-name \
  -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 match-key-name tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
matchpointmatchkeynamematch-key-name
methods
POST
cluster
matchpoint
price
$0.005 USDC per call
ADJACENTother endpoints in matchpoint
endpointdescriptionprice
address-parseParses a freeform US street address into components: number, street, unit, city, state, and zip.$0.005
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-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