euipo_trademark

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

Retrieve a single EU trademark by its application or registration number from the EUIPO — “look up EUTM 018123456”. Returns the full record (mark text, status, owner/representative, Nice classes, goods & services, filing/registration/expiry dates) plus raw. Example: euipo_trademark({ number: “018123456”, _apiKey: “client_id:client_secret” })

Parameters

NameTypeRequiredDescription
numberstringyesEUTM application or registration number, e.g. “018123456”.
_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_trademark","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