How to Use the National Archives Catalog MCP in Cursor
Write code that pulls real historical metadata and manages NARA contributions inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect National Archives Catalog MCP to Cursor
Create your Vinkius account to connect National Archives Catalog to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject real archival data into your Cursor workspace
Pulling actual National Archives Catalog metadata directly into your active Cursor file is exactly what the `search_records_by_text` tool does. Cursor reads the live NARA API payload to build accurate data structures instead of relying on outdated training data. Using `get_record_stats` lets Cursor check the contribution volume of specific collections while you write your analysis scripts. This prevents integration errors by letting Cursor test real NARA API shapes during development.
Manage user tags using this Cursor MCP Server
By executing the `create_tag` tool, Cursor programmatically tags National Archives Catalog records as you build curation pipelines. You can write scripts in Cursor that analyze NARA documents and apply metadata updates with zero manual typing. If you need to clean up test data, `delete_contributions` removes multiple NARA entries in a single step. This makes debugging your NARA metadata pipelines fast because Cursor handles the cleanup directly.
Track archival contributors from your editor
Retrieving public profile information for specific National Archives Catalog contributors is handled by the `get_user` tool. You can build Cursor applications that credit volunteers by pulling their NARA contribution history straight into your code. With `get_comments_by_userid`, Cursor maps out user discussions across various historical collections. This helps you build community dashboards in Cursor with real, live data from the National Archives Catalog.
Set up National Archives Catalog MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the National Archives Catalog MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent National Archives Catalog transactions." If the MCP tools are loaded correctly, Cursor will call the National Archives Catalog tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"national-archives-catalog-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by National Archives Catalog. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about National Archives Catalog MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the National Archives Catalog MCP today
We host it, we monitor it, we maintain it. You just paste one token.