Russian trademark clearance: Rospatent search, similarity, status, TMview, Nice classes.
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.
Cursor / Claude Desktop (mcp.json / claude_desktop_config.json):
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 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 — numbersearch_tmview — query, classes?, territories?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.
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.
| Tool | What it does |
|---|---|
| MCP_TRADEMARKS_API_KEY | Ключ Pro (заголовок X-API-Key). [Получить](https://atomno-mcp.ru/pricing#trademarks-pro) |
| 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? |
{
"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.
| Variable | Description | Required |
|---|---|---|
| MCP_TRADEMARKS_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.