Trademark MCP Server

[该MCP服务提供全面的商标信息查询功能,包括商标搜索、商标概况统计等,帮助用户进行商标查询、情况分析和状态跟踪。](https://www.handaas.com/)

Remote serverstreamable-httpPython

What is the Trademark MCP server?

Trademark becomes available to MCP clients through the trademark mcp server. 该MCP服务提供全面的商标信息查询功能,包括商标搜索、商标概况统计等,帮助用户进行商标查询、情况分析和状态跟踪。.

What Trademark does

该MCP服务提供全面的商标信息查询功能,包括商标搜索、商标概况统计等,帮助用户进行商标查询、情况分析和状态跟踪。

Tools it exposes

Once connected, the assistant can call these 14 tools directly:

  • total — 总数
  • resultList — 商标列表
  • tmAgentName — 代理机构名称
  • tmAgentNameId — 代理机构id
  • tmCompanyNameId — 申请人id
  • tmName — 商标名称
  • tmImage — 商标图片链接
  • tmApplicationTime — 申请日期
  • tmCompanyName — 申请人名称
  • tmRegNum — 申请号
  • tmRegTime — 注册日期
  • tmServiceContents — 商品服务项
  • tmStatus — 商标状态
  • tmTrialTime — 初审公告日期

Installing the trademark mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Configuration

Before the server will start you need to supply 4 environment variables: PYTHONPATH, INTEGRATOR_ID, SECRET_ID, SECRET_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Trademark sits in that group, and the shape of its toolset — total, resultList, tmAgentName among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This is a hosted server — you point your client at an endpoint rather than running a local process, so there is nothing to keep updated on your machine.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • With 14 tools exposed, expect a noticeable bump in prompt size — disable it in projects that never use Trademark.
  • Maintained by handaas, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the trademark mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
total总数
resultList商标列表
tmAgentName代理机构名称
tmAgentNameId代理机构id
tmCompanyNameId申请人id
tmName商标名称
tmImage商标图片链接
tmApplicationTime申请日期
tmCompanyName申请人名称
tmRegNum申请号
tmRegTime注册日期
tmServiceContents商品服务项
tmStatus商标状态
tmTrialTime初审公告日期

Configuration

VariableDescriptionRequired
PYTHONPATHFilesystem location the server is allowed to use.Optional
INTEGRATOR_IDConfiguration value read at startup.Optional
SECRET_IDCredential the server authenticates with.Yes
SECRET_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Trademark to total.
  • Use Trademark to resultList.
  • Use Trademark to tmAgentName.

Frequently asked questions

It connects Trademark to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (total, resultList, tmAgentName, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Trademark directly.