← Back to Plugins
MCP Server MCP

Mudrex MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools.

Configuration Example

{
  "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"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...