Connection check
local install
openttt-pot
Cryptographic audit trail for Claude Code workflows — tamper-proof timestamps, IETF TTTPS compliant.
Tools
8
GitHub stars
—
Installs / wk
144
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
8 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
pot_checkpoint
from source
Create a compressed rollup checkpoint of workflow history. Call this periodically to prevent token explosion when recovering from context compression. Returns checkpointId, compres… Create a compressed rollup checkpoint of workflow history. Call this periodically to prevent token explosion when recovering from context compression. Returns checkpointId, compressed event history, chainIntact status, and nextCheckpointHint (recommended events before next checkpoint).
pot_generate
from source
pot_graph
from source
Traverse the causal chain of workflow steps. Given an eventId, returns the full backward chain (ancestors via prevEventId) and forward chain (steps that follow). Use after context… Traverse the causal chain of workflow steps. Given an eventId, returns the full backward chain (ancestors via prevEventId) and forward chain (steps that follow). Use after context compression to reconstruct the complete workflow timeline.
pot_health
from source
Check PoT system health: time source status, subgraph sync, server uptime, and current mode. Check PoT system health: time source status, subgraph sync, server uptime, and current mode.
pot_query
from source
Query Proof of Time records. Use eventId for exact O(1) lookup of a specific workflow step (collision probability 2^-256). Use startTime/endTime for time-range queries. Query Proof of Time records. Use eventId for exact O(1) lookup of a specific workflow step (collision probability 2^-256). Use startTime/endTime for time-range queries.
pot_stats
from source
Get PoT statistics: total swaps, turbo/full counts, and turbo ratio for a given period. Get PoT statistics: total swaps, turbo/full counts, and turbo ratio for a given period.
pot_verify
from source
Verify a Proof of Time using its hash and integrity shards. Returns validity, mode (turbo/full), and timestamp. Verify a Proof of Time using its hash and integrity shards. Returns validity, mode (turbo/full), and timestamp.
pot_verify_v08
from source