EVMCP
@SiriusLattice
关于 EVMCP
MCP server giving AI assistants real-time access to EVM blockchain data across Base, Optimism, Avalanche, and Celo — with companion smart contracts for batch queries and cross-chain data.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"evmcp": {
"command": "npx",
"args": [
"-y",
"evmcp"
],
"env": {
"ALCHEMY_API_KEY": "your_key_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is EVMCP?
EVMCP is an MCP server that exposes 28 tools for querying on-chain data across multiple EVM-compatible networks. It includes four companion smart contracts deployed on all four chains, enabling batch queries and an on-chain tool registry.
How to use EVMCP?
Install EVMCP using npx -y evmcp. Then configure your MCP client to access its 28 tools.
Key features of EVMCP
- 28 tools for querying on-chain data across networks.
- Supports balances, blocks, transactions, gas, ERC20, ENS, events, cross-chain comparisons.
- Four companion smart contracts deployed on all four chains.
- Enables batch queries and on-chain tool registry.
Use cases of EVMCP
- Check wallet balances on multiple EVM chains.
- Monitor current gas prices for transactions.
- Resolve ENS names to Ethereum addresses.
- Analyze contract events across different networks.
- Compare on-chain data (e.g., balances, gas) across multiple chains.
FAQ from EVMCP
—
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论