register_agent
ActiveTool of MERX - TRON Resource Exchange
Register your TRON address as an agent on agent.merx.exchange. Required ONCE before using request_payment, create_invoice, watch_address, agent_status, or any other agent payment tool. Pass the TRON address you want to use as the on-chain identity for this API key. Idempotent — calling twice with the same key returns the existing registration. Auth required (API key).
Parameters schema
{
"type": "object",
"required": [
"tron_address"
],
"properties": {
"label": {
"type": "string",
"description": "Optional human-readable label (max 64 chars)"
},
"tron_address": {
"type": "string",
"description": "Your TRON address (T...) that will receive payments and act as the agent identity."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries