MCP Server

Russian trademark clearance: Rospatent search, similarity, status, TMview, Nice classes.

Remote serverstreamable-httpGo

What is the MCP MCP server?

Most developer tooling work still happens through a UI a human drives. MCP MCP server moves it into the conversation instead. Russian trademark clearance: Rospatent search, similarity, status, TMview, Nice classes.

The short version

Cursor / Claude Desktop (mcp.json / claude_desktop_config.json):

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 8 tools. What each one is for:

  • MCP_TRADEMARKS_API_KEY — Ключ Pro (заголовок X-API-Key). Получить
  • MCP_TRADEMARKS_API_BASE — URL hosted-бэкенда (по умолчанию — прод)
  • MCP_TRADEMARKS_TIMEOUT — Таймаут HTTP, сек (default 30)
  • MCP_TRADEMARKS_LOG_LEVEL — Уровень логирования (DEBUG/INFO/WARNING/ERROR, default WARNING)
  • search_trademark — query, classes?, status_filter?, limit?
  • assess_similarity — candidate, against?, classes?
  • get_trademark_status — number
  • search_tmview — query, classes?, territories?

What it needs from you

Configuration is passed through the environment: MCP_TRADEMARKS_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP's toolset — MCP_TRADEMARKS_API_KEY, MCP_TRADEMARKS_API_BASE, MCP_TRADEMARKS_TIMEOUT and 5 more — is a fair guide to whether it matches your workflow. It is maintained by atomno-mcp; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
MCP_TRADEMARKS_API_KEYКлюч Pro (заголовок X-API-Key). [Получить](https://atomno-mcp.ru/pricing#trademarks-pro)
MCP_TRADEMARKS_API_BASEURL hosted-бэкенда (по умолчанию — прод)
MCP_TRADEMARKS_TIMEOUTТаймаут HTTP, сек (default 30)
MCP_TRADEMARKS_LOG_LEVELУровень логирования (DEBUG/INFO/WARNING/ERROR, default WARNING)
search_trademarkquery, classes?, status_filter?, limit?
assess_similaritycandidate, against?, classes?
get_trademark_statusnumber
search_tmviewquery, classes?, territories?

How to install the MCP MCP server

{
  "mcpServers": {
    "trademarks": {
      "command": "uvx",
      "args": ["atomno-mcp-trademarks"],
      "env": {
        "MCP_TRADEMARKS_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
MCP_TRADEMARKS_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use MCP to MCP TRADEMARKS API KEY.
  • Use MCP to MCP TRADEMARKS API BASE.
  • Use MCP to MCP TRADEMARKS TIMEOUT.

Frequently asked questions

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