-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglama.json
More file actions
45 lines (45 loc) · 1.7 KB
/
glama.json
File metadata and controls
45 lines (45 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"$schema": "https://glama.ai/mcp/schemas/server.json",
"maintainers": ["Hovsteder"],
"name": "merx-mcp",
"displayName": "MERX - TRON Infrastructure for AI Agents",
"description": "The complete TRON infrastructure layer for AI agents. 66 MCP tools across 18 categories: energy aggregation across 6 providers, TRC-20 stablecoin payments (USDT/USDC/USDD), agent payment service (send/receive/watch/invoice), x402 v2 facilitator (only TRON facilitator in coinbase/x402 ecosystem registry), GasFree transfers, SunSwap V2 DEX, standing orders, natural language Policy Engine, on-chain queries. Also exposes A2A (Google, 7 skills) and ACP (BeeAI, 7 capabilities) protocols.",
"homepage": "https://merx.exchange",
"repository": {
"type": "git",
"url": "https://github.com/Hovsteder/merx-mcp"
},
"license": "MIT",
"runtime": "node",
"mcpServers": {
"merx-mcp": {
"command": "npx",
"args": ["merx-mcp"],
"env": {
"MERX_API_KEY": {
"description": "API key from merx.exchange (optional for read-only tools)",
"required": false
},
"TRON_PRIVATE_KEY": {
"description": "TRON private key for signing transactions (optional)",
"required": false
}
}
}
},
"remoteServers": [
{
"type": "sse",
"url": "https://merx.exchange/mcp/sse"
}
],
"categories": ["blockchain", "finance", "agent-orchestration"],
"tags": ["tron", "energy", "bandwidth", "usdt", "usdc", "usdd", "stablecoin", "defi", "sunswap", "x402", "gasfree", "agent-payments", "a2a", "acp", "multi-protocol"],
"tools": 66,
"prompts": 30,
"resources": 21,
"author": {
"name": "MERX",
"url": "https://merx.exchange"
}
}