MCPs for Riksarkivet (WIP):
- Riksarkivet OAIPMH API Integration: https://github.com/Riksarkivet/dataplattform/wiki/OAI-PMH
- Riksarkivet IIIF API Integration: https://github.com/Riksarkivet/dataplattform/wiki/IIIF
- Riksarkivet Search API Integration https://github.com/Riksarkivet/dataplattform/wiki/Search-API
- HTRflow app : https://huggingface.co/spaces/Agents-MCP-Hackathon/htrflow_mcp
Server Config
{
"mcpServers": {
"gradio": {
"command": "npx",
"args": [
"mcp-remote",
"https://agents-mcp-hackathon-htrflow-mcp.hf.space/gradio_api/mcp/sse",
"--transport",
"sse-only"
]
}
}
}