MCP.so
Sign In
O

Oxenstierna

@AI-Riksarkivet

About Oxenstierna

MCPs for Riksarkivet (WIP):

Basic information

Category

Other

Transports

stdio

Publisher

AI-Riksarkivet

Submitted by

Gabriel Borg

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "gradio": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://agents-mcp-hackathon-htrflow-mcp.hf.space/gradio_api/mcp/sse",
        "--transport",
        "sse-only"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Oxenstierna?

Oxenstierna is an MCP (Model Context Protocol) server that provides programmatic access to the Swedish National Archives (Riksarkivet) through multiple APIs including OAI-PMH, IIIF Image, IIIF Presentation, and Riksarkivet’s Search API. It is designed for researchers, historians, and developers who need to search, explore, and retrieve archival records and images.

How to use Oxenstierna?

Add the server to your MCP client (e.g., Claude Desktop) following the integration steps documented in the README. Once connected, use the provided tools in a search-based workflow: start by calling search_records with keywords, then explore collections with get_collection_info, examine image batches with get_manifest_info, and finally download specific images with get_manifest_image.

Key features of Oxenstierna

  • Search transcribed records by keyword using the Search API
  • Explore available content in a collection
  • Retrieve metadata via OAI-PMH API
  • Access IIIF Image and Presentation APIs
  • Download images from specific batches or entire collections
  • Build custom IIIF image URLs with parameters

Use cases of Oxenstierna

  • Search for historical documents by transcribed text (e.g., “coffee”, “medical records”)
  • Explore a collection’s structure and available image batches
  • Download all images from a collection for further analysis
  • Build IIIF-compliant image URLs for custom viewers
  • Integrate archival research workflows into AI-assisted tools

FAQ from Oxenstierna

What APIs does Oxenstierna integrate with?

It integrates with Riksarkivet’s OAI-PMH Metadata API, IIIF Image API, IIIF Presentation API, and the Search API for transcribed text.

How do I search for records?

Use the search_records tool with keyword(s) to find records. The server returns PIDs (identifiers) that you can then use with other tools.

Can I download images from a collection?

Yes, use get_manifest_image to download a specific image or get_all_images_from_pid to download all images from a collection.

Is IIIF content search supported?

No, IIIF content search is explicitly noted as not a viable option in this implementation.

How do I integrate Oxenstierna with Claude Desktop?

The README includes documentation on how to add the server to Claude Desktop, with instructions for configuration.

Comments

More Other MCP servers