search

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

Search the DigitalNZ collection by keyword. Returns matching items with ids (pass an id to record), titles, creators/sources, dates and links.

Parameters

NameTypeRequiredDescription
querystringyesKeyword(s).
limitnumbernoMax results (1-100, default 20).
pagenumbernoPage (1-based, default 1).
_apiKeystringnoDigitalNZ API key (optional) (auto-injected by the platform).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 26, 2026