sendRawTransaction
Submit a signed Ethereum transaction to the blockchain using a custom RPC URL or supported network. Enables direct interaction with Ethereum networks via MCP Ethers Wallet.
Instructions
Send a raw transaction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
provider | No | Optional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks. | |
signedTransaction | Yes | A fully serialized and signed transaction |