Scrollscan

Scrollscan MCP Connector for Claude

A+

Explore the Scroll L2 blockchain — check account balances, track transactions (normal, internal, ERC20/721/1155), and inspect contract ABIs directly from your AI agent.

33 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to Scrollscan and bring real-time Scroll L2 blockchain data into your AI-powered workflows. Whether you are debugging smart contracts or monitoring wallet activity, this server provides the essential tools for on-chain analysis.

What you can do

  • Account Balances — Fetch Ether balances for single or multiple addresses simultaneously
  • Transaction History — Retrieve comprehensive lists of normal and internal transactions with block range filtering
  • Token Tracking — Monitor transfer events for ERC20, ERC721 (NFTs), and ERC1155 tokens for any address
  • Contract Inspection — Access verified contract ABIs to understand and interact with smart contracts
  • Network Insights — List blocks mined by specific addresses and query internal transactions by hash

How it works

  1. Subscribe to this server
  2. Enter your Scrollscan API Key
  3. Start querying Scroll L2 data from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Web3 Developers — debug transaction flows and fetch contract ABIs directly from your code editor
  • Data Analysts — aggregate on-chain activity and token movements without manual exports
  • Crypto Enthusiasts — monitor portfolio balances and NFT transfers through natural conversation
scroll-l2ethereumblock-explorersmart-contractsweb3

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

verify_source_code

Verify Source Code

check_verify_status

Check Source Code Verification Status

get_account_balance_multi

Get Ether Balance for Multiple Addresses

get_account_balance

Get Ether Balance for a Single Address

get_block_countdown

Get Estimated Block Countdown Time by BlockNo

get_block_number_by_time

Get Block Number by Timestamp

get_block_reward

Get Block Rewards by BlockNo

get_contract_abi

Get Contract ABI for Verified Source Codes

get_contract_source_code

Get Contract Source Code for Verified Source Codes

get_erc1155_token_tx

Get ERC1155 Token Transfer Events by Address

get_erc20_token_tx

Get ERC20 Token Transfer Events by Address

get_erc721_token_tx

Get ERC721 Token Transfer Events by Address

get_eth_price

Get Ether Last Price

get_eth_supply

Get Total Supply of Ether on Scroll

get_internal_tx_list_by_block_range

Get Internal Transactions by Block Range

get_internal_tx_list_by_hash

Get Internal Transactions by Transaction Hash

get_internal_tx_list

Get Internal Transactions by Address

get_logs

Get Logs

get_mined_blocks

Get List of Blocks Mined by Address

get_normal_tx_list

Get Normal Transactions By Address

get_token_balance

Get ERC20-Token Balance for Address by ContractAddress

get_token_supply

Get ERC20-Token TotalSupply by ContractAddress

get_tx_receipt_status

Check Check Transaction Receipt Status

get_tx_status

Check Transaction Receipt Status

proxy_block_number

eth_blockNumber

proxy_call

eth_call

proxy_estimate_gas

eth_estimateGas

proxy_gas_price

eth_gasPrice

proxy_get_block_by_number

eth_getBlockByNumber

proxy_get_code

eth_getCode

proxy_get_storage_at

eth_getStorageAt

proxy_get_transaction_by_hash

eth_getTransactionByHash

proxy_get_transaction_receipt

eth_getTransactionReceipt

See how to talk to your AI agent using Scrollscan.

What is the ETH balance of address 0x1234567890abcdef1234567890abcdef12345678?

I've checked the balance for that address. It currently holds 1.25 ETH on the Scroll L2 network.

Show me the last 5 normal transactions for 0xabcdef...

I've retrieved the transaction list using `get_normal_tx_list`. Here are the 5 most recent transactions, including hashes, block numbers, and values.

Get the ERC20 token transfer events for address 0x123... on contract 0x456...

Searching for ERC20 transfers... I found several transfer events for that token contract associated with your address. Would you like the details for the most recent one?

You can use the `get_account_balance_multi` tool. Simply provide a comma-separated list of addresses, and the agent will return the Ether balance for each one in a single request.

Related Connectors