Etherlink Server
БесплатноНе проверенEnables interaction with the Etherlink blockchain, including balance checks, transactions, smart contract interactions, and token operations.
Описание
Enables interaction with the Etherlink blockchain, including balance checks, transactions, smart contract interactions, and token operations.
README
A Model Context Protocol (MCP) server for Etherlink - an EVM-compatible Layer 2 blockchain built on Tezos.
Networks
| Network | Chain ID | RPC Endpoint | Explorer |
|---|---|---|---|
| Mainnet | 42793 | https://node.mainnet.etherlink.com | explorer.etherlink.com |
| Shadownet Testnet | 127823 | https://node.shadownet.etherlink.com | shadownet.explorer.etherlink.com |
Native Currency: XTZ (18 decimals)
Quick Start
Install & Run
git clone https://github.com/efekucuk/etherlink-mcp-server.git
cd etherlink-mcp-server
bun install
bun run start
Configure with Claude Desktop
Add to your Claude Desktop config (~/.config/claude/claude_desktop_config.json):
{
"mcpServers": {
"etherlink": {
"command": "bun",
"args": ["run", "/path/to/etherlink-mcp-server/src/index.ts"],
"env": {
"EVM_PRIVATE_KEY": "your-private-key-here"
}
}
}
}
Network Aliases
- Mainnet:
etherlink,etherlink-mainnet - Testnet:
etherlink-shadownet,etherlink-testnet,shadownet
Features
- ✅ Check balances (native XTZ + ERC20 tokens)
- ✅ Send transactions
- ✅ Read/write smart contracts (automatic ABI fetching)
- ✅ Token operations (ERC20, ERC721, ERC1155)
- ✅ Transaction history and receipts
- ✅ Gas estimation
- ✅ Block data access
- ✅ Debug tracing
Etherlink-Specific Notes
Key Characteristics
- Native Currency: XTZ (Tez)
- EIP-1559 Support: Yes - uses
max_fee_per_gas. Priority fees (max_priority_fee_per_gas) are ignored since the sequencer uses first-come-first-served ordering. - WebSockets: Supported when running your own node with
--wsflag. Public RPC nodes don't expose WebSockets. - Rate Limits: Public RPC limited to 1000 requests/minute
Fee Structure
Etherlink fees include:
- Execution fee - varies based on network throughput (minimum 1 gwei)
- Inclusion fee - covers data availability on Tezos L1
See Fee structure for details.
Testing
bun test test/etherlink.test.ts
Testnet Faucet
Get testnet XTZ: https://shadownet.faucet.etherlink.com
Resources
License
MIT
Установка Etherlink Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/efekucuk/etherlink-mcp-serverFAQ
Etherlink Server MCP бесплатный?
Да, Etherlink Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Etherlink Server?
Нет, Etherlink Server работает без API-ключей и переменных окружения.
Etherlink Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Etherlink Server в Claude Desktop, Claude Code или Cursor?
Открой Etherlink Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Etherlink Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
