Skip to main content
Glama

Etherscan MCP

@xiaok/etherscan-mcp

用于与 Etherscan 的 API 和服务交互的动态 MCP 服务器。

运行您的服务器

使用mcp-cli进行测试

测试和调试服务器的最快方法是使用fastmcp dev

npx fastmcp dev server.js npx fastmcp dev server.ts

这将使用mcp-cli运行您的服务器,以便在终端中测试和调试您的 MCP 服务器。

使用MCP Inspector进行检查

另一种方法是使用官方MCP Inspector通过 Web UI 检查您的服务器:

npx fastmcp inspect server.ts

常问问题

如何与 Claude Desktop 一起使用?

按照指南https://modelcontextprotocol.io/quickstart/user并添加以下配置:

{ "mcpServers": { "my-mcp-server": { "command": "npx", "args": ["tsx", "/PATH/TO/YOUR_PROJECT/src/index.ts"], "env": { "ETHERSCAN_API_KEY": "********" } } } }

API文档

https://docs.etherscan.io/etherscan-v2

支持链列表: https://docs.etherscan.io/etherscan-v2/getting-started/supported-chains请注意,并非所有链都支持所有端点。支持列表请见此处: https://forms.blockscan.com/public/grid/3E9QiN00NLhCQVibiP3Z-Bpqhmd7zGXsgapEKJupxiI

待办事项

  1. 全面测试

You must to connect to the server.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

提供访问 Etherscan 区块链数据 API 的 MCP 服务器,允许用户通过自然语言查询以太坊区块链信息。

  1. 运行您的服务器
    1. 使用mcp-cli进行测试
    2. 使用MCP Inspector进行检查
  2. 常问问题
    1. 如何与 Claude Desktop 一起使用?
  3. API文档
    1. 待办事项

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        An API server that implements the Model Completion Protocol (MCP) for Cryo blockchain data extraction, allowing users to query Ethereum blockchain data through any MCP-compatible client.
        Last updated -
        5
        86
        Python
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        A MCP server offering tools for cryptocurrency research and Ethereum-based automation.
        Last updated -
        113
        6
        37
        TypeScript
        AGPL 3.0
      • A
        security
        A
        license
        A
        quality
        An MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.
        Last updated -
        20
        141
        Python
        GPL 3.0
        • Apple
        • Linux
      • A
        security
        A
        license
        A
        quality
        An MCP server that enables LLMs to perform blockchain operations on the Base network through natural language commands, including wallet management, balance checking, and transaction execution.
        Last updated -
        4
        4
        1
        TypeScript
        MIT License
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaok/etherscan-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server