MCP.so
登录
O

Oxenstierna

@AI-Riksarkivet

关于 Oxenstierna

MCPs for Riksarkivet (WIP):

基本信息

分类

其他

传输方式

stdio

发布者

AI-Riksarkivet

提交者

Gabriel Borg

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器