Etherscan has launched a suite of tools that allows AI agents and coding assistants to access live blockchain data through the explorer’s API.
The release targets developers building agents that require verified onchain information across more than 60 EVM-compatible networks. Etherscan announced the “Build with AI” launch in a post on X on August 31, 2026.
What Etherscan’s AI tools include
The release provides three ways for software to access Etherscan data: a Model Context Protocol (MCP) server, a command-line interface (CLI), and a collection of installable agent “skills.”
The hosted MCP server can be accessed by agents such as Claude and ChatGPT through natural-language requests. According to Etherscan’s documentation, it runs from a single endpoint at mcp.etherscan.io/mcp and exposes 20 tools.
These tools cover core blockchain queries, including native and token balances, normal and internal transactions, transaction and receipt lookups, contract information, gas prices, and event logs. A single connection can reach every supported network.
The CLI follows the structure of Etherscan’s API, using commands in the form etherscan <command>. It returns JSON by default and also supports table and CSV output for users who need results in a more readable format.
All three components authenticate with a standard Etherscan API key. A free key can be used across every supported chain.
Skills for tracing funds and reviewing contracts
Etherscan’s public GitHub repository lists four installable skills. Developers can add them with the npx skills add command or copy the relevant folder into an agent’s skills directory.
Etherscan Flow traces fund movements between addresses and records them in a case file. Etherscan Contract Review explains the function of a verified, deployed smart contract. A transaction debugger reconstructs what a transaction did and why, while an orchestrator skill directs each task to the appropriate interface.
According to the repository, the purpose of the skills is that “every address, amount, and transaction hash comes from a live API call, never invented.” The suite is read-only and follows the API’s existing quotas and rate limits.
Etherscan targets AI hallucinations in crypto
Etherscan’s release addresses the hallucination problem affecting crypto-focused AI tools. Language models can generate an incorrect wallet balance or describe a transaction that never occurred, potentially causing costly mistakes.
These errors often arise when models lack access to the necessary data. In many cases, they cannot crawl the web pages where the relevant blockchain information is published.
Etherscan also warned users not to enter API keys into fake or fraudulent MCP servers claiming to be legitimate. Its documentation states that only one official MCP server exists and warns that listings on MCP marketplaces using the name “Etherscan MCP” are unaffiliated.
Blockchain data tools for an increasingly automated web
The growing scale of automated internet activity is increasing demand for tools that can provide reliable data directly to AI agents.
In early June, AI agents reportedly surpassed humans as the internet’s largest source of traffic. Cloudflare CEO Matthew Prince confirmed the shift and said it happened sooner than he had predicted.
Cloudflare Radar data later showed agentic bots accounting for 57.4% of web traffic, compared with 42.6% for humans. North America recorded an even greater imbalance, with bots responsible for 68.6% of traffic.
Humans have since regained the lead, but bots still represented more than 35% of web traffic during the previous four weeks.
Publishers are also developing ways to make their content easier for AI agents to access. Etherscan’s release follows a similar model by providing machine-readable documentation and a query layer designed for software readers as well as human users.

