Rijksmuseum MCP Server

open_image_in_browser

Open a high-resolution image of an artwork in the default web browser for viewing. This tool is useful when you want to examine an artwork visually or show it to the user. Works with any valid Rijksmuseum image URL.

Input Schema

NameRequiredDescriptionDefault
imageUrlYesThe full URL of the artwork image to open. Must be a valid HTTP/HTTPS URL from the Rijksmuseum's servers. These URLs can be obtained from artwork search results or details.

Input Schema (JSON Schema)

{ "properties": { "imageUrl": { "description": "The full URL of the artwork image to open. Must be a valid HTTP/HTTPS URL from the Rijksmuseum's servers. These URLs can be obtained from artwork search results or details.", "type": "string" } }, "required": [ "imageUrl" ], "type": "object" }