A comprehensive MCP wrapper for Hedera Hashgraph that exposes 73 tools across every core service: Account, Token (HTS), Consensus (HCS), Smart Contract (EVM), File, Schedule, and Network operations. The build-only architecture means it never touches private keys. All write operations return unsigned, frozen transactions as base64 that you sign and submit externally. Reads hit the public Mirror Node REST API. Tools are ABI-aware for contract calls and handle encoding automatically. Reach for this when you need full Hedera API coverage in an AI session, whether you're minting NFTs, deploying contracts, publishing HCS messages, or running scheduled transactions. The official Hedera Agent Kit MCP focuses on basics like balance and transfer; this fills the gaps for production workflows.
claude mcp add --transport stdio expertvagabond-hedera-mcp uvx hedera-mcp