MCP.so
登录

Etherscan MCP Server

@huahuayu

关于 Etherscan MCP Server

etherscan v2 api mcp server

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

huahuayu

提交者

Shiming Liu

配置

使用下面的配置,将此服务器添加到你的 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.

评论

其他 分类下的更多 MCP 服务器