.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/mcpdotdirect/evm-mcp-server
home/mcp-servers/mcpdotdirect/evm-mcp-server
mcpdotdirect avatar

evm-mcp-server

bymcpdotdirect· 1 MCP server

Installs

594

Stars

380

Forks

105

Category

Finance & Trading

View on GitHub

TL;DR

A comprehensive Model Context Protocol (MCP) server that provides blockchain services across 60+ EVM-compatible networks. This server enables AI agents to interact with Ethereum, Optimism, Arbitrum, Base, Polygon, and many other EVM chains with a unified interface through 22 tool

How to install evm-mcp-server?

mcpdotdirect/evm-mcp-server
$git clone https://github.com/mcpdotdirect/evm-mcp-server

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install evm-mcp-server by running `git clone https://github.com/mcpdotdirect/evm-mcp-server`, then use it for the current task and follow its documentation at https://github.com/mcpdotdirect/evm-mcp-server.

Files · 1

View on GitHub
README.md
1# EVM MCP Server
2 
3![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
4![EVM Networks](https://img.shields.io/badge/Networks-60+-green)
5![TypeScript](https://img.shields.io/badge/TypeScript-5.8+-3178C6)
6![MCP](https://img.shields.io/badge/MCP-1.22.0+-blue)
7![Viem](https://img.shields.io/badge/Viem-2.39.3+-green)
8 
9A comprehensive Model Context Protocol (MCP) server that provides blockchain services across 60+ EVM-compatible networks. This server enables AI agents to interact with Ethereum, Optimism, Arbitrum, Base, Polygon, and many other EVM chains with a unified interface through 22 tools and 10 AI-guided prompts.
10 
11## 📋 Contents
12 
13- [Overview](#overview)
14- [Features](#features)
15- [Supported Networks](#supported-networks)
16- [Prerequisites](#prerequisites)
17- [Installation](#installation)
18- [Configuration](#configuration)
19 - [Environment Variables](#environment-variables)
20 - [Server Configuration](#server-configuration)
21- [Usage](#usage)
22- [API Reference](#api-reference)
23 - [Tools](#tools)
24 - [Prompts](#prompts)
25 - [Resources](#resources)
26- [Security Considerations](#security-considerations)
27- [Project Structure](#project-structure)
28- [Development](#development)
29- [License](#license)
30 
31## 🔭 Overview
32 
33The MCP EVM Server leverages the Model Context Protocol to provide blockchain services to AI agents. It supports a wide range of services including:
34 
35- Reading blockchain state (balances, transactions, blocks, etc.)
36- Interacting with smart contracts with **automatic ABI fetching** from block explorers
37- Transferring tokens (native, ERC20, ERC721, ERC1155)
38- Querying token metadata and balances
39- Chain-specific services across 60+ EVM networks (34 mainnets + 26 testnets)
40- **ENS name resolution** for all address parameters (use human-readable names like 'vitalik.eth' instead of addresses)
41- **AI-friendly prompts** that guide agents through complex workflows
42 
43All services are exposed through a consistent interface of MCP tools, resources, and prompts, making it easy for AI agents to discover and use blockchain functionality. **Every tool that accepts Ethereum addresses also supports ENS names**, automatically resolving them to addresses behind the scenes. The server includes intelligent ABI fetching, eliminating the need to know contract ABIs in advance.
44 
45## ✨ Features
46 
47### Blockchain Data Access
48 
49- **Multi-chain support** for 60+ EVM-compatible networks (34 mainnets + 26 testnets)
50- **Chain information** including blockNumber, chainId, and RPCs
51- **Block data** access by number, hash, or latest
52- **Transaction details** and receipts with decoded logs
53- **Address balances** for native tokens and all token standards
54- **ENS resolution** for human-readable Ethereum addresses (use 'vitalik.eth' instead of '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045')
55 
56### Token services
57 
58- **ERC20 Tokens**
59 
60 - Get token metadata (name, symbol, decimals, supply)
61 - Check token balances
62 - Transfer tokens between addresses
63 - Approve spending allowances
64 
65- **NFTs (ERC721)**
66 
67 - Get collection and token metadata
68 - Verify token ownership
69 - Transfer NFTs between addresses
70 - Retrieve token URIs and count holdings
71 
72- **Multi-tokens (ERC1155)**
73 - Get token balances and metadata
74 - Transfer tokens with quantity
75 - Access token URIs
76 
77### Smart Contract Interactions
78 
79- **Read contract state** through view/pure functions
80- **Write to contracts** - Execute any state-changing function with automatic ABI fetching
81- **Contract verification** to distinguish from EOAs
82- **Event logs** retrieval and filtering
83- **Automatic ABI fetching** from Etherscan v2 API across all 60+ networks (no need to know ABIs in advance)
84- **ABI parsing and validation** with function discovery
85 
86### Comprehensive Transaction Support
87 
88- **Flexible Wallet Support** - Configure with Private Key or Mnemonic (BIP-39) with HD path support
89- **Native token transfers** across all supported networks
90- **Gas estimation** for transaction planning
91- **Transaction status**

Preview

mcpdotdirect/evm-mcp-servermcpdotdirect/evm-mcp-server

# EVM MCP Server

![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)

![EVM Networks](https://img.shields.io/badge/Networks-60+-green)

![TypeScript](https://img.shields.io/badge/TypeScript-5.8+-3178C6)

Repomcpdotdirect/evm-mcp-server
TypeMCP Servers
CategoryFinance & Trading
UpdatedJun 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPagentblockchain

Related

6 picks
Type
  1. jerbouma avatarfinancetoolkit200+ transparent financial metrics calculated from raw statements, not third-party endpoints.MCP ServersJul 202661k5.2k
  2. financial-datasets avatarmcp-serverAn MCP server for interacting with the Financial Datasets stock market API.MCP ServersJun 202556k2.2k
  3. quantconnect avatarmcp-serverPython MCP server for local interactions with the QuantConnect API.MCP ServersMay 202656k78
  4. alpacahq avataralpaca-mcp-serverAlpaca Trading API integration for Model Context Protocol (MCP). V2 generates 60+ tools directly from Alpaca's OpenAPI specs using FastMCP.MCP ServersJul 202643k891
  5. getnable avatarfinopsmcpSee where your cloud and AI bills go, and spend less. Local-first, in your terminal or editor.MCP ServersJul 202616k14
  6. xeroapi avatarxero-mcp-serverMCP server implementation for Xero integrationMCP ServersJun 202614k342