transfer_eth
Transfer native tokens (ETH, MATIC, etc.) to an address
This record as markdown: /tools/chulanpro5-evm-mcp-server/transfer-eth.md
What transfer_eth does on EVM MCP Server
AI agents use transfer_eth to commit financial operations through EVM MCP Server, usually the final step of a payment, billing, or trading workflow. A call moves real money.
Why transfer_eth is rated Critical
This tool irreversibly transfers blockchain native tokens (ETH, MATIC, etc.) to specified addresses, committing financial obligations and moving monetary value. This is a Financial category tool with critical severity because misuse by an AI agent could result in unauthorized transfer of funds, with no recourse if the destination address is incorrect or malicious.
From the tool's definition Tool name is 'transfer_eth' and description states 'Transfer native tokens (ETH, MATIC, etc.) to an address' - directly moves cryptocurrency value from one account to another.
Attacks that exploit this kind of access
The rule that runs transfer_eth safely
PolicyLayer is an MCP gateway: it sits between your AI agents and EVM MCP Server, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For transfer_eth, this is the rule to start with:
Any call to transfer_eth is blocked until a human approves it. The rest of the server keeps working.
The button opens the PolicyLayer dashboard: create your workspace, connect EVM MCP Server, apply this rule, and every transfer_eth call is checked against it from then on.
Questions about transfer_eth
Transfer native tokens (ETH, MATIC, etc.) to an address. It is categorised as a Financial tool in the EVM MCP Server MCP Server, which means it involves financial transactions. Block by default and require explicit approval.
Register the EVM MCP Server MCP server in PolicyLayer and add a rule for transfer_eth: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches EVM MCP Server. Nothing to install.
transfer_eth is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the transfer_eth rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for transfer_eth. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
transfer_eth is provided by the EVM MCP Server MCP server (chulanpro5/evm-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on EVM MCP Server, and thousands of servers like it.
Across the catalogue