Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.markovianprotocol/provenance

io.github.markovianprotocol/provenance

Stamp any data to the Markovian chain for a verifiable provenance receipt. Proves timing, not truth.

Uptime
100.0%
1 direct probes · 30d
Response
1304ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

markovian_notarize

Notarize any file or hash into a public transparency log cosigned by 7 independent witnesses and anchored to Bitcoin. Hash-only: pass a local file path (hashed on this machine; the file never leaves i…

markovian_stamp

Commit any data (an AI output, a decision, a record) into a public, witnessed transparency log and get back a verifiable, tamper-evident provenance stamp (canonical markovian-provenance/v1). It proves…

markovian_verify

Look up a Markovian stamp by its merkle_root against the public verifier, with no key or account. verified:true means the stamp record exists and the response echoes its committed data_hash — recomput…

markovian_trace

Walk and verify a stamp's full provenance lineage by merkle_root. Use this when a stamp was created with derived_from links, to map what an output was built from. Returns a MAP of the graph (not a yes…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.markovianprotocol/provenance": {
      "url": "https://api.quantsynth.net/mcp/",
      "transport": "streamable-http"
    }
  }
}