One1 Trademark Risk Check
Server Details
Pre-listing trademark checks for cross-border e-commerce sellers: brand-name conflicts, logo look-alikes, infringing words in product titles, and frequent TRO / Schedule A enforcers. Data by Dataify.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 7 tools
Each tool maps to a distinct action: jurisdiction coverage, image search, listing scan, exact serial lookup, owner search, owner enforcement profile, and text similarity search. The only mild overlap is trademark_owner_search vs trademark_owner_profile (both surface an owner's marks), but the enforcement/TRO focus of the latter differentiates them.
All names are consistent snake_case, which is easy to parse. However the structural pattern is mixed: four tools use a trademark_ prefix while coverage_info, graphic_trademark_search, and listing_scan do not, and the trailing verbs vary (info, scan, search, profile, lookup_by_serial).
Seven tools is well-scoped for a trademark risk-checking service. Each tool earns its place by covering a distinct angle (coverage, text, image, serial, owner, enforcement, listing) without redundancy.
The surface covers the core seller workflows: check coverage, search by word/image, scan a listing, look up a serial, and profile owners/enforcers. Minor gaps exist (e.g. no jurisdiction-browse or class-exploration tool), but the main risk-assessment paths are covered.
Available Tools
7 toolscoverage_infoAInspect
查 One1 各辖区的数据覆盖度:文本行数、数据截止日期、覆盖档(full/partial/thin/very-thin)、是否可作核名结论、图形库是否可搜、套餐门槛。 调其它工具前先看目标辖区能不能作结论:scope≠full 或 data_as_of 过旧(如 UK 2018-02、EU 2019-12、US 2025-02)的辖区,「无匹配」不代表可注册。 country: ISO 2 位国码(US/CN/KR/BR/…);留空返回全部辖区摘要。
| Name | Required | Description | Default |
|---|---|---|---|
| country | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden, and it does disclose substantive caveats: coverage tiers (full/partial/thin/very-thin), stale cutoff dates with examples, and the resulting invalidity of negative matches. It does not cover auth/permission requirements or rate limits, so it stops short of a 5.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
It is front-loaded with the returned fields, then the usage rule, then the parameter semantics — a sensible order with little waste. The field enumeration and the parenthetical date examples are dense but each item earns its place; it is slightly long but not padded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and one undocumented parameter, the description supplies both the return-field inventory and the parameter meaning, plus the interpretive rule for stale/incomplete coverage. An agent has everything it needs to call this correctly and use the result to gate later calls.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate, and it does: country is defined as an ISO 2-letter code with examples (US/CN/KR/BR/…) and the default behavior (empty returns all jurisdictions). This fully documents the single parameter beyond the bare schema, though it adds no format edge cases.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource (query One1's per-jurisdiction data coverage) and enumerates exactly what the response contains: text line counts, data cutoff date, coverage tier, whether clearance conclusions are valid, graphic-library searchability, and plan threshold. This clearly separates it from the sibling search tools (trademark_text_search, graphic_trademark_search, etc.), which it is meant to precede.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives explicit sequencing guidance ('check the target jurisdiction's ability to support a conclusion before calling other tools') and a concrete exclusion rule: when scope≠full or data_as_of is stale, a 'no match' does not mean the mark is registrable. This tells the agent both when to use it and how to interpret downstream results.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
graphic_trademark_searchAInspect
以图搜图:上传 Logo / 图形商标 / 产品主图的公网 URL,找视觉相似的美国图形商标。
用于卖家查自家 Logo/图案是否撞已注册图形商标(CLIP 视觉相似 + 名录加权)。
image_url: 公网可访问的图片 URL(PNG/JPG)。
nice_class: 尼斯类别,可选。limit: 默认 10。
返回: {count, results:[{mark, visual_similarity, risk_level, applicant, legal_status}]}。
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| country | No | US | |
| image_url | Yes | ||
| nice_class | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full disclosure burden. It does disclose the matching mechanism (CLIP visual similarity plus directory weighting), that image_url must be publicly reachable, and the return shape, but says nothing about permissions, rate limits, cost, or that coverage is limited to US marks (despite a country parameter).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Front-loads the core capability (以图搜图) before the use case, then lists parameters and return values compactly. It is appropriately sized for the tool's complexity, though the parameter/return block reads as a dense run-on rather than cleanly separated lines.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema exists, so describing the return shape ({count, results:[{mark, visual_similarity, risk_level, applicant, legal_status}]}) is genuinely necessary and provided. Combined with parameter notes and the stated use case, an agent has enough to invoke the tool correctly, with only country the gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate, and it does for image_url (public URL, PNG/JPG), nice_class (optional Nice classification), and limit (default 10). The country parameter is never mentioned, leaving one of four parameters undocumented in both schema and description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource: reverse image search (以图搜图) returning visually similar US graphic trademarks. The image-based retrieval distinguishes it implicitly from the sibling trademark_text_search, and the seller use case (checking whether a logo collides with a registered graphic mark) is explicit.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Clearly states the intended scenario: sellers checking their own Logo/pattern against registered graphic trademarks. It gives a concrete context but names no alternative sibling or condition under which a different search (e.g. trademark_text_search) would be preferred, so it does not reach explicit when/when-not routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
listing_scanAInspect
扫描一段商品 listing 标题/文案,找出其中撞美国注册商标的词/词组并按风险分组。
用于卖家发品前一键自查整条 listing 标题是否含侵权商标词。
text: listing 标题或文案(可整段)。
nice_class: 尼斯商品类别号,可选。
返回: {summary:{高,中,低}, tro_count, hits:[{mark, risk_level, applicant, tro_alert?}]}。
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| country | No | US | |
| nice_class | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden. It does disclose the return structure (summary buckets, tro_count, hits with mark/risk_level/applicant/tro_alert), which is real behavioral value, but says nothing about accuracy limits, data source, latency, or authorization needs.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Front-loaded with the core action, followed by use case, parameter notes and return shape in a compact, scannable block. Every line contributes; no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no annotations and no output schema, the description usefully supplies the return structure and the two key parameters. It is nearly complete; the undocumented country parameter is the main gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It explains text ('listing 标题或文案,可整段') and nice_class ('尼斯商品类别号,可选'), but the third parameter, country (default US), is never mentioned — an agent would not know it can target non-US registries.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb+resource (scan a listing title/copy) and a clear scope: find US-registered trademark words and group them by risk. The '发品前一键自查' framing implicitly separates it from the per-term siblings like trademark_text_search, though no sibling is named explicitly.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Gives a clear usage context — pre-publication self-check of an entire listing title for infringing marks. However, it names no alternatives (e.g. trademark_text_search for single-word lookups) and states no when-not conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trademark_lookup_by_serialAInspect
按美国商标号(serial number)精确查该商标的详情与风险。
用于已知商标号(如收到侵权通知里的号)时直接查该标。走 idx_serial 索引,亚毫秒。
serial: USPTO 商标序列号,如 "78414956"。
返回: {serial, found, result:{mark, legal_status, applicant, risk_level, ...}}。
| Name | Required | Description | Default |
|---|---|---|---|
| serial | Yes | ||
| country | No | US |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden and adds useful behavior: it names the index used (idx_serial) and quotes sub-millisecond latency. It does not discuss permissions or failure behavior (e.g., what 'found: false' implies), so not a 5.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The definition is front-loaded with purpose, then usage, then param, then return shape. It is efficient, though the inline return-shape summary is somewhat verbose for the value it adds.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description usefully sketches the return shape ({serial, found, result:{mark, legal_status, applicant, risk_level}}), which is important for an agent. The unmentioned 'country' parameter is the main remaining gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate. It documents 'serial' with format guidance and an example ("78414956"), but the 'country' parameter is never mentioned in the text, leaving half the parameters undocumented.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb (查/lookup) and resource (商标 by serial number) and emphasizes exact matching, which implicitly distinguishes it from text-search siblings. It does not explicitly name an alternative sibling, keeping it at 4 rather than 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives a clear when-to-use cue: when the serial number is already known (e.g., from an infringement notice). No explicit when-not or named alternative sibling is provided, so it falls short of 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trademark_owner_profileAInspect
权利人/品牌的「维权方画像」:聚合其在美国的商标组合 + 是否为 TRO/Schedule A 高频维权方。
用于卖家评估某品牌是否激进维权(批量起诉 Schedule A + 临时禁令 TRO 常冻结账户)、是否应高度规避。
owner: 权利人或品牌名,如 "Nike" 或 "YETI"。
返回: {owner, is_enforcer, enforcement{level,note,src}, total_marks, live_marks,
top_classes[{nice,count}], tro_marks[], sample_marks[], risk_hint}。
is_enforcer=true 表示命中维权种子库,强烈建议规避;结果仅供参考,不构成法律意见。
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| country | No | US |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden and provides meaningful context: it explains what is_enforcer=true means (a hit in the enforcement seed library), strongly recommends avoidance, and includes a legal disclaimer. It does not explicitly state that the operation is read-only or mention auth/rate limits, but for a profile lookup these are largely implied.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with purpose, then usage, parameter meaning, return fields, and a disclaimer. The return field listing is necessary because no output schema exists, and the text is not overly verbose, though it could be slightly tighter.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and no annotations, the description provides the return fields and explains the owner parameter, but it omits any explanation of the country parameter and its effect on results. This gap leaves the agent without full guidance on how to use the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It explains the required owner parameter with examples ('Nike', 'YETI'), but completely omits the country parameter and its default, leaving half the parameters undocumented.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb+resource: it aggregates a brand's US trademark portfolio and determines whether it is a high-frequency TRO/Schedule A enforcer. This distinguishes it from search-oriented siblings, but it does not explicitly name or contrast with any sibling tool, so a 4 rather than 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It clearly states the usage context: for sellers to assess whether a brand aggressively enforces and whether to avoid it. It gives no explicit when-not-to-use conditions or alternative tools, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trademark_owner_searchAInspect
按权利人/申请人(applicant)查其名下的美国商标。
用于做竞品权利人画像、查某公司商标布局、识别高频维权方。
owner: 权利人/公司名,如 "Nike, Inc."。
live_only: 仅 Live,默认 False。limit: 默认 20。
返回: {owner, count, results:[{mark, nice_class, legal_status, risk_level, tro_alert?}]}。
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| owner | Yes | ||
| country | No | US | |
| live_only | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It usefully discloses defaults (live_only False, limit 20) and sketches the return shape, but says nothing about authorization, rate limits, or result caps beyond the default limit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Front-loaded with the core action, then use cases, then parameters, then return shape. Terse and wasted-motion-free, though the use-case line is somewhat prose-heavy relative to parameter detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Although no output schema exists, the description summarizes the return object (owner, count, results with mark/class/status/risk/tro_alert), which is the most valuable completeness element. The main gap is the undocumented country parameter.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate. It explains owner (with an example), live_only, and limit, but the 'country' parameter (default US) is never mentioned even though its existence is non-obvious — the description only implies US scope via prose, leaving one of four parameters undocumented.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource: search US trademarks under a given owner/applicant. The purpose is unambiguous. However, it never distinguishes itself from the closely related sibling 'trademark_owner_profile', which an agent could easily confuse with this tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides concrete usage scenarios (competitor owner profiling, portfolio review, identifying high-frequency enforcers), which implies when to reach for it. But there are no explicit alternatives or exclusions, especially versus 'trademark_owner_profile' and 'trademark_text_search', which share overlapping intent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trademark_text_searchAInspect
搜索与某个品牌名/商标词在美国注册商标库中冲突的商标(音/形/义近似检测)。
用于卖家给产品起品牌名前,查是否与已注册商标冲突。
query: 要核查的品牌名或商标词,例如 "Nike"。
nice_class: 尼斯商品类别号(如 "025"=服装鞋帽),可选;提供则按同类目重排风险等级。
live_only: 仅返回有效(Live)注册,默认 False。
limit: 返回条数,默认 10。
⚠️ 判读规则(重要):`count` 是返回的**最近邻条数**,恒等于 limit,**不是冲突数**——
即使该词完全无人注册,count 仍为 10。判断有无冲突请看 `has_conflicts` /
`conflict_count`(= 风险等级为「高」的条数)。
⚠️ `coverage.clearance_ok` 为 false 时,「无冲突」**不代表可注册**,必须结合当地检索。
返回: {query, conflict_count, has_conflicts, count, results:[...], coverage:{...}}。
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| country | No | US | |
| live_only | No | ||
| nice_class | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description carries the full burden, and it does substantial work: it warns that `count` equals limit and is NOT the conflict count, that judgments should use `has_conflicts`/`conflict_count`, and that a false `coverage.clearance_ok` means 'no conflict' is not clearance. It omits auth/permission and rate-limit behavior, but the interpretation caveats are exactly the kind of non-obvious behavior an agent needs.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Front-loaded with the purpose, then parameters, then the critical interpretation warnings. The warning block is long but each line is load-bearing; the trailing return-shape list is somewhat redundant filler given no output schema exists.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no annotations and no output schema, the description supplies both the safety/interpretation context and an inline sketch of the return object (query, conflict_count, has_conflicts, count, results, coverage). Only the undocumented `country` parameter and absent sibling routing keep it from being fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate, and it documents query (with an example), nice_class (with an example and its effect on risk re-ranking), live_only (meaning and default) and limit (default). It leaves the `country` parameter (default 'US') undocumented, which is the one clear gap for a 5-parameter tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource (search US trademark registry for conflicting marks by sound/form/meaning similarity) and adds the practical framing of checking a brand name before launch. It never names or contrasts with siblings such as graphic_trademark_search or trademark_lookup_by_serial, so the differentiation is implied by the tool name rather than stated.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says when to use it: before a seller names a product, to check for conflict with registered marks. It gives no exclusions or named alternatives (e.g. when to prefer graphic_trademark_search), but the context is unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
7 tool updates
- First observed
coverage_info - First observed
graphic_trademark_search - First observed
listing_scan - First observed
trademark_lookup_by_serial - First observed
trademark_owner_profile - First observed
trademark_owner_search - First observed
trademark_text_search
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.167 npm1MIT
- AlicenseCqualityAmaintenanceCompetitor Monitor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs119 npm37 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceEnables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.