Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

call_contract

Invoke a read-only smart contract method on Rootstock by specifying the contract address, method name, and parameters. This tool facilitates blockchain data retrieval without altering the state.

Instructions

Call a smart contract method (read-only)

Input Schema

NameRequiredDescriptionDefault
abiNoOptional contract ABI
contractAddressYesSmart contract address
methodNameYesMethod name to call
parametersNoMethod parameters

Input Schema (JSON Schema)

{ "properties": { "abi": { "description": "Optional contract ABI", "items": {}, "type": "array" }, "contractAddress": { "description": "Smart contract address", "type": "string" }, "methodName": { "description": "Method name to call", "type": "string" }, "parameters": { "description": "Method parameters", "items": {}, "type": "array" } }, "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