Skip to main content
Glama

Etherscan MCP Tool

Etherscan MCPツール

このツールは、ブロックチェーン データと対話する機能を提供します。具体的には、特定のチェーン上のトークンの総供給量を取得したり、特定のチェーン名のチェーン ID を取得したり、特定のチェーン ID の RPC エンドポイントのフィルター処理されたリストを取得したりします。

使用法

このツールは次の機能を公開します。

  • 総供給量を取得: アドレスとチェーン ID を指定してトークンの総供給量を取得します。
  • チェーン ID の取得: 指定されたチェーン名のチェーン ID を取得します。
  • フィルターされた RPC リストの取得: 指定されたチェーン ID の RPC エンドポイントのフィルターされたリストを取得します。

総供給量を取得

トークンの総供給量を取得するには、チェーン ID とトークン アドレスを指定する必要があります。

パラメータ:

  • chain_id : ブロックチェーン ネットワークの ID。
  • token_address : トークンのアドレス。

例:

チェーン56上のトークン0x6B2a01A5f79dEb4c2f3c0eDa7b01DF456FbD726aの合計供給量を確認するには、次のようにします。

{ "chain_id": 56, "token_address": "0x6B2a01A5f79dEb4c2f3c0eDa7b01DF456FbD726a" }

ツールは次のようにトークンの総供給量を返します。

46141292590

チェーンIDを取得

チェーン ID を取得するには、チェーン名を指定する必要があります。

パラメータ:

  • chain_name : ブロックチェーンネットワークの名前。

例:

BNB Smart Chain Mainnetのチェーン ID を見つけるには、次のようにします。

{ "chain_name": "BNB Smart Chain Mainnet" }

ツールは次のようなチェーン ID を返します。

56

フィルタリングされたRPCリストを取得する

RPCエンドポイントのフィルタリングされたリストを取得するには、チェーンIDを指定する必要があります。isOpenSource isOpenSource trackingでフィルタリングすることもできます。

パラメータ:

  • chain_id : ブロックチェーン ネットワークの ID。
  • isOpenSource (オプション): isOpenSource でフィルタリングします。
  • tracking (オプション): 追跡 (なし、はい、制限あり、未指定) でフィルタリングします。

例:

チェーン ID 1の RPC リストを見つけるには、次のコマンドを使用します。

{ "chain_id": "1" }

その後、ツールはチェーン ID 1 の RPC リストを返します。

Install 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.

ユーザーがブロックチェーン データと対話して、さまざまなブロックチェーン ネットワークにわたってトークンの総供給量、チェーン ID、フィルター処理された RPC エンドポイントを取得できるようにするツール。

  1. 使用法
    1. 総供給量を取得
    2. チェーンIDを取得
    3. フィルタリングされたRPCリストを取得する

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Facilitates interaction with Ethereum blockchain data via Etherscan's API, providing real-time access to balances, transactions, token transfers, contract ABIs, gas prices, and ENS name resolutions.
    Last updated -
    6
    15
    22
    TypeScript
    MIT License
  • A
    security
    A
    license
    A
    quality
    Provides Ethereum blockchain data tools via Etherscan's API, enabling users to check ETH balances, view transactions, track token transfers, fetch contract ABIs, monitor gas prices, and resolve ENS names.
    Last updated -
    6
    15
    1
    TypeScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    A server that enables interaction with the Solana blockchain, providing access to over 40 Solana RPC methods including getting balances, transaction details, block information, and sending transactions.
    Last updated -
    3
    Python
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    Provides tools for AI assistants to interact with the Ethereum blockchain through standard JSON-RPC methods, enabling queries for account balances, gas prices, and smart contract code.
    Last updated -
    6
    8
    JavaScript
    MIT License

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/septemhill/etherscan-mcp'

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