Loading...
{
"mcpServers": {
"rijksmuseum-server": {
"command": "npx",
"args": [
"-y",
"mcp-server-rijksmuseum"
],
"env": {
"RIJKSMUSEUM_API_KEY": "your_api_key_here"
}
}
}
}search_artworkSearches and filters artworks based on various criteria.
Read-only operation, no modification of data.
get_artwork_detailsRetrieves comprehensive information about a specific artwork.
Read-only operation, no modification of data.
get_artwork_imageAccesses high-resolution image data of an artwork.
Read-only operation, no modification of data.
get_user_setsExplores user-created collections of artworks.
Read-only operation, no modification of data.
get_user_set_detailsAccesses detailed information about a specific user-created collection.
Read-only operation, no modification of data.
open_image_in_browserOpens an artwork image directly in the browser.
Read-only operation, no modification of data.
get_artist_timelineGenerates a chronological timeline of an artist's works.
Read-only operation, no modification of data.
This server is relatively safe for exploration and analysis of the Rijksmuseum's collection. The primary risk lies in the potential misuse of the API key and the reliance on the security of the external Rijksmuseum API. Ensure proper API key management and monitor usage to mitigate risks.