Loading...

This MCP server provides access to the Rijksmuseum's art collection, enabling AI models to search, analyze, and explore artworks through natural language.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server provides access to the Rijksmuseum's art collection, enabling AI models to search, analyze, and explore artworks through natural language.
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.
Performance is dependent on the Rijksmuseum API's response times and network latency. High-resolution image retrieval may require significant bandwidth.
Cost is primarily associated with the usage of the Rijksmuseum API. Monitor API usage to avoid unexpected charges.
{
"mcpServers": {
"rijksmuseum-server": {
"command": "npx",
"args": [
"-y",
"mcp-server-rijksmuseum"
],
"env": {
"RIJKSMUSEUM_API_KEY": "your_api_key_here"
}
}
}
}RIJKSMUSEUM_API_KEYsearch_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.
API Key
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.
The server primarily supports read-only operations, limiting the risk of unintended modifications. Sandboxing is implicit due to the nature of the API interaction.
Production Tip
Monitor API usage and implement rate limiting to prevent exceeding the Rijksmuseum API's limits.
You need an API key from the Rijksmuseum API Portal.
Set the `RIJKSMUSEUM_API_KEY` environment variable.
You can search for artworks, retrieve details, access images, and explore user collections.
No, this server only supports read-only operations.
The server will return an error message indicating that the rate limit has been exceeded.
You can explore user-created collections, but you cannot directly create or modify collections through this server.
The server primarily interacts with the Rijksmuseum API, which may support multiple languages depending on the available data.