← Browse

@kintopp/rijksmuseum-mcp-plus

A

MCP server package rijksmuseum-mcp-plus

mcp_servermcp

Install

agr install @kintopp/rijksmuseum-mcp-plus --target claude

This artifact does not publish files for Claude.

Document

{ "name": "rijksmuseum-mcp-plus", "version": "0.90.0", "license": "MIT", "type": "module", "engines": { "node": ">=24.14.1 <25" }, "main": "dist/index.js", "bin": { "rijksmuseum-mcp-plus": "./dist/index.js", "rijks-mcp": "./scripts/cli.mjs" }, "files": [ "dist", "scripts/cli.mjs" ], "scripts": { "build:peggy": "peggy --format es -o src/provenance-parser.generated.js src/provenance-grammar.peggy", "build": "npm run build:peggy && npm run build:ui && tsc && cp src/provenance-parser.generated.js dist/ && git rev-parse --short HEAD > dist/commit.txt 2>/dev/null || true", "build:ui": "vite build -c apps/artwork-viewer/vite.config.ts", "start": "node dist/index.js", "serve": "node dist/index.js --http", "cli": "node scripts/cli.mjs", "test:cli": "node scripts/tests/test-cli.mjs", "test:mcp": "node scripts/tests/test-mcp-smoke.mjs", "test:inscriptions": "node scripts/tests/test-inscription-details.mjs && node scripts/tests/test-search-inscriptions.mjs", "test:provenance-review": "node scripts/tests/test-provenance-enrichment-review.mjs", "dev:viewer": "vite dev -c apps/artwork-viewer/vite.config.ts", "lint": "eslint src/", "typecheck": "tsc --noEmit", "typecheck:app": "tsc -p tsconfig.app.json", "test": "node scripts/tests/test-pure-functions.mjs", "test:fixture": "node scripts/tests/test-vocabdb-fixture.mjs", "test:base": "node scripts/tests/run.mjs --category base", "test:ci": "node scripts/tests/run.mjs --check-manifest && node scripts/tests/run.mjs --class gate", "test:viewer-build": "node scripts/tests/test-viewer-build.mjs", "test:viewer-app": "node scripts/tests/test-app-conformance.mjs", "test:all": "npm run test:base && ~/miniconda3/envs/embeddings/bin/python scripts/tests/test-harvest-run-provenance.py", "test:track2": "node scripts/tests/run.mjs --category track2", "test:run": "node scripts/tests/run.mjs", "test:manifest-check": "node scripts/tests/run.mjs --check-manifest" }, "dependencies": { "@huggingface/transformers": "4.2.0", "@modelcontextprotocol/ext-apps": "^1.7.1", "@modelcontextprotocol/sdk": "^1.29.0", "axios": "^1.7.9", "better-sqlite3": "^12.6.2", "compression": "^1.8.1", "cors": "^2.8.5", "express": "^5.1.0", "fast-xml-parser": "^5.3.5", "sharp": "^0.34.5", "sqlite-vec": "0.1.9", "zod": "^4.4.0" }, "devDependencies": { "@anthropic-ai/sdk": "^0.102.0", "@types/better-sqlite3": "^7.6.13", "@types/compression": "^1.8.1", "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/node": "^24.0.0", "adm-zip": "^0.5.17", "bplist-parser": "^0.3.2", "eslint": "^10.0.2", "image-size": "^2.0.2", "openseadragon": "^6.0.2", "peggy": "^5.1.0", "playwright": "^1.59.1", "typescript": "^6.0.0", "typescript-eslint": "^8.56.1", "vite": "^8.0.0", "vite-plugin-singlefile": "^2.3.0" } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-cf9add0463442026-08-06