Skip to main content
Glama

EVM MCP Server

by JamesANZ

eth_call

Execute smart contract calls without creating blockchain transactions to read data, test functions, or simulate contract interactions on EVM networks.

Instructions

Executes a new message call immediately without creating a transaction

Input Schema

NameRequiredDescriptionDefault
blockNumberNoBlock number or 'latest', 'earliest', 'pending'latest
dataYesData to send (hex string)
fromNoFrom address (optional)
gasNoGas limit (optional)
gasPriceNoGas price (optional)
toYesContract address
valueNoValue in wei (optional)

Input Schema (JSON Schema)

{ "properties": { "blockNumber": { "default": "latest", "description": "Block number or 'latest', 'earliest', 'pending'", "type": "string" }, "data": { "description": "Data to send (hex string)", "type": "string" }, "from": { "description": "From address (optional)", "type": "string" }, "gas": { "description": "Gas limit (optional)", "type": "string" }, "gasPrice": { "description": "Gas price (optional)", "type": "string" }, "to": { "description": "Contract address", "type": "string" }, "value": { "description": "Value in wei (optional)", "type": "string" } }, "required": [ "to", "data" ], "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