Harmonyscan (Harmony One Block Explorer API)

Harmonyscan (Harmony One Block Explorer API) MCP Connector for Claude

A+

Access Harmony One blockchain data — query balances, transactions, smart contracts, and network status directly from your AI agent.

14 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI agent to the Harmony One network via Harmonyscan. This MCP server allows for deep inspection of the Harmony blockchain, from simple balance checks to complex smart contract analysis.

What you can do

  • Account Data — Fetch ONE balances for single or multiple addresses instantly using get_balance and get_balance_multi.
  • Transaction History — List normal, internal, and HRC20 token transactions with full metadata via get_tx_list and get_token_tx.
  • Smart Contract Auditing — Retrieve verified source code and ABIs for on-chain contracts with get_source_code and get_abi.
  • Network Insights — Monitor block rewards, ONE supply, and current market prices using get_one_supply and get_one_price.
  • Transaction Status — Verify execution and receipt status for any transaction hash with get_status.

How it works

  1. Subscribe to this server
  2. Enter your Harmonyscan API Key
  3. Start querying the Harmony blockchain from Claude, Cursor, or any MCP-compatible client

No more manual searching through block explorers. Your AI acts as a blockchain analyst, providing real-time data on addresses, contracts, and network health.

Who is this for?

  • Web3 Developers — quickly fetch contract ABIs and source code directly in your IDE to speed up integration.
  • Crypto Analysts — automate the tracking of whale movements and token transfers across the Harmony ecosystem.
  • DeFi Users — check transaction statuses and wallet balances through simple natural language commands.
harmony-oneblock-explorerweb3smart-contractscrypto-api

14 tools expose this connector's capabilities to your AI agent.

get_abi

Get Contract ABI

get_balance_multi

Get ONE Balance for Multiple Addresses

get_balance

Get ONE Balance for a Single Address

get_block_reward

Get Block Rewards

get_logs

Get Event Logs

get_one_price

ONE Last Price

get_one_supply

Total Supply of ONE

get_source_code

Get Contract Source Code

get_status

Check Transaction Execution Status

get_token_tx

Get List of HRC20 Token Transfer Events

get_tx_list_internal

Get List of Internal Transactions

get_tx_list

Get List of Normal Transactions

get_tx_receipt_status

Check Transaction Receipt Status

proxy_request

Execute standard JSON-RPC methods via proxy

See how to talk to your AI agent using Harmonyscan (Harmony One Block Explorer API).

What is the current ONE balance for address 0x742d35Cc6634C0532925a3b844Bc454e4438f44e?

The current balance for that address is 1,250.45 ONE.

List the last 5 HRC20 token transfers for address 0x123...

I've found the 5 most recent HRC20 transfers. They include 100 VIPER tokens received yesterday and 50 FOX tokens sent 2 hours ago. Would you like the full details for any of these?

Get the ABI and source code for the contract at 0x0809D4A52411430218Af7a6d8f17513E99770059.

I have retrieved the verified source code and ABI for the contract. It is a 'ViperSwap' liquidity pool contract compiled with Solidity 0.6.12. I can now help you analyze its functions or events.

Yes! Use the `get_balance_multi` tool and provide a comma-separated list of addresses (up to 20). The agent will return the ONE balance for each address in a single response.

Related Connectors