record
Pack: digitalnz · Endpoint: https://gateway.pipeworx.io/digitalnz/mcp
Fetch full details for one DigitalNZ item by id — a DigitalNZ record id (the “id” field from search).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | e.g. “1234567”. |
_apiKey | string | no | DigitalNZ API key (optional). |
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":"record","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.