HiveEcho is an MCP server for point-in-time state queries, Merkle proof generation, and contract state anchoring. It provides immutable event logging and an audit trail for agent transactions, exposing MCP tools over HTTP endpoints and focusing on temporal state access and cryptographic proofs.
🛠️ Key Features
- Point-in-time state queries for any entity
- Merkle proof generation for historical state verification
- Contract state anchoring to enhance immutability and auditability
- Exposes MCP tools via POST /mcp/tools and POST /mcp/execute
🚀 Use Cases
- Retrieve historical entity state at a given timestamp
- Generate verifiable proofs that a state existed at a specific time
- Anchor contract state for tamper-evident audit trails
⚡ Developer Benefits
- Clear MCP tooling: hiveecho_query_state and hiveecho_generate_proof
- Deterministic, cryptographic state proofs for audits
- Lightweight server designed for immutability-focused workflows
⚠️ Limitations
- Described features rely on readmeExcerpt and may not reflect all capabilities
- Requires proper timestamping to ensure accurate historical queries