euipo_search_designs
Pack: euipo · Endpoint: https://gateway.pipeworx.io/euipo/mcp
Search registered Community designs (RCD) at the EUIPO — “find registered EU designs owned by Adidas in Locarno class 02”. Use for design-filing landscape and competitor design portfolios. Returns matching designs (design number, indication of product, status, owner, Locarno classes, filing date) plus raw. Example: euipo_search_designs({ owner: “adidas”, locarno_classes: [“02”], _apiKey: “client_id:client_secret” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
indication | string | no | Indication of product / design keyword to match (wildcards added automatically), e.g. “footwear”. |
owner | string | no | Design owner / applicant name to match, e.g. “adidas”. |
locarno_classes | array | no | Locarno classification classes to filter by, e.g. [“02”, “09”]. |
items | string | no | |
status | string | no | Design status filter, e.g. “REGISTERED”, “EXPIRED”. Comma-separate for multiple. |
query | string | no | Advanced: raw RSQL filter passed through verbatim (e.g. indicationOfProduct==“footwear”;locarnoClasses=in=(02)). Overrides the friendly params above. |
size | integer | no | Max results per page (default 20, max 100). |
page | integer | no | Zero-based page index for pagination (default 0). |
_apiKey | string | yes | EUIPO 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_designs","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.