Back to MCP Directory
Rijksmuseum
Model Context Protocol moderate risk

Rijksmuseum

This MCP server provides access to the Rijksmuseum's art collection, enabling AI models to search, analyze, and explore artworks through natural language.

Connections & Capabilities

Connects To

GitHubTwitter

Capabilities

read

Quickstart

Config

{
  "mcpServers": {
    "rijksmuseum-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-rijksmuseum"
      ],
      "env": {
        "RIJKSMUSEUM_API_KEY": "your_api_key_here"
      }
    }
  }
}

Exposed MCP Tools (7)

safe
search_artwork

Searches and filters artworks based on various criteria.

Read-only operation, no modification of data.

safe
get_artwork_details

Retrieves comprehensive information about a specific artwork.

Read-only operation, no modification of data.

safe
get_artwork_image

Accesses high-resolution image data of an artwork.

Read-only operation, no modification of data.

safe
get_user_sets

Explores user-created collections of artworks.

Read-only operation, no modification of data.

safe
get_user_set_details

Accesses detailed information about a specific user-created collection.

Read-only operation, no modification of data.

safe
open_image_in_browser

Opens an artwork image directly in the browser.

Read-only operation, no modification of data.

safe
get_artist_timeline

Generates a chronological timeline of an artist's works.

Read-only operation, no modification of data.

Safety Assessment

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.

  • Primarily read-only operations
  • Requires an API key for access
  • No direct execution of system commands
  • Focus on retrieving and analyzing data
  • API key management is the user's responsibility
  • Potential for misuse of high-resolution image access
  • Reliance on the security of the Rijksmuseum API
  • No explicit rate limiting mentioned in the documentation