Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

send_contract_transaction

Execute smart contract transactions on Rootstock by specifying the contract address, method name, and parameters. Supports optional gas settings, ether values, and ABI for precise interactions.

Instructions

Send a transaction to a smart contract method

Input Schema

NameRequiredDescriptionDefault
abiNoOptional contract ABI
contractAddressYesSmart contract address
gasLimitNoOptional gas limit
gasPriceNoOptional gas price
methodNameYesMethod name to call
parametersNoMethod parameters
valueNoOptional ether value to send

Input Schema (JSON Schema)

{ "properties": { "abi": { "description": "Optional contract ABI", "items": {}, "type": "array" }, "contractAddress": { "description": "Smart contract address", "type": "string" }, "gasLimit": { "description": "Optional gas limit", "type": "string" }, "gasPrice": { "description": "Optional gas price", "type": "string" }, "methodName": { "description": "Method name to call", "type": "string" }, "parameters": { "description": "Method parameters", "items": {}, "type": "array" }, "value": { "description": "Optional ether value to send", "type": "string" } }, "required": [ "contractAddress", "methodName" ], "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