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 サーバーをテストおよびデバッグするために、 mcp-cliを使用してサーバーが実行されます。

MCP Inspectorで検査する

もう 1 つの方法は、公式の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 へのアクセスを提供し、ユーザーが自然言語で Ethereum ブロックチェーン情報を照会できるようにする 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