Custom Mcp Adobe — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Custom Mcp Adobe (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This repo gives you two interfaces over the same Adobe tool layer:
adobe-customThe frontend does not call MCP over JSON-RPC by default. Instead, the frontend backend and the MCP server both import the same shared tool registry.
That gives you:
npm install
cp .env.example .env
npm run checknpm run start:apiOpen:
In a second terminal:
npm run start:mcpThen in Claude Code:
/mcp
Use adobe-custom health_checkThe browser UI supports:
The chat endpoint currently uses a heuristic intent router so it works without external AI keys. You can later replace that with a real LLM planner while still reusing the same tool registry.
apps/web/ # frontend UI
services/api/ # backend API and chat router
src/ # MCP server + shared tool implementationsThe web UI now summarizes tool output in natural language and keeps the raw tool output inside an expandable details section.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.