← Browse

@marianfoo/sap-roadmap-mcp

A

MCP server package sap-roadmap-mcp

mcp_servermcp

Install

agr install @marianfoo/sap-roadmap-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "sap-roadmap-mcp", "version": "0.1.3", "description": "MCP server for SAP Road Map Explorer search and filters behind SAP authentication", "main": "dist/mcp-server.js", "types": "dist/mcp-server.d.ts", "type": "module", "bin": { "sap-roadmap-mcp": "dist/mcp-server.js" }, "exports": { ".": { "types": "./dist/mcp-server.d.ts", "import": "./dist/mcp-server.js" }, "./package.json": "./package.json" }, "files": [ "dist", "scripts/postinstall.mjs", "README.md", "env.example", "LICENSE", "package.json" ], "scripts": { "build": "tsc", "dev": "tsx watch src/mcp-server.ts", "serve": "node dist/mcp-server.js", "serve:stdio": "MCP_TRANSPORT=stdio node dist/mcp-server.js", "serve:http": "MCP_TRANSPORT=streamable-http node dist/mcp-server.js", "auth:login": "HEADFUL=true AUTH_LOGIN_ONLY=true node dist/mcp-server.js", "start": "npm run build && npm run serve", "export:workzone": "tsx scripts/export-workzone.ts", "clean": "rimraf dist", "install:browsers": "playwright install chromium", "postinstall": "node scripts/postinstall.mjs", "prepack": "npm run clean && npm run build", "prepublishOnly": "npm run prepack", "pack:check": "npm pack --dry-run" }, "keywords": [ "sap", "roadmap", "mcp", "model-context-protocol" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/marianfoo/sap-mcp-servers.git", "directory": "packages/roadmap" }, "homepage": "https://github.com/marianfoo/sap-mcp-servers/tree/main/packages/roadmap#readme", "bugs": { "url": "https://github.com/marianfoo/sap-mcp-servers/issues" }, "dependencies": { "@marianfoo/sap-mcp-auth": "^0.1.0", "@modelcontextprotocol/sdk": "^1.30.0", "dotenv": "^17.4.2", "pino": "^10.3.1", "pino-pretty": "^13.1.3", "playwright": "^1.62.1", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^26.1.2", "rimraf": "^6.0.0", "tsx": "^4.23.1", "typescript": "^7.0.2" }, "engines": { "node": ">=22.12.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-5b4036acc7fa2026-08-06