search_objects

Pack: va-museum · Endpoint: https://gateway.pipeworx.io/va-museum/mcp

Search the Victoria & Albert Museum (V&A) — the world’s leading art & design museum. Find objects across 1M+ items (furniture, fashion, ceramics, photographs, paintings, jewellery, sculpture) by keyword. Returns id, title, maker, date, place, type, and thumbnail. Use the returned id with get_object for full details. Keyless.

Parameters

NameTypeRequiredDescription
querystringyesFree-text keyword search (e.g. “Jasper Morrison chair”, “Tudor portrait”, “Japanese ceramics”).
limitnumbernoMax results to return (default 15, max 100).
pagenumbernoPage number, 1-based (default 1).
with_imagesbooleannoIf true, only return objects that have images (default false).

Example call

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

Connect

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

{
  "mcpServers": {
    "va-museum": {
      "url": "https://gateway.pipeworx.io/va-museum/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026