mcp-libraryofcongress
Related Servers
Alternatives to mcp-libraryofcongress
- AlicenseAqualityBmaintenanceAn MCP server for the Internet Archive that enables searching the full text of digitized books, browsing the catalogue, and reading Wayback Machine captures. No API key or configuration required.6156 npmMIT
Related Servers
- AlicenseAqualityBmaintenanceMCP server for searching and retrieving full-text pages from the Library of Congress, including newspapers, books, and manuscripts, via the loc.gov API.3Apache 2.0
- AlicenseAqualityAmaintenanceAn MCP server that searches across the Internet Archive and Library of Congress at once, merging results while keeping each archive's differences. Provides tools to search inside texts, search catalogues, and retrieve item records, all read-only and without an API key.381 npmMIT
- FlicenseNot gradedqualityFmaintenanceAn MCP server that searches library catalogs worldwide using the SRU protocol, enabling bibliographic search without API keys.-
- AlicenseAqualityCmaintenanceMCP server for searching and accessing historical Austrian newspapers from ANNO, providing full-text search, snippet extraction, and OCR text download.3Apache 2.0
- AlicenseAqualityBmaintenanceMCP server and CLI for full-text search of the Deutsches Zeitungsportal (German newspaper collection), enabling querying ~33.8 million digitized pages with Solr syntax, date/title/place filters, and snippet highlights.3Apache 2.0
- FlicenseAqualityAmaintenanceAn MCP server that enables interaction with Kiwix HTTP servers to browse, search, and retrieve content from offline ZIM books like Wikipedia. It provides tools for listing available library resources and fetching full-text articles as plain text.36-
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: full-text newspaper search (search_newspapers), catalog metadata search across media types (search_items), record retrieval by identifier (get_item), and collection browsing (list_collections). The descriptions explicitly cross-reference each other to prevent confusion, such as noting that search_items should be used for titles/creators while search_newspapers is for printed text.
All tool names follow a consistent verb_noun pattern in snake_case: search_newspapers, search_items, get_item, list_collections. The naming convention is uniform and predictable, making it easy to infer tool behavior from names alone.
With just 4 tools, the server is well-scoped for its purpose. It covers the essential operations for searching, retrieving, and browsing Library of Congress resources without unnecessary bloat. Each tool earns its place as a distinct and necessary part of the workflow.
The tool surface covers the core workflows: search both full-text newspapers and catalog metadata, retrieve detailed records, and discover curated collections. Minor gaps exist, such as no dedicated tool for viewing collection details or listing all newspapers, but these can be worked around using existing filters and get_item.