search_transaction_history
ActiveTool of MERX - TRON Resource Exchange
declared in 2.0.0
Get on-chain transaction history for a TRON address. No auth required.
Parameters schema
{
"type": "object",
"required": [
"address"
],
"properties": {
"type": {
"enum": [
"all",
"trx",
"trc20"
],
"type": "string",
"description": "Transaction type filter (default: all)."
},
"limit": {
"type": "number",
"description": "Max results (default: 20)."
},
"address": {
"type": "string",
"description": "TRON address."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries