# Rijksmuseum MCP for AI Agents AI Agent Connect

> Rijksmuseum MCP gives your agent direct access to the Rijksmuseum's digital archives. You can query the world-class art collection, browse the research library, and pull high-resolution image metadata for Dutch masterpieces like those by Rembrandt. It turns your AI into a specialized research tool for art history and cultural heritage.

## Overview
- **Category:** knowledge-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_6YIkIaAhivuXu3HoHaQeJy3j71TH7KdxS3XNAZ2V/ai-agent-connect
- **Tags:** art-history, museum-api, linked-data, iiif, cultural-heritage

## Description

Digging through centuries of Dutch art history usually means jumping between different museum databases, hunting for specific bibliographic records, and trying to figure out where to find the best version of a high-resolution image. This Connector changes that by giving your agent direct access to the museum's data ecosystem. You can ask your agent to find specific works by creator or technique, pull records from the research library, or grab standardized image manifests for deep analysis. It stops the manual clicking and lets you move from a general question to specific, accurate metadata in one go. Instead of opening five tabs to find a single painting's provenance, your agent does the heavy lifting of navigating the API for you. This is a major shift for anyone who needs to move from a general curiosity to a specific, data-backed finding without the friction of manual searching. Whether you are looking for a lost masterpiece or a technical report on a famous painting, the data is now right there in your chat window. You can even pull large datasets for analysis or explore the linked open data streams to see how objects are connected across history. This connection handles the complex work of querying the archives, meaning you get clean, usable information every time. Since Vinkius hosts this, you can plug it into your existing setup and start pulling real-world cultural data into your projects immediately. It turns your AI into a specialized research partner that knows exactly where the treasures are kept, allowing you to focus on the analysis rather than the hunt.

## Tools

### resolve_pid
Turn a persistent identifier into the latest metadata. It ensures you're always looking at the most current information.

### get_iiif_image_info
Get specific metadata for images in IIIF format. This helps you understand the technical specs of high-resolution assets.

### get_iiif_manifest
Pull the presentation manifest for an image. You'll use this to see how the museum structures its digital objects.

### get_ldes_collection
Access the Linked Data Event Streams collection. It's the best way to see updates in the museum's linked data.

### get_ldes_dataset
Grab a specific LDES dataset. Use this to pull targeted chunks of linked data for your project.

### oai_pmh_request
Harvest metadata using the OAI-PMH protocol. This is perfect for large-scale data collection from the museum.

### search_collection
Filter the museum's holdings by creator, material, or technique. This is your primary way to find specific artworks.

### search_library
Query the research library using Contextual Query Language. Use this to find specific books and academic records.

## Prompt Examples

**Prompt:** 
```
Search the Rijksmuseum collection for paintings by Johannes Vermeer.
```

**Response:** 
```
I've found several works by Johannes Vermeer, including 'The Milkmaid' (SK-A-2344) and 'The Love Letter' (SK-A-1595). Would you like to see the detailed description or IIIF manifest for any of these?
```

**Prompt:** 
```
Find books about the restoration of 'The Night Watch' in the research library.
```

**Response:** 
```
Searching the library records... I found several bibliographic entries related to the restoration of Rembrandt's 'Night Watch', including technical reports and exhibition catalogs. Here are the top results...
```

**Prompt:** 
```
Get the IIIF image info for the identifier 'SK-C-5'.
```

**Response:** 
```
Retrieving IIIF metadata for 'The Night Watch' (SK-C-5)... The image is available at a maximum resolution of 12000x10000 pixels with support for multiple zoom levels and formats. You can access the tiles via the following base URL...
```

## Capabilities

### Search the museum collection
Find specific artworks by filtering for creator, material, title, or time period.

### Browse the research library
Query bibliographic records to find books, reports, and academic references.

### Pull high-res image manifests
Get standardized IIIF manifests to inspect high-resolution digital assets.

### Harvest open data
Access metadata via OAI-PMH or explore linked data event streams.

### Resolve persistent identifiers
Turn a PID into the most current and accurate metadata for any object.

## Use Cases

### Finding a specific painting
A student asks for Vermeer paintings and the agent lists them with IDs using search_collection.

### Academic research
A historian asks for books on 'The Night Watch' restoration, and the agent pulls library records using search_library.

### High-res inspection
A developer needs to know the max resolution of a specific object, so the agent pulls IIIF info using get_iiif_image_info.

### Data harvesting
A scientist wants to see all works from a specific period, and the agent uses oai_pmh_request to fetch the metadata.

## Benefits

- Get precise art history data by using search_collection to filter by creator or material.
- Access academic records quickly with search_library to find specific bibliographic entries.
- Handle high-resolution images easily by pulling IIIF manifests with get_iiif_manifest.
- Keep your data current by using resolve_pid to get the latest metadata for any object.
- Pull large datasets for analysis using oai_pmh_request or get_ldes_collection.

## How It Works

The bottom line is you get a direct line to the Rijksmuseum archives without leaving your chat interface.

1. Subscribe to the Rijksmuseum MCP on Vinkius.
2. Enter your Rijksmuseum API Key in the configuration.
3. Ask your agent to find art, books, or image data.

## Frequently Asked Questions

**Can I use the Rijksmuseum MCP to find specific artworks?**
Yes, you can search by creator, title, material, or time period to find specific pieces in the collection.

**Does the Rijksmuseum MCP provide high-resolution images?**
It provides the IIIF manifests and metadata, which allow you to access high-resolution images and zoom levels.

**Can I search the research library with the Rijksmuseum MCP?**
Yes, it allows you to query bibliographic records for academic research and find specific books or reports.

**How do I get the latest metadata for an object?**
You can use the persistent identifier tool to ensure you're getting the most up-to-date information for any given piece.

**Can I use this for large-scale data collection?**
Yes, it supports OAI-PMH and LDES, which are standard for harvesting metadata for data science or app development.

**Is the Rijksmuseum MCP good for art history students?**
It's perfect for students who need to find primary sources, bibliographic records, and high-quality image metadata quickly.

**How can I find all paintings by a specific artist like Rembrandt?**
You can use the `search_collection` tool and provide the artist's name in the `creator` field. You can also refine the search by setting the `type` to 'painting'.

**Can I search for books and research papers related to an artwork?**
Yes! Use the `search_library` tool to query the Rijksmuseum Research Library. You can search by subject, author, or title using CQL queries.

**How do I access high-resolution image data for a masterpiece?**
Use the `get_iiif_manifest` tool with the object's identifier. This provides a standardized manifest containing image sequences and metadata for high-resolution viewing.