markovian-mcp
OfficialProvides tools to compute and verify canonical roots of AI outputs, anchored to Bitcoin for independent provenance verification.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@markovian-mcpstamp the latest AI summary"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
markovian-mcp
Bitcoin-anchored, independently verifiable provenance for AI outputs, exposed as MCP tools.
Trust the emitter? No. Prove the emitter. Commit an output to a canonical root, verify it later by pure recomputation, and trace its lineage. No operator to trust; verification is offline.
Tools
markovian_stamp(content)— compute the canonical commitment root for an output. JSON is canonicalized with RFC 8785 (JCS), other text verbatim, then SHA-256 hashed. This root is what Markovian anchors to Bitcoin.markovian_verify(content, canonical_root)— recompute the root and check it. One changed byte fails the check.markovian_trace(receipts_json)— walk a lineage of stamps back to its origin.
Related MCP server: @unfakable/mcp
Install
pip install markovian-mcpConfigure (Claude Desktop / Cursor / Claude Code)
{
"mcpServers": {
"markovian": {
"command": "markovian-mcp"
}
}
}Verify offline
markovian_stamp and markovian_verify are pure functions. Anyone can recompute a root over the same bytes and get the same answer, with nothing trusted from us. Learn more at markovianprotocol.com.
Apache-2.0.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarkovianProtocol/markovian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server