euipo_search_trademarks

Pack: euipo · Endpoint: https://gateway.pipeworx.io/euipo/mcp

Search EU trademarks (EUTM) at the EUIPO — “find EU trademarks containing NIKE in Nice classes 9 and 25”. Use for EU brand clearance and competitor trademark portfolios. Returns matching marks (application number, mark text, status, owner, Nice classes, filing date) plus raw. Example: euipo_search_trademarks({ verbal_element: “nike”, nice_classes: [9, 25], status: “REGISTERED”, _apiKey: “client_id:client_secret” })

Parameters

NameTypeRequiredDescription
verbal_elementstringnoText/word element of the mark to match (wildcards added automatically), e.g. “nike”. Multi-word values are quoted safely.
applicantstringnoApplicant / owner name to match, e.g. “Nike Innovate”.
nice_classesarraynoNice classification classes to filter by, e.g. [9, 25].
itemsintegerno
statusstringnoTrademark status filter, e.g. “REGISTERED”, “APPLICATION_FILED”, “EXPIRED”. Comma-separate for multiple.
querystringnoAdvanced: raw RSQL filter passed through verbatim (e.g. verbalElement==“nike”;niceClasses=in=(9,25)). Overrides the friendly params above.
sizeintegernoMax results per page (default 20, max 100).
pageintegernoZero-based page index for pagination (default 0).
_apiKeystringyesEUIPO OAuth credentials as “client_id:client_secret” from dev.euipo.europa.eu.

Example call

curl -X POST https://gateway.pipeworx.io/euipo/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"euipo_search_trademarks","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "euipo": {
      "url": "https://gateway.pipeworx.io/euipo/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 15, 2026