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

/uspto-trademark-search

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 looks up the current status of a us trademark by serial number or registration number against the uspto's own tsdr (trademark status and…
SYNOPSIS
POST https://x402.agentutility.ai/uspto-trademark-search
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Looks up the current status of a US trademark by serial number or registration number against the USPTO's own TSDR (Trademark Status and Document Retrieval) database. This is an ID lookup, not free-text search; USPTO does not publish a public free-text trademark search API. Send serial_number or registration_number and get back mark text, owner, status category, filing date, registration date, Nice classification classes, and goods/services descriptions. Use it as a trademark status checker, USPTO TSDR lookup, or trademark registration verification tool for brand due diligence, IP monitoring, and agent-led trademark checks before filing or licensing.

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.agentutility.ai/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 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 uspto-trademark-search tool from your MCP-aware agent.
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-calendarFinds a company's next earnings date and its recent earnings-related SEC filings.$0.03
earnings-calendar-apiFinds company earnings dates from SEC filings: 8-K Item 2.02, 10-Q, 10-K, NT filing signals, fiscal periods, and next-earnings cadence es…$0.03
earnings-call-transcribeTranscribes a company earnings call from its publicly posted investor-relations webcast or replay audio URL, then optionally turns that t…$0.03
earnings-transcriptEarnings call transcript generator.$0.03
fda-calendarTracks upcoming FDA Advisory Committee (AdComm) meetings, a catalyst calendar for biotech.$0.03
fda-calendar-apiTracks FDA advisory committee meetings, monitoring upcoming and recent AdComm notices, docket ids, committee names, and meeting dates.$0.03
trademark-searchLooks up any US trademark by serial number or registration number via the federal public TSDR API.$0.03
bls-occupational-statsPull wage, employment level, and growth data straight from the Bureau of Labor Statistics Public Data API by series ID, covering formats…$0.02
SEE ALSO
agentutility · edgefinance · x402 · mcp · llms.txt · registry.json · bazaar.x402.org