mcp-trademarks
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TRADEMARKS_API_KEY | Yes | Ключ Pro (заголовок X-API-Key). | |
| MCP_TRADEMARKS_TIMEOUT | No | Таймаут HTTP, сек (default 30). | |
| MCP_TRADEMARKS_API_BASE | No | URL hosted-бэкенда (по умолчанию — прод). | |
| MCP_TRADEMARKS_LOG_LEVEL | No | Уровень логирования (DEBUG/INFO/WARNING/ERROR, default WARNING). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_trademarkC | Поиск тождественных и сходных товарных знаков/заявок по словесному обозначению (реестр ФИПС/Роспатента). Тариф Pro. |
| assess_similarityB | Справочная оценка сходства до степени смешения (фонетика/графика/семантика, риск low/med/high). НЕ гарантия. Тариф Pro. |
| get_trademark_statusA | Статус по номеру заявки/свидетельства: приоритет, регистрация, классы МКТУ, правообладатель, срок. Тариф Pro. |
| search_tmviewB | Международный поиск в открытой базе TMview (зарубежные реестры). Тариф Pro. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: similarity assessment (assess_similarity), status lookup by ID (get_trademark_status), international registry search (search_tmview), and national registry search (search_trademark). No overlap or ambiguity.
All names follow a consistent verb_noun pattern using lowercase underscores: assess_similarity, get_trademark_status, search_tmview, search_trademark. The pattern is predictable and uniform.
With 4 tools, the server is well-scoped for its purpose—covering search (national and international), status retrieval, and similarity assessment. No excess or deficiency for the domain.
Core trademark workflows are covered: national search, international search, status lookup, and similarity assessment. Missing features like batch search or portfolio management, but these are reasonable exclusions for the stated scope.