MCP server exposing 4 tools for georgia-archives.
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/georgia-archives/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
archives_library_search — Search the scientific reference library catalogue of the National Archives of Georgia (Koha ILS) by keyword, title, author or subject. Returns a true result total plus the page of records, each with its permanent biblionumber and catalogue URL. Records are Georgian-language with parallel Latin titles where the record has one. Pages 20 at a time via offset.archives_library_record — Fetch one catalogue record from the National Archives of Georgia reference library by its biblionumber (the id archives_library_search returns), as parsed MARC. Returns the full MARC field/subfield structure plus a flattened summary of title, authors, imprint, ISBN, languages and physical description.archives_fonds_browse — Browse the fonds register of the National Archives of Georgia — roughly 14,650 fonds across 586 pages, 25 per page. Each row gives the holding regional archive, the archive name, the fond number, the fond name, the historical names the fond carried with their date ranges, and the inclusive dates of its administrative and personnel records. Browse only: the register has no query API.archives_film_search — Search the Georgian national film catalogue (kinokatalogi, National Archives of Georgia) — 652 newsreels, documentaries and features. Filter by title with `name`; returns each film with its release year, genre, and its directors and camera operators as {id, name} objects carrying the catalogue's own person ids. Paginates 15 at a time with a true total.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/georgia-archives/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io