MERX is the infrastructure layer for AI agents and agentic networks on TRON. Where Stripe is infrastructure for web commerce and Cloudflare for the open web, MERX is the missing infrastructure layer that lets autonomous AI agents discover, transact, and operate on TRON without ever touching energy, bandwidth, or low-level blockchain mechanics.
The MCP server exposes 66 tools across 18 categories, 30 prompts, and 21 live resources. Capabilities:
- Agent payment service for USDT, USDC, USDD: send, receive, watch, invoice, batch, schedule
- x402 v2 facilitator on TRON mainnet — three settlement schemes (exact, exact_permit, exact_gasfree). Only TRON facilitator in the coinbase/x402 ecosystem registry
- GasFree transfers via the MERX-deployed mainnet controller TKjJ1r5XYqnLZmLakcP3knis7Lh6gm3qtR — agents send stablecoins from zero-TRX wallets
- Energy aggregation across 6 active providers with real-time best-price routing (saves up to 94% on TRX fees)
- SunSwap V2 DEX integration with exact energy simulation
- Standing orders, intent execution, on-chain queries
- Natural-language Policy Engine powered by Anthropic Claude
- A2A (Google, 7 skills) and ACP (BeeAI, 7 capabilities) protocol coverage on the same backend
Three access tiers: ~22 read-only tools (no keys), ~42 tools with MERX API key, all 66 tools with TRON private key. Zero install via hosted SSE endpoint at https://merx.exchange/mcp/sse, or local stdio via npx merx-mcp. Also available as a one-line Claude Code plugin: github.com/Hovsteder/merx-claude-plugin
Server Config
{
"mcpServers": {
"merx": {
"url": "https://merx.exchange/mcp/sse"
}
}
}