Etherscan MCP
@xiaok/etherscan-mcp
用于与 Etherscan 的 API 和服务交互的动态 MCP 服务器。
运行您的服务器
使用mcp-cli进行测试
测试和调试服务器的最快方法是使用fastmcp dev :
npx fastmcp dev server.js
npx fastmcp dev server.ts这将使用mcp-cli运行您的服务器,以便在终端中测试和调试您的 MCP 服务器。
使用MCP Inspector进行检查
另一种方法是使用官方MCP Inspector通过 Web UI 检查您的服务器:
npx fastmcp inspect server.tsRelated MCP server: Ankr API MCP Server
常问问题
如何与 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
待办事项
全面测试
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn 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.1091MIT
- AlicenseBqualityCmaintenanceAn MCP server that fetches on-chain blockchain data via the Ankr API, allowing LLMs to retrieve token balances for wallet addresses on specific networks.1323MIT
- AlicenseBqualityDmaintenanceAn MCP server providing comprehensive access to Ethereum blockchain data across 72+ networks via Etherscan's V2 API. It enables users to check balances, track transactions, analyze smart contracts, and monitor gas prices through natural language.24261MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that bridges AI models with Ethereum blockchains via all JSON-RPC calls, enabling natural language queries for block numbers, balances, transactions, and smart contract data.1321MIT
Related MCP Connectors
MCP server for Blockscout
Etherscan MCP — multichain block-explorer API (Etherscan V2)
An MCP server that integrates with Discord to provide AI-powered features.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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