Heurist Logo
Back to Library
Etherscan Agent

Etherscan Agent

Verified

This agent can analyze blockchain transactions, addresses, and ERC20 tokens across multiple chains using blockchain explorers and Firecrawl for data extraction.

Blockchain

Pricing

0.01 USDC/use

Tools

4 callable

Author

0x7d9d...405D
Get a key
Syncing keys…
local-only
  • get_transaction_details

    2 params · 1 credit

    Analyze a specific blockchain transaction. Provides detailed information about the transaction including sender, receiver, gas fees, and transaction actions (such as trading on DEX, interacting with DeFi). Use this tool when you want to know what exactly happened for a transaction id.

  • get_address_history

    2 params · 1 credit

    Analyze a blockchain address to get transaction history, balance, and activity summary. Use this tool to gets insights into the address usage patterns and token holdings.

  • get_erc20_token_transfers

    2 params · 1 credit

    Get recent token transfer transactions and basic token information including name, symbol, total supply, and holder count. Use this tool to understand recent tranfers of the token. Do not use this for token holder detailed distribution.

  • get_erc20_top_holders

    2 params · 1 credit

    Get top 50 token holders data including wallet addresses, balances, percentages, and basic token information. Use this tool to understand token holder distribution.

MCP Server Configdrop into your client
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/EtherscanAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}