Riksarkivet MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_transcribedA | Search for keywords in transcribed historical documents from the Swedish National Archives (Riksarkivet). |
| browse_documentA | Browse specific pages of a document by reference code and view full transcriptions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_table_of_contents | Get the table of contents (Innehållsförteckning) for the Riksarkivet historical guide. |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: 'search_transcribed' is for discovering documents via keyword searches, while 'browse_document' is for retrieving full transcriptions of specific pages. There is no overlap or ambiguity between them; each serves a different stage in the document exploration workflow.
Both tools follow a consistent verb_noun naming pattern ('search_transcribed' and 'browse_document'), using snake_case throughout. The verbs 'search' and 'browse' accurately reflect their distinct functions, and the pattern is uniform across the tool set.
With only two tools, the server feels under-scoped for its domain of historical document exploration. While the tools cover search and viewing, there are likely missing operations such as filtering by metadata, listing document collections, or handling user sessions. A typical server in this domain would benefit from 5-10 tools for a more complete surface.
The server provides core search and browse functionality, but there are notable gaps. It lacks tools for document metadata retrieval, collection browsing, or advanced filtering beyond keyword search. Agents can work around this by using the existing tools iteratively, but the surface is incomplete for comprehensive historical research workflows.