Serversio.github.mudrex/mcp-server
S

Mudrex MCP Server

io.github.mudrex/mcp-server · v1.0.0
● Remote
v1.0.0remote🌐 https://mudrex.com/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.mudrex/mcp-server",
  "description": "MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools.",
  "title": "Mudrex MCP Server",
  "repository": {
    "url": "https://github.com/mudrex/mcp-server",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://docs.trade.mudrex.com/docs/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mudrex.com/mcp",
      "headers": [
        {
          "description": "Mudrex API secret key. Get your API key from https://mudrex.com/api",
          "isRequired": true,
          "isSecret": true,
          "name": "X-Authentication"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}