Etherscan MCP Server
@huahuayu
Etherscan MCP Server について
etherscan v2 api mcp server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"etherscan-mcp-server": {
"command": "etherscan-mcp-server",
"env": {
"ETHERSCAN_API_KEY": "$your_etherscan_api_key"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Etherscan MCP Server?
Etherscan MCP Server is a Go implementation of an Etherscan API client for the Model Context Protocol (MCP). It enables LLM applications to access blockchain data from over 50 supported chains via a single Etherscan API key.
How to use Etherscan MCP Server?
Set the ETHERSCAN_API_KEY environment variable, build with make build, and run the server in default stdin/stdout mode or SSE mode with --sse. Provide the server configuration in your MCP client’s JSON settings.
Key features of Etherscan MCP Server
- Access Etherscan API V2 for multi-chain support
- Single API key for 50+ supported chains
- Supports account balances, block info, and contract data
- Provides gas oracle, token, and transaction data
- Operates in stdin/stdout or SSE transport modes
- Includes 19 structured blockchain data tools
Use cases of Etherscan MCP Server
- Query ETH balances and token holdings for any address
- Retrieve contract source code and ABI for verified contracts
- Monitor pending transactions and gas prices on Ethereum
- Track token transfers and NFT holdings across chains
- Compare gas usage and activity between different L2s
FAQ from Etherscan MCP Server
What API key is needed?
You must obtain an Etherscan API key from etherscan.io/myapikey and set it as the ETHERSCAN_API_KEY environment variable.
What chains does the server support?
It supports over 50 chains via Etherscan API V2. See the supported chains list for details.
How does the server communicate with clients?
Two modes are available: default stdin/stdout for direct MCP integration, and SSE mode with --sse that listens on HTTP (default port 4000).
Can I use it with Cursor or similar tools?
Yes. Configure it under mcpServers in your editor’s MCP settings JSON, setting the command or URL and passing ETHERSCAN_API_KEY as an environment variable.
Are there any runtime dependencies besides the API key?
The only required dependency is an Etherscan API key. The server is built from Go source, but no Go runtime is needed after building the binary.
「その他」の他のコンテンツ
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Servers
modelcontextprotocolModel Context Protocol Servers
コメント