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.

ai.imboard/dossier

NPM · @AI-DOSSIER/MCP-SERVER · SCANNED AUG 3

MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers

+25 this week 78 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 (130 of 134), 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 (130 of 134), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to imboard-ai/ai-dossier). View diagnostics → Pass
  • Clear OSI-approved license (AGPL-3.0-only).Pass
  • Actively maintained (last published 7 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 706 tokens (~50/item across 14 items; 10 tools + 4 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
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 · @ai-dossier/mcp-server

# add to Claude Code
claude mcp add ai-imboard-dossier -- npx -y @ai-dossier/mcp-server
# add to Codex CLI
codex mcp add ai-imboard-dossier -- npx -y @ai-dossier/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-imboard-dossier": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@ai-dossier/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-imboard-dossier --command npx --arg -y --arg @ai-dossier/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  ai-imboard-dossier:
    command: "npx"
    args: ["-y", "@ai-dossier/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "ai-imboard-dossier": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-dossier/mcp-server"
      ]
    }
  }
}
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 +47
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • The attested source repository moved: imboard-ai/ai-dossier security
    • Schema quality: 100 → unverified functional
    • Security disclosure: fail → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Maintenance: unverified → pass functional
    • Licence: AGPL-3.0-only functional
  • 1 Aug 26 +26
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −48
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 53

    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/@ai-dossier/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
imboard-ai/ai-dossier
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/imboard-ai/ai-dossier/.github/workflows/publish-packages.yml@refs/heads/main
Rekor log index:
1056487612
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:44824b4c2650c71ef8cda289730639de4fc239524c28b94df438e7f44c7ef86d0d2061751687359a990b3c09d99db9cd1657829034713c5b7c4944c9f
Discovery method:
attestation_endpoint
Dependencies 130 packages

130 packages in the resolved dependency tree · 125 deprecated · 37 stale.

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

MCP tools — 10 exposed · ~618 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
cancel_journey ~51

Cancel an active journey session. Returns a summary of what completed before cancellation.

NameTypeReqDescription
journey_idstringyesJourney session ID (from start_journey)
reasonstringOptional reason for cancellation

No output schema declared.

No examples provided.

get_journey_status ~48

Get the current state of a journey session: completed steps, current step, remaining steps, and collected outputs.

NameTypeReqDescription
journey_idstringyesJourney session ID (from start_journey)

No output schema declared.

No examples provided.

list_dossiers ~58

Discover available dossiers in a directory. Scans for *.ds.md files and returns metadata.

NameTypeReqDescription
pathstringDirectory to search (default: current working directory)
recursivebooleanSearch subdirectories recursively (default: true)

No output schema declared.

No examples provided.

read_dossier ~44

Read and parse a dossier file. Returns metadata and content. Should be called AFTER verify_dossier passes.

NameTypeReqDescription
pathstringyesPath to dossier file (.ds.md)

No output schema declared.

No examples provided.

resolve_graph ~64

Resolve a dossier dependency graph into an execution plan. Reads relationships (preceded_by, followed_by, conflicts_with) and produces a DAG with ordered phases, parallel groups, and conflict detection.

NameTypeReqDescription
dossierstringyesPath to dossier file (.ds.md) or registry name

No output schema declared.

No examples provided.

search_dossiers ~55

Search the dossier registry for available dossiers by keyword. Returns matching dossiers with metadata.

NameTypeReqDescription
categorystringFilter by category (devops, database, development, security, etc.)
querystringyesSearch keywords

No output schema declared.

No examples provided.

start_journey ~62

Start a journey session from a resolved and verified graph. Creates a session, returns the first step's dossier content with any injected context. Call step_complete after executing each step.

NameTypeReqDescription
graph_idstringyesID of a previously resolved graph (from resolve_graph)

No output schema declared.

No examples provided.

step_complete ~104

Mark the current journey step as complete or failed. Advances to the next step and returns its dossier content with injected context from previous outputs. Returns a summary when the last step completes or a step fails.

NameTypeReqDescription
journey_idstringyesJourney session ID (from start_journey)
outputsobjectKey-value outputs collected during this step (e.g. { cluster_arn: "arn:..." })
statusstringyesWhether this step succeeded or failed

No output schema declared.

No examples provided.

verify_dossier ~48

Security verification - Verify integrity (checksum) and authenticity (signature) of a dossier. Returns pass/fail with stage details.

NameTypeReqDescription
pathstringyesPath to dossier file (.ds.md)

No output schema declared.

No examples provided.

verify_graph ~84

Batch security verification for a dossier dependency graph. Verifies all dossiers in a resolved graph and returns an aggregate security report with per-dossier breakdown and overall recommendation.

NameTypeReqDescription
dossierstringPath to dossier file (.ds.md) or registry name. Resolves and verifies in one shot.
graph_idstringID of a previously resolved graph (from resolve_graph)

No output schema declared.

No examples provided.