EVM MCP Server
@zhangzhongnan928
关于 EVM MCP Server
A MCP (Master Control Program) server for interacting with EVM smart contracts with a web interface for transaction confirmations
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is EVM MCP Server?
EVM MCP Server is an MCP (Model Context Protocol) server that enables interaction with EVM smart contracts through both read and write operations. It pairs a backend MCP server with a web DApp for wallet-based transaction confirmation, making it suitable for developers and users who need secure, multi-chain EVM interaction.
How to use EVM MCP Server?
Setup and installation details are provided in individual README files within the /server and /client directories. The server handles read operations via API keys, while write operations require a user’s wallet signature through the web DApp interface.
Key features of EVM MCP Server
- Read operations through MCP server using API keys
- Write operations requiring wallet signature via Web DApp
- Support for multiple EVM chains
- Secure API key storage
- Transaction monitoring
Use cases of EVM MCP Server
- Querying on-chain data from EVM smart contracts
- Executing contract transactions with user‑controlled wallet signing
- Managing interactions across different EVM‑compatible blockchains
- Building DApps that need a secure transaction confirmation layer
FAQ from EVM MCP Server
How does EVM MCP Server differ from a standard RPC provider?
EVM MCP Server separates read operations (handled by the MCP server with API keys) from write operations (requiring a wallet signature via the web DApp), giving users more control over transaction authorization.
What dependencies or runtime are required?
The project uses a Node.js‑based MCP server and a frontend web DApp. Specific runtime and dependency details are found in the /server and /client README files.
Where are transaction data and API keys stored?
API keys are stored securely on the MCP server. Transactions are initiated from the user’s wallet via the web DApp; on‑chain data resides on the respective EVM blockchain.
What transports and authentication methods are supported?
The MCP server likely uses standard MCP transport (e.g., stdio or HTTP). Read operations authenticate via API keys; write operations authenticate through the user’s wallet signature.
Are there any known limits?
The README does not mention specific limits, but the server supports multiple EVM chains and monitors transactions, implying it can handle common use cases for EVM interaction.
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Nginx UI
0xJackyYet another WebUI for Nginx
评论