← Index

MERX - TRON Resource Exchange

exchange.merx/mcp·v1.0.5·Other
Quality Score
90
/100

TRON energy exchange for AI agents. 54 tools, 30 prompts, 21 resources. A2A + ACP.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://merx.exchange/mcp/sse
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "merx-mcp"
      ],
      "env": {
        "MERX_API_KEY": "<your-merx_api_key>",
        "TRON_PRIVATE_KEY": "<your-tron_private_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "merx-mcp"
      ],
      "env": {
        "MERX_API_KEY": "<your-merx_api_key>",
        "TRON_PRIVATE_KEY": "<your-tron_private_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y merx-mcp
§02  Environment variables
MERX_API_KEY
secret

API key from merx.exchange. Unlocks trading, balance, standing orders, and monitors.

TRON_PRIVATE_KEY
secret

TRON wallet private key for signing transactions. Never sent to any server. Enables transfers, swaps, and contract calls.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other