loading…
Search for a command to run...
loading…
MCP server for temporal state queries and cryptographic audit trails. Query historical entity state at any point in time, generate Merkle proofs of past state,
MCP server for temporal state queries and cryptographic audit trails. Query historical entity state at any point in time, generate Merkle proofs of past state, and anchor contract snapshots for immutable provenance.
Temporal State Queries & Cryptographic Proofs — MCP Server
HiveEcho is a Model Context Protocol (MCP) server for point-in-time state queries, Merkle proof generation, and contract state anchoring.
HiveEcho exposes the following MCP tools via POST /mcp/tools and POST /mcp/execute:
| Tool | Description |
|---|---|
hiveecho_query_state |
Query the historical state of any entity at a specific point in time, or retrieve its current state |
hiveecho_generate_proof |
Generate a Merkle proof that a specific state existed at a given timestamp. Returns cryptographic proof path for third-party verification |
hiveecho_anchor_contract |
Capture a cryptographic snapshot of all parties' state at the moment of contract signing for immutable provenance |
POST /mcp/tools — List available MCP toolsPOST /mcp/execute — Execute an MCP toolProprietary
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"hiveecho": {
"command": "npx",
"args": []
}
}
}