ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Harmonyscan with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access Harmony One blockchain data. query balances, transactions, smart contracts, and network status directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 14 capabilities

The complete Harmonyscan capability set.

These are the exact actions your AI can choose when you ask it to work with Harmonyscan.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 14 available through Harmonyscan.

  1. 01

    Get one supply

    Total Supply of ONE

  2. 02

    Get source code

    Get Contract Source Code

  3. 03

    Get tx list internal

    Get List of Internal Transactions

  4. 04

    Get tx receipt status

    Check Transaction Receipt Status

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 14 available through Harmonyscan.

  1. 05

    Proxy request

    Execute standard JSON-RPC methods via proxy

  2. 06

    Get balance multi

    Get ONE Balance for Multiple Addresses

  3. 07

    Get status

    Check Transaction Execution Status

  4. 08

    Get token tx

    Get List of HRC20 Token Transfer Events

Capability set03 / 04

09-11

3 capabilities in this set.

Part of 14 available through Harmonyscan.

  1. 09

    Get tx list

    Get List of Normal Transactions

  2. 10

    Get abi

    Get Contract ABI

  3. 11

    Get block reward

    Get Block Rewards

Capability set04 / 04

12-14

3 capabilities in this set.

Part of 14 available through Harmonyscan.

  1. 12

    Get balance

    Get ONE Balance for a Single Address

  2. 13

    Get logs

    Get Event Logs

  3. 14

    Get one price

    ONE Last Price

Observed, not estimated

913ms average. Fast in production.

Harmonyscan is checked daily against the live service.

Daily averagePeak 1165ms
Aug 20Today
Fastest day
757ms
Slowest day
1165ms
14-day trend
Stable+4%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 14 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Harmonyscan, so you can see the experience inside your AI.

It does not authenticate your account with Harmonyscan. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Harmonyscan Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_hCFVIwT7pV7N02KfZ6z0UBU5q1pzYMKhyLIS3MJh/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Harmonyscan capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "harmonyscan-harmony-one-block-explorer-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_hCFVIwT7pV7N02KfZ6z0UBU5q1pzYMKhyLIS3MJh/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Harmonyscan owners ask.

  • 01

    Can I check the balance of multiple Harmony addresses at once?

    Yes! Use the get_balance_multi capability 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.

  • 02

    How do I verify if a specific transaction was successful or failed?

    You can use the get_status capability with the transaction hash. It returns a status code where '1' indicates success and '0' indicates failure, along with any available error messages.

  • 03

    Is it possible to retrieve the source code of a smart contract?

    Yes, provided the contract is verified on Harmonyscan. Use the get_source_code capability with the contract address to get the Solidity source code, compiler version, and optimization settings.