Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

estimate_gas

Calculate the gas cost for a Rootstock blockchain transaction by specifying the recipient address, optional value, and transaction data.

Instructions

Estimate gas cost for a transaction

Input Schema

NameRequiredDescriptionDefault
dataNoOptional transaction data
toYesRecipient address
valueNoOptional value to send (in ether)

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Optional transaction data", "type": "string" }, "to": { "description": "Recipient address", "type": "string" }, "value": { "description": "Optional value to send (in ether)", "type": "string" } }, "required": [ "to" ], "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/cuongpo/rootstock-mcp'

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