EVM MCP Server

25 tools. 6 can modify or destroy data without limits.

3 destructive tools with no built-in limits. Policy required.

Last updated:

6 can modify or destroy data
19 read-only
25 tools total

Community server · catalogue entry verified 10/06/2026

How to control EVM MCP Server ↓

What EVM MCP Server exposes to your agents

Read (19) Write / Execute (3) Destructive / Financial (3)
Critical Risk

The most dangerous EVM MCP Server tools

6 of EVM MCP Server's 25 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control EVM MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and EVM MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "transfer_erc20": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Cap read operations
{
  "wait_for_transaction": {
    "limits": [
      {
        "counter": "wait_for_transaction_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register EVM MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON EVM →

Free to start. No card required.

All 25 EVM MCP Server tools

READ 19 tools
Read wait_for_transaction Wait for a transaction to be confirmed (mined). Polls the network until confirmation. Read get_allowance Check the allowance granted to a spender for a token. This tells you how much of a token an address can spend Read get_balance Get the native token balance (ETH, MATIC, etc.) for an address Read get_block Get block details by block number or hash Read get_chain_info Get information about an EVM network: chain ID, current block number, and RPC endpoint Read get_contract_abi Fetch a contract Read get_erc1155_balance Get ERC1155 token balance for an address Read get_gas_price Get current gas prices (base fee, standard, and fast) for a network Read get_latest_block Get the latest block from the network Read get_nft_info Get information about an ERC721 NFT including metadata URI Read get_supported_networks Get a list of all supported EVM networks Read get_token_balance Get the ERC20 token balance for an address Read get_transaction Get transaction details by transaction hash Read get_transaction_receipt Get transaction receipt (confirmation status, gas used, logs). Use this to check if a transaction has been con Read get_wallet_address Get the address of the configured wallet. Use this to verify which wallet is active. Read lookup_ens_address Lookup the ENS name for an Ethereum address (reverse resolution) Read multicall Batch multiple contract read calls into a single RPC request. Significantly reduces latency and RPC usage when Read read_contract Call read-only functions on a smart contract. Automatically fetches ABI from block explorer if not provided (r Read resolve_ens_name Resolve an ENS name to an Ethereum address

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about EVM MCP Server

Can an AI agent move money through the EVM MCP Server MCP server? +

Yes. The EVM MCP Server server exposes 3 financial tools including transfer_erc20, transfer_native, approve_token_spending. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

How many tools does the EVM MCP Server MCP server expose? +

25 tools across 4 categories: Execute, Financial, Read, Write. 19 are read-only. 6 can modify, create, or delete data.

How do I enforce a policy on EVM MCP Server? +

Register the EVM MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every EVM MCP Server tool call.

Deterministic rules across all 25 EVM MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

25 EVM MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.