Skip to main content
Glama

MCP Ethers Wallet

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

NameRequiredDescriptionDefault
providerNoOptional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks.
signedTransactionYesA fully serialized and signed transaction

Input Schema (JSON Schema)

{ "properties": { "provider": { "description": "Optional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks.", "type": "string" }, "signedTransaction": { "description": "A fully serialized and signed transaction", "type": "string" } }, "required": [ "signedTransaction" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-ethers-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server