dsh-loader-settlement-proof
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dsh-loader-settlement-proofverify examples/settlement.json in artifacts with the default profile"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dsh-loader-settlement-proof
An offline evidence layer for recorded DeepSeek Harness Loader settlement. It verifies a fixed, body-free receipt for:
subject DSH revision and Loader contract binding;
the ordered
declared → resolved → loaded → activatedlifecycle;enabled/required entry activation and classified failures;
requested versus resolved injections;
required tool names and their schema SHA-256 receipts;
duplicate entries, phases, tools, and cross-entry tool collisions.
It emits deterministic, content-addressed JSON. The DSH tools/CLI can publish only beneath an explicit artifactDir and verify the bytes after publication. MCP is inline-only.
Deliberate boundary
This is not another Loader. DSH app-boot already enforces live assertEntriesLoaded and assertEntriesActivated; dsh-reloader restarts a surface, dsh-builtin-toggles changes an allowlisted UI subset, dsh-profile-lock-proof proves installed composition, and the Awesome runtime matrix performs real cross-platform boots. This plugin verifies a producer-supplied, revision-bound settlement receipt for later audit. It never imports, runs, reloads, or toggles a recorded plugin and never accepts raw logs, stack traces, output, business bodies, or secrets.
Related MCP server: ShipReceipt MCP Server
Usage
dsh plugin --profile web add github:dongsheng123132/dsh-loader-settlement-proof#<commit>
dsh-loader-settlement-proof inspect examples/settlement.json
dsh-loader-settlement-proof verify examples/settlement.json artifactsDSH tools: dsh_loader_settlement_inspect, dsh_loader_settlement_verify.
MCP tools: loader_settlement_inspect_inline, loader_settlement_verify_inline.
Verification
npm test
npm run check
npm run smoke:plugin
npm run smoke:mcp
python C:/Users/ZhuanZ/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py .verified means the receipt is internally consistent with its explicit policy. It is not a security certification and cannot prove that the receipt producer observed the live Loader honestly.
This server cannot be deployed
Maintenance
Related MCP Connectors
Issue & verify signed (ed25519), hash-chained, timestamped provenance receipts for agent actions.
Cryptographically anchored evidence for agents: verified run receipts, proof-gated settlement.
Post-quantum, tamper-evident receipts for agent actions. Ed25519 + ML-DSA-65, offline verify.
Read-only verifier for 25 ProofRelay MCP tools and non-confidential evidence bundles.
Related MCP Servers
- FlicenseNot gradedqualityAmaintenanceEnables querying and verifying signed receipts of static inspections of public agent skills via read-only tools such as search_receipts, get_receipt, and get_verification_material.1-
- AlicenseNot gradedqualityBmaintenanceProvides tools to create, run, and verify deterministic delivery receipts for completion claims, enabling reviewers to check freshness and correctness of evidence.MIT

vantic-mcpofficial
AlicenseNot gradedqualityCmaintenanceEnables MCP hosts to verify agent spending mandates and receipts, providing stateless tools for authorization, chain verification, credential verification, and DID resolution.Apache 2.0- FlicenseNot gradedqualityBmaintenanceEnables AI agents to validate deliverables (JSON, ZIP, PDF, DOCX) against signed contracts, generating verifiable receipts with Ed25519 signatures.-