MERX - TRON Resource Exchange✓
exchange.merx/mcp · v1.0.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "exchange.merx/mcp",
"description": "TRON energy exchange for AI agents. 54 tools, 30 prompts, 21 resources. A2A + ACP.",
"title": "MERX - TRON Resource Exchange",
"repository": {
"url": "https://github.com/Hovsteder/merx-mcp",
"source": "github"
},
"version": "1.0.5",
"packages": [
{
"registryType": "npm",
"identifier": "merx-mcp",
"version": "1.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from merx.exchange. Unlocks trading, balance, standing orders, and monitors.",
"isSecret": true,
"name": "MERX_API_KEY"
},
{
"description": "TRON wallet private key for signing transactions. Never sent to any server. Enables transfers, swaps, and contract calls.",
"isSecret": true,
"name": "TRON_PRIVATE_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://merx.exchange/mcp/sse"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}