hedera-mcp
If you are the rightful owner of hedera-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Hedera MCP is an MCP server implementation for the Hedera blockchain, enabling AI models to interact with the Hedera network for blockchain operations.
Hedera MCP is a server implementation designed to facilitate interaction between AI models and the Hedera blockchain using the Model Context Protocol (MCP). Built with the Hedera Agent Kit, it allows users to perform various blockchain operations without needing in-depth technical knowledge. The server supports a wide range of tools for account and token operations, ensuring a non-custodial setup where private keys are never exposed. It is compatible with MCP clients like Claude Desktop, and its functionality can be extended with additional MCP tools, enhancing its capabilities both within and outside the Web3 ecosystem.
Features
- 15+ MCP tools for account and token operations.
- Non-custodial setup with no private keys exposed.
- Compatible with MCP clients like Claude Desktop.
- Expandable with other MCP tools like filesystem and GitHub.
- Facilitates easy interaction with Web3 through standardized tools.
Tools
hedera_get_hbar_balance
Query the account's HBAR balance
hedera_get_all_token_balances
Get all token balances in your account
hedera_get_hts_balance
Get the balance of the account specific token
hedera_get_token_holders
Get holders of specific tokens
hedera_airdrop_token
Create token airdrop to multiple accounts
hedera_associate_token
Linking tokens to account
hedera_claim_airdrop
Receive tokens from airdrop
hedera_create_fungible_token
Create a new alternative token
hedera_create_non_fungible_token
Create new irreplaceable tokens
hedera_dissociate_token
Deassociate tokens with accounts
hedera_get_pending_airdrop
Obtain pending airdrops for your account
hedera_mint_fungible_token
Minting additional alternative tokens
hedera_mint_nft
Minting new irreplaceable tokens
hedera_reject_token
Tokens that are refused to be sent to the account
hedera_transfer_native_hbar_token
Transfer HBAR to another account
hedera_transfer_token
Transfer tokens to another account