Skip to main content
Glama

EVM MCP Server

by JamesANZ

eth_sendRawTransaction

Execute signed Ethereum transactions or deploy smart contracts by submitting pre-signed transaction data to any EVM-compatible blockchain network.

Instructions

Creates new message call transaction or a contract creation

Input Schema

NameRequiredDescriptionDefault
signedTransactionDataYesSigned transaction data (hex string)

Input Schema (JSON Schema)

{ "properties": { "signedTransactionData": { "description": "Signed transaction data (hex string)", "type": "string" } }, "required": [ "signedTransactionData" ], "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/JamesANZ/evm-mcp'

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