MCP.so
登录

@xiaok/etherscan-mcp

@xiaok

关于 @xiaok/etherscan-mcp

Model Context Protocol (MCP) Server for Etherscan

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

xiaok

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "etherscan-mcp": {
      "command": "npx",
      "args": [
        "fastmcp",
        "dev",
        "src/index.ts"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is @xiaok/etherscan-mcp?

@xiaok/etherscan-mcp is a dynamic Model Context Protocol (MCP) server that provides a standardized interface for interacting with Etherscan’s API and services. It is designed for developers who want to query Ethereum blockchain data through MCP‑compatible clients such as Claude Desktop.

How to use @xiaok/etherscan-mcp?

Run npx fastmcp dev src/index.ts to test with mcp-cli, or npx fastmcp inspect src/index.ts to inspect with the MCP Inspector. For use with Claude Desktop, add the server configuration to your Claude Desktop settings, specifying the command npx tsx /PATH/TO/YOUR_PROJECT/src/index.ts and the environment variable ETHERSCAN_API_KEY.

Key features of @xiaok/etherscan-mcp

  • Integrates with Etherscan’s API via the MCP protocol
  • Testable and debuggable with mcp-cli
  • Inspectable through the official MCP Inspector
  • Supports multiple blockchains (see

评论

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