GMX v2 MCP server, live — try it yourself, no signup
brawlaphant here (EcoWealth / Vealth).
GMX’s own AI Agents docs say the official MCP server is “under development and not yet available.”
So we built one and put it live.
Try it right now — no signup, no key:
curl -X POST https://vealth.net/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"gmx_get_prices","arguments":{}}}'
That’s a real call against live GMX v2 Arbitrum oracle prices right now.
Point any MCP client at Connect your AI · Vealth .
The tools show up in tools/list alongside our other public tools.
Five tools:
-
gmx_get_positions -
gmx_get_orders -
gmx_get_prices
Read-only and free.
-
prepare_gmx_order -
submit_gmx_order
Non-custodial. We return unsigned transaction data, you sign with your own wallet, and we relay the already-signed transaction.
We never hold or ask for a private key.
Built directly against the documented contracts, not the official @gmx-io/sdk — that pulls in react-native transitively with real HIGH-severity vulnerabilities, an avoidable risk for a production trading backend.
Zero new dependencies here.
Repo’s private for now. Happy to open-source the tool itself or hand it to whoever’s picking up the official MCP work.
No ask attached — it’s live either way.
— brawlaphant / EcoWealth