Library of Congress

Library of Congress MCP Connector for Claude

F

Search and retrieve millions of historical items, maps, photos, and manuscripts from the world's largest library.

8 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI agent to the Library of Congress (LOC) and explore the vast digital archives of the United States' oldest federal cultural institution. Access millions of records, from historical newspapers to rare maps and sound recordings.

What you can do

  • Global Search — Search across the entire LOC catalog including items, legislation, and blogs using the search tool.
  • Digital Collections — Browse and list all available digital collections or drill down into specific ones like the 'Abraham Lincoln Papers' using list_collections and get_collection_items.
  • Format-Specific Discovery — Filter your research by specific media types such as maps, audio, or photos with search_format.
  • Deep Bibliographic Research — Retrieve detailed metadata and digital resource links for specific items using get_item.
  • OCR & Text Analysis — Access full-text OCR, word coordinates, and context snippets for digitized documents via get_text_service.
  • Technical Image Metadata — Fetch IIIF technical data for high-resolution images using get_image_info.

How it works

  1. Subscribe to this server
  2. Enter your Library of Congress API Key (optional but recommended for higher rate limits)
  3. Start researching historical data directly from your MCP-compatible client

Who is this for?

  • Researchers & Historians — Instantly find primary sources and bibliographic data without manual catalog navigation.
  • Educators & Students — Access digitized manuscripts and historical records for curriculum development.
  • Data Scientists — Utilize OCR services and metadata for large-scale historical text analysis.
digital-archiveshistorical-datacatalog-searchmetadatapublic-recordsresearch-tools

8 tools expose this connector's capabilities to your AI agent.

get_collection_items

List items within a specific collection

list_collections

List all digital collections

search_format

g., maps, photos, audio). Search items of a specific format

get_image_info

json for a specific image identifier. Get technical metadata about an image (IIIF)

get_item

Get detailed bibliographic data for a single item

get_resource

g., a specific page of a newspaper) using resource_id. Get access to discrete digitized files

search

using a keyword query. Search the entire Library of Congress website

get_text_service

Access full-text OCR, word coordinates, and context snippets

See how to talk to your AI agent using Library of Congress.

Search the Library of Congress for Civil War maps of Virginia.

I've found several maps. Notable items include 'Map of the seat of war in Virginia' (1861) and 'Central Virginia: showing Lieut. Gen'l. U.S. Grant's campaign'. Would you like the bibliographic details for any of these?

List all items in the 'world-war-i-posters' collection.

Retrieving items from the World War I Posters collection... I've found items like 'I want you for U.S. Army' and 'Destroy this mad brute'. There are 25 items on the first page. Should I fetch more or get details for a specific poster?

Get the full text for the document segment 'service/gdc/gdcscd/00/01/02/03/0001.txt'.

Accessing text services... I have retrieved the full OCR transcript for that segment. It begins with: 'PROCEEDINGS OF THE CONVENTION...'. Would you like me to summarize the content or search for a specific term within it?

Yes! Use the `search_format` tool and specify the format parameter (e.g., 'maps', 'photos', 'audio') along with your query to get targeted results.

Related Connectors