Skip to content
Vinkius

Cronoscan (Cronos Block Explorer) Connector for AI agents.

24 live capabilities

Track CRO balances and on-chain transactions in real time.

Live agent request Cronoscan (Cronos Block Explorer) / Connector

Waiting for input…

AI Agent

Why people use Cronoscan (Cronos Block Explorer)

Cronoscan for Real-Time Blockchain Data Analysis

With this Connector, you just tell your agent which address you want to see, and it pulls the latest balances or transaction histories instantly. You get a clean summary of the activity without ever leaving your workspace.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

You get direct blockchain data without leaving your chat interface.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 6,100+ Connectors

  1. Real-world use case 01

    Debugging a failed swap

    A developer uses proxy_eth_call to test a contract function and then checks get_tx_receipt_status to see why it failed.

  2. Real-world use case 02

    Whale tracking

    An analyst asks for the last 10 get_token_tx events for a specific address to see where a large amount of USDC went.

  3. Real-world use case 03

    Portfolio audit

    A user asks to see the get_balance for five different wallets and the get_token_supply for a new project.

Complete set · 24capabilities

The complete Cronoscan (Cronos Block Explorer) capability set.

These are the exact actions your AI can choose when you ask it to work with Cronoscan (Cronos Block Explorer).

Capability set01 / 06

01—04

4 capabilities in this set.

Part of 24 available through Cronoscan (Cronos Block Explorer).

  1. 01 Capability

    Get balance

    Cronoscan fetches the current CRO balance for a single specific wallet. Use this to check a specific account's holdings.

  2. 02 Capability

    Get abi

    Cronoscan fetches the Application Binary Interface for a verified smart contract. This helps your agent understand the contract's functions.

  3. 03 Capability

    Get block reward

    Cronoscan looks up the block rewards associated with a specific block number. This is helpful for understanding network incentives.

  4. 04 Capability

    Get logs

    Cronoscan retrieves the event logs for specific blockchain actions. Use this to see what happened during a transaction.

Capability set02 / 06

05—08

4 capabilities in this set.

Part of 24 available through Cronoscan (Cronos Block Explorer).

  1. 05 Capability

    Get source code

    Cronoscan pulls the verified source code for a specific smart contract. This is essential for security audits and debugging.

  2. 06 Capability

    Get tx receipt status

    Cronoscan checks if a transaction was successful or if it failed. This gives you a clear status update on any on-chain action.

  3. 07 Capability

    Proxy eth block number

    Cronoscan gets the current block number using a standard RPC call. This helps your agent stay synced with the chain.

  4. 08 Capability

    Proxy eth call

    Cronoscan executes an eth_call to interact with a smart contract. Use this to test contract logic without sending a transaction.

Capability set03 / 06

09—12

4 capabilities in this set.

Part of 24 available through Cronoscan (Cronos Block Explorer).

  1. 09 Capability

    Proxy eth estimate gas

    Cronoscan calculates the gas required for a specific transaction. This helps you avoid out-of-gas errors.

  2. 10 Capability

    Proxy eth gas price

    Cronoscan checks the current gas price on the Cronos network. Use this to plan your transaction costs.

  3. 11 Capability

    Proxy eth get block by number

    Cronoscan gets full details for a specific block by its number. This is useful for deep block analysis.

  4. 12 Capability

    Proxy eth get code

    Cronoscan retrieves the compiled bytecode of a smart contract. This is useful for low-level contract inspection.

Capability set04 / 06

13—16

4 capabilities in this set.

Part of 24 available through Cronoscan (Cronos Block Explorer).

  1. 13 Capability

    Proxy eth get storage at

    Cronoscan reads the storage data at a specific contract slot. Use this for advanced state inspection.

  2. 14 Capability

    Proxy eth get transaction by hash

    Cronoscan fetches full details for a transaction using its unique hash. This is the best way to see all data for a single transaction.

  3. 15 Capability

    Proxy eth get transaction receipt

    Cronoscan retrieves the receipt for a transaction after it's processed. This confirms the final state of a transaction.

  4. 16 Capability

    Get token balance

    Cronoscan checks the balance of an ERC20 token for a specific contract address. Use this to see how much of a specific token a wallet holds.

Capability set05 / 06

17—20

4 capabilities in this set.

Part of 24 available through Cronoscan (Cronos Block Explorer).

  1. 17 Capability

    Get token nft tx

    Cronoscan tracks ERC721 NFT transfer events for a specific address. This lets you monitor NFT trading and movements.

  2. 18 Capability

    Get token supply

    Cronoscan gets the total supply of an ERC20 token. Use this to check the total amount of a specific token in existence.

  3. 19 Capability

    Get token tx

    Cronoscan views the transfer history for an ERC20 token at a specific address. This is great for tracking specific token movements.

  4. 20 Capability

    Get tx list internal

    Cronoscan lists all internal transactions for a specific wallet address. This reveals complex interactions between contracts.

Capability set06 / 06

21—24

4 capabilities in this set.

Part of 24 available through Cronoscan (Cronos Block Explorer).

  1. 21 Capability

    Get tx list

    Cronoscan lists all normal transactions for a specific wallet address. Use this to see the standard history of a wallet.

  2. 22 Capability

    Get balance multi

    Cronoscan gets CRO balances for a list of multiple addresses at once. This is useful for tracking several wallets simultaneously.

  3. 23 Capability

    Get eth price

    Cronoscan checks the latest market price for the CRO token. It gives you real-time pricing data.

  4. 24 Capability

    Get eth supply

    Cronoscan retrieves the total supply of CRO on the network. Use this to see the total circulating amount.

Set up in minutes

One URL. Then ask Cronoscan (Cronos Block Explorer) to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Cronoscan (Cronos Block Explorer) from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_1EmSgZVdc76vHHAF0j433NTzjCvsMsuo1Mxs21DJ/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Cronoscan (Cronos Block Explorer), and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Cronoscan (Cronos Block Explorer) for the conversation.

Where the request belongs

Work Cronoscan can move forward.

Built around the request

This is for anyone who spends their day looking at blockchain data but hates the manual process of searching for it.

01

Web3 Developer

Debugging failed transactions and inspecting contract source code while coding.

02

Crypto Analyst

Tracking whale movements and monitoring token distributions for research reports.

03

DeFi Trader

Checking portfolio balances and monitoring token liquidity across the Cronos ecosystem.

Bring your own AI

Change the model, client or framework. Keep Cronoscan connected.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • VS Code
  • Windsurf
  • ZCode
  • Cline
  • Zed
  • Continue
  • Kiro
  • Roo Code
  • Zencoder
  • Goose
  • Void
  • Augment Code
  • Amp
  • Qodo
  • Tabnine
  • Pieces
  • Sourcegraph Cody
  • JetBrains
  • Warp
  • Amazon Q
  • Antigravity
  • BoltAI
  • Raycast
  • Jan
  • LM Studio
  • AnythingLLM
  • Open WebUI
  • Msty
  • Cherry Studio
  • LibreChat
  • TypingMind
  • Chorus
  • 5ire
  • n8n
  • LangChain
  • LlamaIndex
  • CrewAI
  • Vercel AI SDK

Before you connect

Questions about Cronoscan.

The practical details behind the request, access and result.

Can I check multiple CRO balances at once with Cronoscan?

Yes, you can provide a list of wallet addresses, and the Connector will fetch the current CRO balance for every one of them in a single request.

Does Cronoscan work for tracking NFTs?

Yes, it supports tracking ERC721 token transfer events, allowing you to monitor NFT movements for specific addresses easily.

How do I get the price of CRO using this Connector?

Your agent can pull the latest market price and the total supply of CRO automatically so you don't have to check an external exchange.

Can I use Cronoscan to debug failed smart contract transactions?

Absolutely. You can pull transaction receipts to see exactly why a transaction failed and inspect the source code to find the logic error.

Is Cronoscan for the Ethereum network?

No, this Connector is specifically designed for the Cronos blockchain. It provides deep access to Cronos data like gas prices and token supplies.

Can I check the CRO balance of multiple wallet addresses in a single request?

Yes! Use the get_balance_multi capability by providing a comma-separated list of addresses. The AI will return the current balance for each address in the list.

How do I retrieve the source code of a verified smart contract on Cronos?

You can use the get_source_code capability with the contract's address. If the contract is verified on Cronoscan, the AI will fetch the source code, compiler version, and other optimization details.

Is it possible to track NFT transfers for a specific user?

Absolutely. Use the get_token_nft_tx capability with the user's wallet address. You can also filter by a specific NFT contract address to narrow down the results.

One connection away

Give your agent a direct line to Cronoscan.

Connect Cronoscan once. Keep it beside 6,100+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available