Gmx MCP Server

Hosted at [gmx.mcp.junct.dev/mcp](https://gmx.mcp.junct.dev/mcp). Free to use. No auth. No API key required.

Remote serverstreamable-http

What is the Gmx MCP MCP server?

If you already use Gmx MCP, the gmx mcp mcp server is the piece that lets your assistant work with it directly. Hosted at gmx.mcp.junct.dev/mcp. Free to use. No auth. No API key required.

What the server does

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.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Gmx MCP's toolset — Protocol, Endpoint, Transport and 2 more — is a fair guide to whether it matches your workflow. It is maintained by junct-bot; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Gmx MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
Protocol** Gmx
Endpoint** https://gmx.mcp.junct.dev/mcp
Transport** Streamable HTTP
Auth** None required
Documentation** [gmx.mcp.junct.dev/llms.txt](https://gmx.mcp.junct.dev/llms.txt)

How to install the Gmx MCP MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Gmx MCP to Protocol.
  • Use Gmx MCP to Endpoint.
  • Use Gmx MCP to Transport.

Frequently asked questions

It connects Gmx MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Protocol, Endpoint, Transport, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Gmx MCP directly.