Evm MCP Server
UnclaimedMCP server that provides LLMs with tools for interacting with EVM networks
Install
npx @mcpdotdirect/evm-mcp-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (25)
approve_token_spending
Approve token allowances
get_allowance
Check token spending allowance
get_balance
Get native token balance
get_block
Get block data
get_chain_info
Get network information
get_contract_abi
Fetch contract ABI from block explorer (60+ networks)
get_erc1155_balance
Check ERC1155 balance
get_gas_price
Get current gas prices on a network
get_latest_block
Get latest block data
get_nft_info
Get NFT (ERC721) metadata
get_supported_networks
List all supported EVM networks
get_token_balance
Check ERC20 token balance
get_transaction
Get transaction details
get_transaction_receipt
Get transaction receipt with logs
get_wallet_address
Get the address of the configured wallet (from EVMPRIVATEKEY)
lookup_ens_address
Reverse lookup address to ENS name
multicall
Batch multiple read calls into a single RPC request (uses Multicall3)
read_contract
Read smart contract state (auto-fetches ABI if needed)
resolve_ens_name
Resolve ENS name to address
sign_message
Sign arbitrary messages for authentication and verification (SIWE, off-chain signatures)
sign_typed_data
Sign EIP-712 structured data for gasless transactions, permits, and meta-transactions
transfer_erc20
Transfer ERC20 tokens
transfer_native
Send native tokens (ETH, etc.)
wait_for_transaction
Wait for transaction confirmation
write_contract
Execute state-changing functions (auto-fetches ABI if needed)