From b90a514dd00f7f456900727c9b5e32ebc85631bf Mon Sep 17 00:00:00 2001 From: junct-bot Date: Sat, 14 Mar 2026 14:33:02 +0800 Subject: [PATCH] feat: add gmx-mcp MCP server --- servers/gmx-mcp.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 servers/gmx-mcp.json diff --git a/servers/gmx-mcp.json b/servers/gmx-mcp.json new file mode 100644 index 0000000000..60a9110557 --- /dev/null +++ b/servers/gmx-mcp.json @@ -0,0 +1,24 @@ +{ + "id": "gmx-mcp", + "name": "Gmx MCP", + "description": "Calls BASIS_POINTS_DIVISOR(). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns uint256.", + "repository": "https://github.com/junct-bot/gmx-mcp", + "endpoint": "https://gmx.mcp.junct.dev/mcp", + "transport": [ + "streamable-http" + ], + "tags": [ + "read", + "lending", + "oracle", + "write", + "erc20", + "dex", + "vault", + "event" + ], + "version": "1.0.0", + "author": "Junct", + "llms_txt": "https://gmx.mcp.junct.dev/llms.txt", + "created_at": "2026-03-14T06:33:01.949Z" +}