You're viewing a demo portfolio

Join the waitlist
PRSM

register_agent

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

MERX - TRON Resource Exchange

https://github.com/Hovsteder/merx-mcp

2/7 registries
View full server →
register_agent — MERX - TRON Resource Exchange — PRSM MCP