HiveEcho MCP Server
HiveEcho (io.github.srotzin/hiveecho) is a Model Context Protocol (MCP) server providing immutable event logging and an audit trail for agent transactions. It supports point-in-time state queries, Merkle proof generation, and contract state anchoring.
🛠️ Key Features
- Immutable event logging and audit trail for agent transactions
- Point-in-time state queries
- Merkle proof generation
- Contract state anchoring
- Exposes MCP tools via
POST /mcp/toolsandPOST /mcp/execute
🚀 Use Cases
- Query historical state for an entity at a specific point in time
- Retrieve current state for an entity
- Produce cryptographic evidence that a state existed at a given timestamp
⚡ Developer Benefits
hiveecho_query_statefor temporal state querieshiveecho_generate_prooffor Merkle proofs of state existence at timestamps
⚠️ Limitations
- The provided description lists tool names and capabilities, but does not specify tool input/output schemas or authentication requirements.