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-phone

/match-key-phone

agentutility / matchpoint / match-key-phone
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
matchpoint
CATEGORY
uncategorized
STATUS
live
NAME
match-key-phone normalizes phone numbers into a canonical e.164 match key so formatting variants like '(415) 555-0100' and '+1 415-555-0100' collide
SYNOPSIS
POST https://x402.agentutility.ai/match-key-phone
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Normalizes phone numbers into a canonical E.164 match key so formatting variants like '(415) 555-0100' and '+1 415-555-0100' collide. Strips formatting to digits and returns E.164, country code, and validity. Deterministic and instant — no carrier lookups. Use it for phone dedup, phone normalization, contact record linkage, or as an E.164 formatter.

INPUTrequest schema
propertytypedescriptionreq?
phonestringPhone number in any format.required
regionstringDefault region for numbers without a country code. Default 'US'.optional
OUTPUTresponse shape
fieldtypedescription
inputstring
match_keystring
e164string
country_codestring
is_validstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/match-key-phone \
  -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-phone tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
matchpointmatchkeyphonematch-key-phone
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-nameGenerates a match key for person names so variants of the same person 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