-
securityA
license-
qualityFork of @cyanheads toolkit MCP server. Added encoding functions, removed system network functions.
Last updated -
6
2
TypeScript
Apache 2.0
一个 MCP(模型上下文协议)服务器,通过 Etherscan 的 API 提供以太坊区块链数据工具。功能包括查询 ETH 余额、查看交易历史记录、追踪 ERC20 转账、获取合约 ABI、监控 Gas 价格以及解析 ENS 域名。
.env
文件:启动服务器:
该服务器将在 stdio 上运行,使其与 Claude Desktop 等 MCP 客户端兼容。
该服务器实现了模型上下文协议 (MCP),以提供通过 Etherscan 的 API 与以太坊区块链数据交互的工具。每个工具都以 MCP 端点的形式公开,可供兼容的客户端调用。
check-balance
get-transactions
get-token-transfers
get-contract-abi
get-gas-prices
get-ens-name
要将此服务器添加到 Claude Desktop:
npm start
启动服务器您可以使用如下命令:
或者
要添加新功能或修改现有功能:
src/server.ts
src/services/etherscanService.ts
中处理npm run build
MIT 许可证 - 详情请参阅许可证文件
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.
来自 Etherscan 的分叉,专用于 chain-id 175
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/otc-ai/mcp-otc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server