etherlink-mcp-server
Enables interaction with the Etherlink blockchain, including balance checks, transactions, smart contract interactions, and token operations.
README
Etherlink MCP Server
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
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
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.