hedera-mcp

hedera-mcp

3.2

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

  1. hedera_get_hbar_balance

    Query the account's HBAR balance

  2. hedera_get_all_token_balances

    Get all token balances in your account

  3. hedera_get_hts_balance

    Get the balance of the account specific token

  4. hedera_get_token_holders

    Get holders of specific tokens

  5. hedera_airdrop_token

    Create token airdrop to multiple accounts

  6. hedera_associate_token

    Linking tokens to account

  7. hedera_claim_airdrop

    Receive tokens from airdrop

  8. hedera_create_fungible_token

    Create a new alternative token

  9. hedera_create_non_fungible_token

    Create new irreplaceable tokens

  10. hedera_dissociate_token

    Deassociate tokens with accounts

  11. hedera_get_pending_airdrop

    Obtain pending airdrops for your account

  12. hedera_mint_fungible_token

    Minting additional alternative tokens

  13. hedera_mint_nft

    Minting new irreplaceable tokens

  14. hedera_reject_token

    Tokens that are refused to be sent to the account

  15. hedera_transfer_native_hbar_token

    Transfer HBAR to another account

  16. hedera_transfer_token

    Transfer tokens to another account