EVM MCP Auditor
🛡️ EVM MCP Auditor
프로덕션급 Model Context Protocol (MCP) 서버로, EVM 스마트 계약 보안 감사, 정적 취약점 분석, 그리고 Claude 및 Claude Code를 위한 멀티체인 텔레메트리를 제공합니다.
⚡ 개요
EVM MCP Auditor는 Anthropic의 Claude, Claude Desktop, Claude Code CLI를 Ethereum 및 EVM 생태계에 직접 연결합니다. Claude에게 특화된 보안 감사 도구를 제공하여 Solidity 스마트 계약의 주요 공격 벡터를 자동으로 검사하고, 블록 탐색기에서 검증된 소스 코드를 가져오며, 원시 트랜잭션 calldata를 디코딩하고, 멀티체인 가스 비용을 추정할 수 있게 합니다.
┌───────────────────────────┐ ┌───────────────────────────────┐
│ │ stdio │ │
│ Claude Desktop / Code │ ◄─────► │ EVM MCP Auditor Server │
│ (Anthropic AI) │ │ (@zalana/evm-mcp-auditor) │
│ │ │ │
└───────────────────────────┘ └──────────────┬────────────────┘
│
▼
┌───────────────────────────────┐
│ EVM Networks & Explorers │
│ • Ethereum • Base • Arbitrum │
│ • Optimism • Polygon • BSC │
└───────────────────────────────┘Related MCP server: Elytra Security MCP Server
🚀 기능 및 MCP 도구
MCP 도구 | 설명 |
| Solidity 코드에 대한 정적 보안 분석을 실행합니다 (재진입, 안전하지 않은 Delegatecall, |
| 6개 EVM 네트워크의 블록 탐색기에서 검증된 계약 소스 코드를 직접 가져옵니다. |
| 원시 트랜잭션 16진수 데이터를 4바이트 함수 선택자와 파라미터 청크로 디코딩합니다. |
| Ethereum, Base, Arbitrum, Polygon, Optimism, BSC 전반의 실시간 가스 텔레메트리를 가져옵니다. |
📦 빠른 시작 및 설치
옵션 1: Claude Desktop 연동
claude_desktop_config.json에 다음 스니펫을 추가하세요:
{
"mcpServers": {
"evm-auditor": {
"command": "npx",
"args": ["-y", "@zalana/evm-mcp-auditor"]
}
}
}옵션 2: Claude Code CLI
claude mcp add evm-auditor npx -y @zalana/evm-mcp-auditor옵션 3: 로컬 개발
# Clone repository
git clone https://github.com/zalana28/evm-mcp-auditor.git
cd evm-mcp-auditor
# Install dependencies
npm install
# Run automated test suites
npm test
# Build TypeScript to dist/
npm run build
# Run local MCP server
npm start🛡️ 지원되는 취약점 스캐너 (SWC / CWE)
EVM-SEC-001: 재진입 (Checks-Effects-Interactions 위반)
SWC-107/CWE-841EVM-SEC-002: 임의 / 통제되지 않는 Delegatecall
SWC-112/CWE-829EVM-SEC-003:
tx.origin을 통한 취약한 인증SWC-115/CWE-287EVM-SEC-004: 저수준 호출의 검사되지 않은 반환 값
SWC-104/CWE-252EVM-SEC-005: 블록 타임스탬프 조작
SWC-116/CWE-330EVM-SEC-006: 더 이상 사용되지 않는
selfdestruct/ 보호되지 않는 상태 잠금SWC-106/CWE-284EVM-SEC-007: 플로팅 pragma 컴파일러 경고
SWC-103/CWE-664EVM-SEC-008: 제로 주소(
address(0)) 세터 검증 누락SWC-100/CWE-20
🤝 기여
기여, 이슈 제기, 기능 요청은 언제나 환영합니다! 기여 가이드를 확인해 주세요.
📄 라이선스
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다.
전 세계 오픈소스 및 Web3 개발자 커뮤니티를 위해 Zalana가 ⚡과 함께 만들었습니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Ethereum smart contracts through Anvil, providing capabilities to read Solidity code, simulate and execute transactions, manipulate blockchain state, query events, and test contracts in isolated environments for development and auditing workflows.
- AlicenseAqualityDmaintenanceEnables AI coding agents to scan smart contracts and code for vulnerabilities, check against 12 famous-hack patterns, and return public security receipts directly in the IDE.414MIT
- AlicenseNot gradedqualityBmaintenanceEnables smart contract security auditing using Slither, Aderyn, and custom pattern analysis through the Model Context Protocol, allowing AI assistants to run static analysis and vulnerability checks on Solidity and Vyper contracts.1Apache 2.0
- AlicenseAqualityDmaintenanceConnects AI assistants to Solodit's 49,000+ blockchain vulnerability database, enabling search, browse, and lookup of audit findings directly from your AI workflow.4MIT
Related MCP Connectors
AI security scanner for Solidity + free CC0 dataset of Sherlock audit-competition acceptance rates.
Resolve any EVM contract ABI (even unverified, via decompilation), read, simulate, prepare txs.
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zalana28/evm-mcp-auditor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server