nara-mcp-server
Read-only Model Context Protocol server for the US National Archives Catalog API, enabling search and retrieval of archival records, child records, extracted text, comments, and tags.
README
NARA MCP Server
Read-only Model Context Protocol server for the US National Archives Catalog API.
The server uses the public National Archives Catalog API and expects an API key
in the NARA_API_KEY environment variable. Do not commit your key.
Data attribution: API responses come from the US National Archives Catalog. Follow the National Archives API Terms of Service and attribution guidance: https://www.archives.gov/research/catalog/help/api-terms-of-service
Tools
search_records: Search National Archives Catalog records.get_record: Fetch a single record by National Archives Identifier.get_child_records: Fetch records under a parent National Archives Identifier.get_record_extracted_text: Fetch extracted text for a record.get_record_comments: Fetch comments for a record.get_record_tags: Fetch tags for a record.catalog_request: Advanced read-only GET request for supported Catalog API paths.
Setup
npm install
npm run build
Set your API key:
export NARA_API_KEY="your-api-key"
Optional:
export NARA_API_BASE_URL="https://catalog.archives.gov/api/v2"
Run
npm start
Claude Desktop Example
{
"mcpServers": {
"nara": {
"command": "node",
"args": ["/absolute/path/to/nara-mcp-server/dist/index.js"],
"env": {
"NARA_API_KEY": "your-api-key"
}
}
}
}
Development
npm run check
npm run dev
Notes
This project intentionally exposes read-only operations. National Archives contribution endpoints require additional policy care and a key with write permissions, so they are not included.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.