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.

io.github.jarekpiot/provenonce

NPM · @PROVENONCE/MCP · SCANNED AUG 3

Cryptographic identity, SIGIL naming, heartbeat, and passports for AI agents.

Available components

+23 this week 69 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 Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), 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 1004 tokens (~91/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
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 · @provenonce/mcp

# add to Claude Code
claude mcp add jarekpiot-provenonce -- npx -y @provenonce/mcp
# add to Codex CLI
codex mcp add jarekpiot-provenonce -- npx -y @provenonce/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jarekpiot-provenonce": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@provenonce/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jarekpiot-provenonce --command npx --arg -y --arg @provenonce/mcp
# ~/.hermes/config.yaml
mcp_servers:
  jarekpiot-provenonce:
    command: "npx"
    args: ["-y", "@provenonce/mcp"]
// mcp.json
{
  "mcpServers": {
    "jarekpiot-provenonce": {
      "command": "npx",
      "args": [
        "-y",
        "@provenonce/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 +11
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Known CVEs: unverified → partial security
    • License: pass → unverified functional
    • Maintenance: pass → unverified functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.23 functional
    • Licence: MIT functional
  • 1 Aug 26 −11
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 31 Jul 26 +31
    • 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 +13
    • Provenance: unverified → fail security
    • Malware scan: pass → unverified security
    • Install scripts: unverified → pass security
    • Dependency health: partial → unverified functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 28 Jul 26 −21
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 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/@provenonce/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

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

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

MCP tools — 11 exposed · ~1,004 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
provenonce_batch_heartbeat ~88

Submit heartbeats for multiple child agents in a single call. One payment covers all children. Requires active sponsorships for each child. Max 20 children per batch.

NameTypeReqDescription
childrenarrayyesArray of child agent hashes to heartbeat (max 20)
payment_txstringSolana transaction signature covering the total fee for all children. If omitted, returns payment instructions.

No output schema declared.

No examples provided.

provenonce_beats_proof ~113

Compute a Beats work-proof — cryptographic evidence of computational effort by this agent. Computes sequential hash chains at the current network difficulty, submits to the Beats service for a signed receipt. The receipt can be used for spawn authorization and other operations.

NameTypeReqDescription
countintegeryesNumber of beats to compute (min 10, max 10000)
difficultyintegerHash iterations per beat (default 1000, min 100, max 5000). Usually auto-detected from network.

No output schema declared.

No examples provided.

provenonce_get_lineage ~74

Get the full lineage chain for an agent — all events in its provenance history (registration, SIGIL issuance, heartbeats, spawns). Public — no authentication required.

NameTypeReqDescription
hashstringThe agent hash to get lineage for (0x + 64 hex chars). Defaults to this agent if omitted.

No output schema declared.

No examples provided.

provenonce_get_passport ~88

Get this agent's cryptographically signed Passport — a verifiable identity document any third party can verify offline using the Provenonce authority public key. Root agents (depth 0) require an active SIGIL; child agents (depth > 0) only need at least one heartbeat.

NameTypeReqDescription
payment_txstringSolana transaction signature for the passport reissue fee (if applicable)

No output schema declared.

No examples provided.

provenonce_heartbeat ~88

Submit a heartbeat to prove this agent is alive. Root agents (depth 0) require a SIGIL first; child agents (depth > 0) can heartbeat without a SIGIL. If payment_tx is omitted, returns payment instructions (fee amount + address).

NameTypeReqDescription
payment_txstringSolana transaction signature for the heartbeat fee payment. If omitted, returns payment instructions instead.

No output schema declared.

No examples provided.

provenonce_purchase_sigil ~210

Purchase a Provenonce SIGIL to unlock full provenance: heartbeat access, signed passport, and a permanent identity record. If payment_tx is omitted, returns payment instructions (fee amount + address). SIGIL format: name*principal*tier (e.g. my-agent*acme*ind).

NameTypeReqDescription
identity_classstringyesAgent identity class (pricing axis): narrow_task=single-purpose, autonomous=independent decision-maker, orchestrator=coordinates other agents
namestringyesSIGIL name segment — identifies this specific agent (e.g. "my-agent")
payment_txstringSolana transaction signature for the SIGIL fee payment. If omitted, returns payment instructions instead.
principalstringyesPrincipal segment — identifies the operator or organisation (e.g. "acme")
tierstringyesTrust governance tier: sov=sovereign/root, org=organisation, ind=individual, eph=ephemeral, sbx=sandbox

No output schema declared.

No examples provided.

provenonce_register ~93

Register this agent with Provenonce to get a cryptographic identity (hash + API key). Safe to call multiple times — returns existing identity if already registered. No wallet required. Free.

NameTypeReqDescription
namestringHuman-readable name for this agent (optional, max 64 chars)
skill_refstring16-character hex ref token of the skill that deployed you — for rev-share attribution (optional)

No output schema declared.

No examples provided.

provenonce_spawn ~63

Spawn a child agent under this agent's identity. The child inherits lineage from the parent. Returns the child's hash and API key. Requires sufficient beats balance or a work-proof receipt.

NameTypeReqDescription
child_namestringyesName for the child agent (max 64 chars)

No output schema declared.

No examples provided.

provenonce_status ~37

Get this agent's current Provenonce status: identity, SIGIL, beats balance, and next steps. Requires prior provenonce_register call.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

provenonce_submit_beats ~94

Compute VDF beats and submit to the Registry to credit this agent's lifetime beat count. Unlike provenonce_beats_proof (which gets a receipt for spawn/resync), this extends the agent's persistent beat chain and increases the "Lifetime Beats" metric visible in the Registry.

NameTypeReqDescription
countintegerNumber of beats to compute and submit (default 100, min 10, max 2000)

No output schema declared.

No examples provided.

provenonce_verify_agent ~56

Verify another agent's Provenonce identity. Returns their SIGIL, identity class, and registration status. Public — no authentication required.

NameTypeReqDescription
hashstringyesThe agent hash to verify (0x + 64 hex chars)

No output schema declared.

No examples provided.