mcpserver.lol
registry/openttt-pot
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 tools

Read 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…
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…
pot_health from source
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.
pot_stats from source
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.
pot_verify_v08 from source
Verify a draft-helmprotocol-tttps-08 \xA73 Proof-of-Time record (as produced by pot_generate