CompuMark MCP server
Trademark intelligence · 11 tools

Access CompuMark's trademark databases via MCP. Search, count, screen, and retrieve full-text trademark data across global registration offices — plus Brand Analyzer landscape searches and Trademark Watch monitoring.

MCP / SSE https://ipone.clarivate.com/trademarks/mcp
trademark-knockout-search
Identical knockout

Performs an identical (exact) knockout search and returns matching trademark IDs.

trademarkName
string · required
registrationOfficeCodes
string[] · required
classes
string[] · required
limitWOresultsToDesignated
boolean · required
trademark-search
Custom / screening

Flexible search across trademark databases using a searchFields filter list. Supports phonetics, plurals, cross-references, and regional phonetics. Returns a list of matching IDs.

searchFields
string · required
JSON array of {name, operator, value}
registrationOfficeCodes
string[] · required
"All" supported
activeOnly / phonetics / plurals
boolean · required
crossReferences / centralEuropeanPhonetics / japanesePhonetics
boolean · required
limitWOresultsToDesignated
boolean · required
trademark-count

Same parameters as trademark-search. Returns the result count only — no IDs. Useful for estimating volume before retrieval.

trademark-content
Max 100 IDs per call

Retrieves trademark details (excluding goods) for up to 100 IDs. Returns: registration number, verbal element, status, office, classes, dates, applicants, mark feature.

ids
string[] · required · max 100
trademark-goods

Returns the goods & services text for a single trademark ID. Call separately after trademark-content when goods detail is needed.

id
string · required
trademark-fulltext

Returns CompuMark full-text URLs for a list of trademark IDs. Present as a hyperlink labeled "full-text". Use these URLs as the canonical hyperlink target — do not substitute third-party registry URLs.

ids
string[] · required

Brand landscape searches run asynchronously: execute an order, then poll for results using the same candidateName.

brand-analyzer-search-order-execute
Async

Executes a brand landscape search order for a candidate name. Runs asynchronously — poll brand-analyzer-search-results for the same candidate name; results are only available once the order status is COMPLETED.

candidateName
string · required
classes
string[] · required
1–45, non-empty
goodsAndServices
string[] · required
markets
string[] · required
WIPO ST.3 codes, non-empty
limitWOresultsToDesignated
boolean · required
brand-analyzer-search-order-info

Returns the search strategy and order info for a candidate's most recent BLA search — classes, goods, and total trademark result count.

candidateName
string · required
brand-analyzer-search-results
Page size 10

Returns paged results for a completed BLA order. Filter to high/medium verbal similarity matches or to only customer-selected results.

page
integer · required
candidateName
string · optional
highMediumVerbalSimilarity
boolean · optional
selected
boolean · optional
trademark-watch-orders

Returns a list of trademark watch orders for the customer. Filter by client reference, order number, or watched trademark name.

page
integer · required
clientReference
string · optional
orderNumber
string · optional
trademarkWatch
string · optional
trademark-watch-results
Page size 10

Returns paged reported trademarks for a specific watch order. Optionally filter to results reported from a given date.

orderNumber
string · required
fromDate
string · optional
YYYYMMDD
page
integer · optional
trademark-content accepts a maximum of 100 IDs per call. Batch large result sets accordingly.
When searching a specific country, also include WO with limitWOresultsToDesignated: true. For EU countries, also include EM.
Use trademark-fulltext URLs as canonical links. Do not substitute third-party registry URLs (e.g. tmdn.org).
brand-analyzer-search-order-execute is asynchronous. Poll brand-analyzer-search-order-info or -search-results with the same candidateName until status is COMPLETED before reading results.
brand-analyzer-search-results and trademark-watch-results are both paged with a page size of 10.