send-transaction
Send blockchain transactions securely via MetaMask MCP, specifying recipient, value, gas fees, and chain ID for network compatibility.
Instructions
Send transactions to networks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | No | Chain ID to validate against before sending transaction. | |
data | No | A contract hashed method call with encoded args. | |
maxFeePerGas | No | Total fee per gas in wei, inclusive of maxPriorityFeePerGas. | |
maxPriorityFeePerGas | No | Max priority fee per gas in wei. | |
to | Yes | The transaction recipient or contract address. | |
value | No | Value in wei sent with this transaction. |