Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Amendor

NPM · AMENDOR-MCP · 2 COMPONENTS · SCANNED AUG 3

Pull change requests from your Amendor board into your coding agent to build and open PRs.

+20 this week 66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 484 tokens (~69/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · amendor-mcp

# add to Claude Code
claude mcp add deslay1-amendor-mcp -- npx -y amendor-mcp
# add to Codex CLI
codex mcp add deslay1-amendor-mcp -- npx -y amendor-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "deslay1-amendor-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "amendor-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add deslay1-amendor-mcp --command npx --arg -y --arg amendor-mcp
# ~/.hermes/config.yaml
mcp_servers:
  deslay1-amendor-mcp:
    command: "npx"
    args: ["-y", "amendor-mcp"]
// mcp.json
{
  "mcpServers": {
    "deslay1-amendor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "amendor-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +61
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −23
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~484 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_change_request ~70

Get full detail for one change request so you can implement it: the user request, the exact element they pointed at (CSS selector + outerHTML), the page URL, and a screenshot URL. Call this before making the change.

NameTypeReqDescription
idstringyesChange request id, from list_change_requests.
NameTypeReqDescription
attachment_urlsarrayyesAbsolute URLs of any extra attachments.
elementsarrayyesElements attached to the request; empty for a general request.
idstringyesChange request id.
page_urlstringyesURL of the page the request was made on.
request_textstringyesWhat the user wants.
requested_bystringyesRequester email, or "anonymous".
revision_commentstringyesThe revision note, or empty string if none.
revision_requestedbooleanyesTrue if the requester reviewed a preview and asked for changes; push to the same branch/PR.
screenshot_urlstringyesAbsolute screenshot URL, or empty string.
statusstringyesCurrent status.

No examples provided.

list_change_requests ~70

List change requests submitted by end users on sites you ship. Optionally filter by status. Start here to see what people are asking for.

NameTypeReqDescription
statusstringOptional status filter: new, accepted, building, preview, approved, shipped, or rejected. Omit to list every open request.
NameTypeReqDescription
requestsarrayyesMatching change requests, newest first.

No examples provided.

publish_preview ~57

Mark a change request ready for the requester to review. The preview is already live from the worktree; this flips status to "in preview" and surfaces the link.

NameTypeReqDescription
idstringyesChange request id whose local preview is ready.
NameTypeReqDescription
idstringyesChange request id.
review_urlstringyesPage where the requester reviews and approves the change.
statusstringyesNew status, set to "preview".

No examples provided.

set_preview_url ~58

Attach a deploy-preview URL to a change request and mark it ready for the requester to review.

NameTypeReqDescription
idstringyesChange request id.
urlstringyesDeploy-preview URL (from your host) that the requester will review.
NameTypeReqDescription
idstringyesChange request id.
review_urlstringyesPage where the requester reviews and approves the change.
statusstringyesNew status, set to "preview".

No examples provided.

ship_change ~60

Ship an approved change: merge the task branch into the project base, remove the worktree, and mark it shipped. Production (the live site) now reflects the change.

NameTypeReqDescription
idstringyesChange request id to ship (should be approved first).
NameTypeReqDescription
idstringyesChange request id.
intostringyesBase branch it was merged into.
mergedstringyesBranch that was merged.
statusstringyesNew status, set to "shipped".

No examples provided.

start_build ~112

LOCAL MODE ONLY (repo on this machine, no host). Cuts a branch + git worktree the local Amendor serves at /preview/<id>/. For the normal GitHub flow, do NOT call this: instead branch "relay/task-<id>" in your own repo clone, edit, commit, push, and open a PR tagged "relay-task:<id>" — the host builds the preview and the webhook captures it automatically.

NameTypeReqDescription
idstringyesChange request id to start a local build for.
NameTypeReqDescription
basestringyesBase branch it was cut from.
branchstringyesBranch that was created.
idstringyesChange request id.
preview_urlstringyesURL that serves the worktree live for review.
worktreestringyesLocal folder to edit; commit your change here.

No examples provided.

update_status ~57

Update a change request status as it moves through the build and review flow.

NameTypeReqDescription
idstringyesChange request id.
statusstringyesNew status: new, accepted, building, preview, approved, shipped, or rejected.
NameTypeReqDescription
idstringyesChange request id.
statusstringyesThe status now set on the request.

No examples provided.