Clockchain
Temporal causal graph for AI agents. PostgreSQL-backed directed graph of historical moments — canonical spatiotemporal URLs, typed causal edges, autonomous expansion, and browse/search/discovery APIs. Holds tens of thousands of moments connected by hundreds of thousands of typed causal edges, spanning 700 BCE to 2026 and growing autonomously 24/7. For current totals (nodes, edges, image coverage), query the liveGET /api/v1/stats endpoint.
GitHub
timepointai/timepoint-clockchain — Apache-2.0, Python 3.11+, FastAPIDetailed Docs
Full API reference, graph architecture, and deployment docs
MCP Endpoint
The Clockchain exposes a Model Context Protocol (MCP) interface for AI agents and tools:
Any MCP-compatible client (Claude Desktop, Cursor, etc.) can connect directly to browse and search the temporal graph.
Why This Exists
AI agents that reason about causality across time currently rely on web search (noisy, unstructured), knowledge graphs (no temporal dimension), or hallucination. The Clockchain is a structured alternative: every node carries dialog, entity states, provenance, and confidence, addressed by a canonical spatiotemporal URL, in a format (TDF) designed for machine consumption.Graph Architecture
Two PostgreSQL tables:nodes (canonical spatiotemporal URLs as PKs) and edges (source, target, type, weight).
Canonical URL Format
Content Layers
Edge Types
Background Workers
Public API
No authentication required for read access:Rate Limits
Temporal Navigator
The Temporal Navigator at app.timepointai.com/navigator is an interactive explorer for the causal graph. Pick an anchor moment and walk its causes and consequences on a WebGL canvas — direction toggle (Past | Both | Future), depth slider (1–4 hops), and edge-type filters — or select any two moments and render the shortest chain of historical connections between them. The same traversal is available programmatically via the graph traversal endpoints (X-Service-Key) and the free traverse_moments / find_path MCP tools.