EVM MCP Server

36 tools. 15 can modify or destroy data without limits.

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

Last updated:

15 can modify or destroy data
21 read-only
36 tools total

Community server · catalogue entry checked 05/07/2026

How to control EVM MCP Server ↓

What EVM MCP Server exposes to your agents

Read (21) Write / Execute (5) Destructive / Financial (10)
Critical Risk

The most dangerous EVM MCP Server tools

15 of EVM MCP Server's 36 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
{
  "add_liquidity": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

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

Rate limit write operations
{
  "approve_token_spending": {
    "limits": [
      {
        "counter": "approve_token_spending_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "check_nft_ownership": {
    "limits": [
      {
        "counter": "check_nft_ownership_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 →

Instant setup, no code required.

All 36 EVM MCP Server tools

READ 21 tools
Read check_nft_ownership Check if an address owns a specific NFT Read estimate_gas Estimate the gas cost for a transaction Read get_address_from_private_key Get the EVM address derived from a private key Read get_balance Get the native token balance (ETH, MATIC, etc.) for an address Read get_block_by_number Get a block by its block number Read get_chain_info Get information about an EVM network Read get_erc1155_balance Get the balance of a specific ERC1155 token ID owned by an address. ERC1155 allows multiple tokens of the same Read get_erc1155_token_uri Get the metadata URI for an ERC1155 token (multi-token standard used for both fungible and non-fungible tokens Read get_erc20_balance Get the ERC20 token balance of an Ethereum address Read get_latest_block Get the latest block from the EVM Read get_nft_balance Get the total number of NFTs owned by an address from a specific collection. This returns the count of NFTs, n Read get_nft_info Get detailed information about a specific NFT (ERC721 token), including collection name, symbol, token URI, an Read get_supported_networks Get a list of supported EVM networks Read get_token_balance Get the balance of an ERC20 token for an address Read get_token_balance_erc20 Get ERC20 token balance for an address Read get_token_info Get comprehensive information about an ERC20 token including name, symbol, decimals, total supply, and other m Read get_transaction Get detailed information about a specific transaction by its hash. Includes sender, recipient, value, data, an Read get_transaction_receipt Get a transaction receipt by its hash Read is_contract Check if an address is a smart contract or an externally owned account (EOA) Read read_contract Read data from a smart contract by calling a view/pure function. This doesn Read resolve_ens 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 10 financial tools including add_liquidity, buy_usdt_from_wallet, deploy_tax_token. 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 do I prevent bulk modifications through EVM MCP Server? +

The EVM MCP Server server has 1 write tools including approve_token_spending. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach EVM MCP Server.

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

36 tools across 4 categories: Execute, Financial, Read, Write. 21 are read-only. 15 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 36 EVM MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

36 EVM MCP Server tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from EVM MCP Server's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.