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

Perseus Ledger — verifiable, hash-chained event provenance

PYPI · PERSEUS-LEDGER · 2 COMPONENTS · SCANNED AUG 26

Verifiable, hash-chained event provenance for autonomous systems. Local-first, MIT. 5 MCP tools.

+3 this week 72 Trust /100
Trust breakdown (7 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 Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 0 of 1 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 644 tokens (~128/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management50
  • Stability observed for 15 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage79
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 36% of tool parameters carry a description.Partial
Tool Safety

Not scored yet: our latest scan of this package recorded no findings here. That is usually because the category is newer than the scan, or because we have not captured the MCP schema this package serves yet. It fills in the next time we score it.

Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Perseus Ledger — verifiable, hash-chained event provenance MCP server?

Perseus Ledger — verifiable, hash-chained event provenance runs locally as a PyPI package, launched with uvx perseus-ledger. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · perseus-ledger

# add to Claude Code
claude mcp add perseus-computing-llc-ledger -- uvx perseus-ledger
// .cursor/mcp.json
{
  "mcpServers": {
    "perseus-computing-llc-ledger": {
      "command": "uvx",
      "args": [
        "perseus-ledger"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "perseus-computing-llc-ledger": {
      "command": "uvx",
      "args": [
        "perseus-ledger"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add perseus-computing-llc-ledger -- uvx perseus-ledger
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "perseus-computing-llc-ledger": {
      "type": "local",
      "command": [
        "uvx",
        "perseus-ledger"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add perseus-computing-llc-ledger --command uvx --arg perseus-ledger
# ~/.hermes/config.yaml
mcp_servers:
  perseus-computing-llc-ledger:
    command: "uvx"
    args: ["perseus-ledger"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "perseus-computing-llc-ledger": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "perseus-ledger"
      ]
    }
  }
}
# add to Vellum
assistant mcp add perseus-computing-llc-ledger -t stdio -c uvx -a perseus-ledger
// mcp.json
{
  "mcpServers": {
    "perseus-computing-llc-ledger": {
      "command": "uvx",
      "args": [
        "perseus-ledger"
      ]
    }
  }
}
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.

  • 24 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 22 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 21 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 12 Aug 26 +15
    • Malware scan: unverified → pass security
    • Security disclosure: unverified → fail functional
  • 11 Aug 26 +5
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 10 Aug 26 45

    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 25 Aug 2026 · Analysed pypi/perseus-ledger@1.2.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi
Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta
Dependencies 1 package
Packages resolved 1
Tree resolution Complete
MCP tools · 5 exposed · ~644 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
ledger_health ~28

Report the Ledger org, balance, workspace month-to-date spend, and provider health. Read-only.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ledger_query ~76

List recent usage events for the org, newest first. Pass `before` (the `_rowid` of the last event from the previous page) to paginate. Read-only.

NameTypeReqDescription
beforeintegerCursor: rowid of the last event seen, for pagination.
limitintegerMax events (1-500).

No output schema declared.

No examples provided.

ledger_receipt ~117

Build a hash-only served-claim evidence receipt binding a source reference to a ledger event, with optional authority/provenance/scope/state context. Contains no prompts, memory bodies, or secrets. Read-only.

NameTypeReqDescription
authority_refstring
event_refstringyesLedger event hash or external reference.
provenance_classstring
scope_anchorstring
source_refstringyesReference to the source being served (e.g. vault entity id).
statestring

No output schema declared.

No examples provided.

ledger_record ~378

Meter one AI call: record provider/model/tokens/cost plus optional task, workspace, external ref, and action provenance into the hash-chained evidence ledger. Scoped write. Action-provenance fields (agent_id, authority_manifest_ref, scope_anchor, action_intent_hash, action_status, approval_ref) are all-or-nothing: supply all of them or none.

NameTypeReqDescription
action_intent_hashstring
action_receipt_hashstring
action_statusstring
agent_idstringAgent identity; required with the action-provenance set.
approval_refstring
authority_manifest_refstring
cache_read_tokensinteger
context_render_hashstring
context_render_schemastringRequired with any context-render evidence: context_render_hash, served_memory_provenance_hash, action_receipt_hash.
cost_usdnumberExact cost in USD if known; estimated from pricing otherwise.
evidence_hashesarrayHash-only evidence references (sha256 hex); hash-covered into the event.
external_refstring
input_tokensinteger
modelstring
output_tokensinteger
policy_versionstring
providerstringyesProvider name (required), e.g. anthropic, openai, bedrock.
reasoning_tokensinteger
result_hashstringHash of the action result — never the result itself.
scope_anchorstring
served_memory_provenance_hashstringServed-claim digest from a memory recall.
task_typestring
user_idstring
workspacestring

No output schema declared.

No examples provided.

ledger_verify ~45

Walk the usage_events tamper-evidence hash chain and report divergences per org. Read-only.

NameTypeReqDescription
orgstringOrg id or slug; all orgs if omitted.

No output schema declared.

No examples provided.

Common questions

What is the Perseus Ledger — verifiable, hash-chained event provenance MCP server?

Perseus Ledger — verifiable, hash-chained event provenance is an MCP server listed in the public MCP registry as io.github.Perseus-Computing-LLC/ledger. Verifiable, hash-chained event provenance for autonomous systems. Local-first, MIT. 5 MCP tools. This page covers its PyPI package (perseus-ledger).

Is the Perseus Ledger — verifiable, hash-chained event provenance MCP server safe to use?

Perseus Ledger — verifiable, hash-chained event provenance scores 72 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 August 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Perseus Ledger — verifiable, hash-chained event provenance MCP server expose?

Perseus Ledger — verifiable, hash-chained event provenance exposes 5 tools: ledger_health, ledger_record, ledger_query, ledger_verify, ledger_receipt. Their descriptions and schemas cost roughly 644 tokens of context every time the server is loaded.

Is the Perseus Ledger — verifiable, hash-chained event provenance MCP server still maintained?

Perseus Ledger — verifiable, hash-chained event provenance is still listed as active in the MCP registry. We last reached this channel on 25 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Perseus Ledger — verifiable, hash-chained event provenance MCP server under?

Perseus Ledger — verifiable, hash-chained event provenance declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.