Evm Mcp Tools — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Evm Mcp Tools (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A comprehensive toolkit for Ethereum blockchain analysis directly within Claude AI using Model Context Protocol (MCP).
git clone https://github.com/0xGval/evm-tools-mcp
cd evm-tools-mcp npm installmcp.json.example to mcp.jsonmcp.json to include your API keys and correct file paths {
"mcpServers": {
"ethereum-tools": {
"command": "node",
"args": ["YOUR_ABSOLUTE_PATH_TO/main.js"],
"env": {
"ETH_RPC_URL": "https://eth.llamarpc.com",
"MORALIS_API_KEY": "your_moralis_api_key",
"ETHERSCAN_API_KEY": "your_etherscan_api_key",
"CODEX_API_KEY": "your_codex_api_key",
"RAPIDAPI_KEY": "your_rapidapi_key"
}
}
}
}%APPDATA%\Claude\claude_desktop_config.jsonmcp.json file into this configurationauditContract(address: "0x..."): Perform security audit on a smart contractgetEthBalance(address: "0x..."): Get ETH balancegetTransactionCount(address: "0x..."): Get transaction count (nonce)getTokensBalance(address: "0x...", chain: "eth", excludeSpam: true): Get all token balancesgetWalletPnl(address: "0x...", chain: "eth"): Analyze wallet profit/lossgetTokenInfo(address: "0x...", networkId: 1): Get basic token information including name, symbol, and supplygetTokenPriceHistory(address: "0x...", networkId: 1, days: 7, resolution: "1D"): Get historical price dataanalyzeToken(address: "0x...", networkId: 1, days: 30): Perform comprehensive token analysis including volatility and trading patternssearchTwitter(query: "ethereum", section: "top", limit: 5): Intelligent Twitter search with natural language processingfrom:username, has:links, etc.twitterSearchHelp(topic: "general"): Get help with Twitter search syntaxadd(a: 1, b: 2): Simple utility function exampleCommon issues:
mcp.json\\)To add new tools:
tools/ directorymain.jsThis project is licensed under the MIT License.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.