read_contract
ActiveTool of MERX - TRON Resource Exchange
declared in 2.0.0
Call a view/pure function on a TRON smart contract. No auth or private key required.
Parameters schema
{
"type": "object",
"required": [
"contract_address",
"function_selector"
],
"properties": {
"parameter": {
"type": "string",
"description": "ABI-encoded parameter hex (optional)."
},
"contract_address": {
"type": "string",
"description": "Contract TRON address."
},
"function_selector": {
"type": "string",
"description": "Function signature, e.g. \"balanceOf(address)\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries