Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man uspto-trademark-search

/uspto-trademark-search(1)

agentutility / edge-finance / uspto-trademark-search
PRICE / CALL
$0.03
USDC · base mainnet · scheme: exact
METHOD
POST
CATEGORY
uncategorized
STATUS
live
NAME
uspto-trademark-search uspto trademark status / tsdr lookup
SYNOPSIS
POST https://x402.org/v1/uspto-trademark-search
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

USPTO trademark status / TSDR lookup. Look up a US trademark by serial number or registration number. Returns mark text, owner, status, filing date, classes, goods/services. Federal public TSDR API.

INPUTrequest schema
propertytypedescriptionreq?
serial_numberstring8-digit USPTO serial number (e.g. '78787878').optional
registration_numberstring7-digit USPTO registration number (e.g. '3000000').optional
OUTPUTresponse shape
fieldtypedescription
mark_textstringLiteral element of the trademark (the word, phrase, or stylized text as registered with the USPTO).
status_categorystringCurrent TSDR status category for the mark, such as live, dead, pending, registered, or abandoned.
filing_datestringDate the trademark application was filed with the USPTO, in ISO 8601 (YYYY-MM-DD) format.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/uspto-trademark-search \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the uspto-trademark-search tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
edge-financetrademarkusptotsdrtrademark-searchbrand-clearanceip-lookupserial-lookup
methods
POST
cluster
edgefinance
price
$0.03 USDC per call
ADJACENTother endpoints in edgefinance
endpointdescriptionprice
earnings-calendarEarnings calendar derived from SEC 8-K Item 2.02, 10-Q, 10-K, NT 10-Q, NT 10-K filings.$0.03
earnings-call-transcribeEarnings call transcriber.$0.03
earnings-transcriptEarnings call transcript generator.$0.03
fda-calendarFDA Advisory Committee meeting calendar.$0.03
trademark-searchTrademark search / USPTO trademark lookup / TSDR / federal trademark database.$0.03
bls-occupational-statsBLS Public Data API — wages, employment levels, growth by series ID.$0.02
polymarket-kalshi-arbitragePolymarket × Kalshi arbitrage scanner / cross-venue prediction market spread / event price arbitrage detector / Polymarket vs Kalshi comp…$0.02
fec-political-contributionsFEC political contributions search via api.open.fec.gov.$0.04
SEE ALSO
agentutility(7) · edgefinance(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org