Skip to main content
Glama

Etherscan MCP Tool

Etherscan MCP Tool

This tool provides functionality to interact with blockchain data, specifically to retrieve the total supply of a token on a given chain, retrieve the chain ID for a given chain name, and retrieve a filtered list of RPC endpoints for a given chain ID.

Usage

The tool exposes the following functionalities:

  • Get Total Supply: Retrieves the total supply of a token given its address and chain ID.
  • Get Chain ID: Retrieves the chain ID for a given chain name.
  • Get Filtered RPC List: Retrieves a filtered list of RPC endpoints for a given chain ID.

Get Total Supply

To get the total supply of a token, you need to provide the chain ID and the token address.

Parameters:

  • chain_id: The ID of the blockchain network.
  • token_address: The address of the token.

Example:

To find the total supply of token 0x6B2a01A5f79dEb4c2f3c0eDa7b01DF456FbD726a on chain 56, you would use the following:

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

The tool would then return the total supply of the token, such as:

46141292590

Get Chain ID

To get the chain ID, you need to provide the chain name.

Parameters:

  • chain_name: The name of the blockchain network.

Example:

To find the chain ID for BNB Smart Chain Mainnet, you would use the following:

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

The tool would then return the chain ID, such as:

56

Get Filtered RPC List

To get a filtered list of RPC endpoints, you need to provide the chain ID. You can also filter by isOpenSource and tracking.

Parameters:

  • chain_id: The ID of the blockchain network.
  • isOpenSource (optional): Filter by isOpenSource.
  • tracking (optional): Filter by tracking (none, yes, limited, unspecified).

Example:

To find the RPC list for chain ID 1, you would use the following:

{ "chain_id": "1" }

The tool would then return the RPC list for chain ID 1.

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.

A tool that enables users to interact with blockchain data to retrieve token total supply, chain IDs, and filtered RPC endpoints across different blockchain networks.

  1. Usage
    1. Get Total Supply
    2. Get Chain ID
    3. Get Filtered RPC List

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
    19
    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
    19
    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