Back to Home
Bazinga640 icon

evm-chains-mcp-server

Verified Safe

by Bazinga640

Overview

This server provides a comprehensive set of automated EVM blockchain interaction tools for development, testing, and analytics across multiple chains, focusing on wallets, DeFi, NFTs, and MEV.

Installation

Run Command
node build/index.js

Environment Variables

  • DEBUG
  • EVM_MCP_DEBUG
  • EVM_MCP_LOG_FILE
  • ENABLE_TESTNET_LENDING
  • IPFS_SERVICE
  • PINATA_API_KEY
  • FLUX_API_KEY
  • FLUX_MODEL_VERSION
  • HUGGINGFACE_API_KEY
  • PLAYGROUND_API_KEY
  • ETHEREUM_RPC_URL
  • POLYGON_RPC_URL
  • AVALANCHE_RPC_URL
  • BSC_RPC_URL
  • ARBITRUM_RPC_URL
  • BASE_RPC_URL
  • WORLDCHAIN_RPC_URL
  • MEMPOOL_WS_ETHEREUM_URL
  • MEMPOOL_WS_POLYGON_URL
  • MEMPOOL_WS_AVALANCHE_URL
  • MEMPOOL_WS_BSC_URL
  • MEMPOOL_WS_ARBITRUM_URL
  • MEMPOOL_WS_BASE_URL
  • MEMPOOL_WS_WORLDCHAIN_URL
  • MAINNET_RPC_URL
  • MAINNET_ENS_NAME
  • TEST_WALLET_PRIVATE_KEY
  • TEST_WALLET_MNEMONIC

Security Notes

The server clearly distinguishes between testnet and mainnet functionalities, explicitly disabling certain DeFi/staking tools on testnets by default to prevent misuse. It uses environment variables for API keys (e.g., PINATA_API_KEY, AI service keys) and strongly warns against exposing or hardcoding private keys, which are passed as parameters but not persistently stored. The code explicitly uses `ethers.js`, a well-audited library, for most blockchain interactions. Potential risks include reliance on external RPC providers (rate limits, reliability) and third-party IPFS/AI services, which are external dependencies rather than inherent code vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens150000
Stars0
Forks0
Last Update2026-01-19

Tags

EVMBlockchainDeFiNFTTestingAnalytics