MCP server exposing 3 tools for nplg-catalog.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/nplg-catalog/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
nplg_search — Search the union catalogue of the National Parliamentary Library of Georgia by keyword, title, author or subject. Returns the true number of matching records alongside the page of citations, each with its permanent bib id, title (Georgian with a parallel Latin title where the record carries one), author, imprint and material type. Queries work in Georgian (მხედრული) or Latin script. Narrow by material with `scope` (books, periodicals, maps, dissertations, archival documents…). Pages 50 at a time via `offset`.nplg_record_marc — Fetch the full MARC record for one bib id in the National Parliamentary Library of Georgia catalogue (the `bib_id` nplg_search returns, e.g. "b4972685"). Returns the leader, control fields and every data field with its indicators and subfields kept separate — so the 041 language codes and the parallel Georgian/English 245 stay machine-readable rather than flattened into one string.nplg_dlibrary_search — 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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/nplg-catalog/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io