Etherscan MCP Tool

Etherscan MCP Tool

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.

Category
Visit Server

README

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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured