Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

provider_estimate_gas

Calculate the gas needed for Ethereum and EVM-compatible blockchain transactions by analyzing transaction details, ensuring accurate cost estimation before execution.

Instructions

Estimate the gas required for a transaction

Input Schema

NameRequiredDescriptionDefault
transactionYesThe transaction to estimate gas for

Input Schema (JSON Schema)

{ "properties": { "transaction": { "description": "The transaction to estimate gas for", "properties": { "data": { "type": "string" }, "from": { "type": "string" }, "to": { "type": "string" }, "value": { "type": "string" } }, "type": "object" } }, "required": [ "transaction" ], "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/dcSpark/mcp-cryptowallet-evm'

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