MCPServers
Etherscan Tools - MCP server logo

Etherscan Tools

17
0

Summary

This MCP Etherscan server provides Ethereum blockchain data tools via Etherscan's API. Built with TypeScript and leveraging the ethers.js library, it offers features like balance checking, transaction history viewing, token transfer tracking, contract ABI fetching, gas price monitoring, and ENS name resolution. The server is designed to run on stdio, making it compatible with MCP clients like Claude Desktop. By abstracting Etherscan API interactions into standardized MCP tools, it enables AI systems to easily access and analyze Ethereum blockchain data. This implementation is particularly useful for applications requiring real-time Ethereum data, such as DeFi analytics, wallet monitoring, or smart contract development assistance.

Available Actions(6)

check-balance

Get ETH balance for any Ethereum address. Input: Ethereum address. Output: ETH balance in both Wei and ETH.

get-transactions

View recent transactions for a given Ethereum address. Input: Ethereum address, optional limit. Output: Recent transactions with timestamps, values, and addresses.

get-token-transfers

Track recent ERC20 token transfers for a specific Ethereum address. Input: Ethereum address, optional limit. Output: Recent ERC20 token transfers with token details.

get-contract-abi

Fetch smart contract ABIs for a specific contract address. Input: Contract address. Output: Contract ABI in JSON format.

get-gas-prices

Monitor current gas prices. Input: None. Output: Current gas prices in Gwei.

get-ens-name

Resolve an Ethereum address to its associated ENS name, if available. Input: Ethereum address. Output: Associated ENS name if available.

Last Updated: April 17, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ