Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
junct-bot avatar

Gmx Mcp

  • Updated March 29, 2026
  • junct-bot/gmx-mcp

io.github.junct-bot/gmx-mcp is a MCP server that offers 139 tools for GMX perpetuals, options, and position data to your coding agent.

About

io.github.junct-bot/gmx-mcp is a high-surface Model Context Protocol server for GMX, advertising one hundred thirty-nine tools around perpetuals, options, and position data. For Skillselion’s solo-developer audience, it is most valuable when you are actively building—portfolio trackers, Discord bots, internal risk views, or agent-assisted strategy notebooks—rather than during abstract idea validation. The hosted MCP endpoint keeps you from maintaining a sprawling custom SDK mapping in your repo; instead, your Claude Code or Cursor session can pull structured GMX state through standardized tool calls. Finance category and business vertical reflect derivatives and trading-adjacent products. Intermediate complexity is appropriate: you need DeFi/perps literacy and discipline about not trusting agent-summarized PnL for production trades without verification. Compared with leaner exchange MCPs, GMX’s large catalog favors developers who want granular protocol fields in one integration pass.

  • 139 MCP tools for GMX perpetuals, options, and position-related data
  • Streamable HTTP remote at gmx.mcp.junct.dev
  • Version 1.1.0 from junct-bot/gmx-mcp on GitHub
  • Wide tool count suited to deep agent research on derivatives exposure
  • Read-oriented protocol MCP—verify behavior before any automated trading logic

Gmx Mcp by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http gmx-mcp https://gmx.mcp.junct.dev/mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Last updatedMarch 29, 2026
Repositoryjunct-bot/gmx-mcp

What it does

Give your agent broad GMX perpetuals, options, and position data while you build trading analytics, alerts, or research copilots.

Who is it for?

Advanced developers creating GMX-focused dashboards, research agents, or integration tests that need rich derivatives data during development.

Skip if: Beginners who only need a simple price feed or anyone expecting a fully audited trade-execution stack with no manual verification.

What you get

You register one remote GMX MCP and let the agent query perps, options, and positions through 139 named tools while you build analytics or monitoring features.

  • 139 GMX-oriented MCP tools callable from your agent
  • Richer derivatives-aware code and docs during build
  • Consolidated GMX data access instead of many ad hoc endpoints

By the numbers

  • 139 MCP tools for perpetuals, options, and position data
  • Server version 1.1.0
  • Remote URL: https://gmx.mcp.junct.dev/mcp
README.md

Gmx MCP Server

MCP server for Gmx. Agent-ready API for Gmx.

Hosted at gmx.mcp.junct.dev/mcp. Free to use. No auth. No API key required.

Part of Junct — the agent-readiness layer for the crypto stack.

Quick Start

Add to your MCP client config (Claude Desktop, Cursor, Windsurf):

{
  "mcpServers": {
    "gmx": {
      "url": "https://gmx.mcp.junct.dev/mcp",
      "transport": "streamable-http"
    }
  }
}

About

This MCP server is deterministically generated from the Gmx API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints, no phantom tools.

Links

Keywords

Gmx, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol, hosted MCP

Recommended MCP Servers

How it compares

Broad 139-tool GMX data MCP—not Hyperliquid’s minimal 2-tool stub or a generic CEX REST skill.

FAQ

Who is gmx-mcp for?

Developers building perps or DeFi products who use MCP-enabled agents and want GMX market and position data without writing dozens of API wrappers.

When should I use gmx-mcp?

Use it during Build when implementing features that read GMX perpetuals, options, or positions—alerts, UI backends, or agent research—not for casual one-off price checks unless you already run MCP.

How do I add gmx-mcp to my agent?

Configure https://gmx.mcp.junct.dev/mcp as a streamable-http remote MCP server in your client, restart, and confirm the GMX tool set (139 tools) is available to the agent.

Financefinance

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.