nplg_dlibrary_search

Pack: nplg-catalog · Endpoint: https://gateway.pipeworx.io/nplg-catalog/mcp

Search the digital library of the National Parliamentary Library of Georgia — a small full-text collection of scanned print archive, dissertations and posters. Each hit carries authors, date of issue, a full source citation, subject headings in Georgian, Russian and English, a Dewey subject and a stable item URL. Pages 10 at a time.

Parameters

NameTypeRequiredDescription
querystringyesSearch terms. Georgian or Latin script both work.
collectionstringnoWhich collection to search: all (default), print_archive, dissertations, posters.
pageintegerno1-based page number; the page size is 10.

Example call

Arguments

{
  "query": "tbilisi"
}

curl

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

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('nplg_dlibrary_search', {
  "query": "tbilisi"
});

More examples

{
  "query": "საქართველო",
  "page": 2
}

Connect

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

{
  "mcpServers": {
    "nplg-catalog": {
      "url": "https://gateway.pipeworx.io/nplg-catalog/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 10, 2026