MCP ExplorerExplorer

Max Mcp

@narumirunaon a year ago
1 MIT
FreeCommunity
AI Systems
#cryptocurrency#maicoin#max#mcp#mcp-server
MaiCoin MAX MCP Server for trading and market data access.

Overview

What is Max Mcp

max-mcp is a server for the MaiCoin MAX Exchange, designed to facilitate interactions with the exchange’s API, allowing users to manage markets, currencies, accounts, and orders.

Use cases

Use cases for max-mcp include automated trading systems, portfolio management applications, and real-time market data analysis tools.

How to use

To use max-mcp, you can install it from PyPI or clone it from the GitHub repository. You need to set your MAX_API_KEY and MAX_API_SECRET in the environment variables, and then run the server with the appropriate command and arguments.

Key features

Key features of max-mcp include tools for retrieving market data, currency information, account details, ticker prices, and functionalities for submitting and canceling orders.

Where to use

max-mcp can be used in financial technology applications, trading platforms, and any service that requires interaction with the MaiCoin MAX Exchange for trading and market analysis.

Content

WIP: MaiCoin MAX Exchange MCP Server

MaiCoin MAX API

Tools

  • get_markets
  • get_currencies
  • get_accounts
  • get_tickers
  • submit_order
  • cancel_orders

Usage

From PyPI:

{
  "mcpServers": {
    "maxmcp": {
      "command": "uvx",
      "args": [
        "maxmcp"
      ],
      "env": {
        "MAX_API_KEY": "",
        "MAX_API_SECRET": ""
      }
    }
  }
}

From GitHub repository:

{
  "mcpServers": {
    "maxmcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/narumiruna/max-mcp",
        "maxmcp"
      ],
      "env": {
        "MAX_API_KEY": "",
        "MAX_API_SECRET": ""
      }
    }
  }
}

TODO?

  • Public API
    • [ ] index prices
    • [ ] historical index prices
    • [ ] available loan amount
    • [ ] interest rates
    • [x] get all available markets.
    • [x] getApiV3Currencies
    • [ ] getApiV3Timestamp
    • [ ] getApiV3K
    • [ ] getApiV3Depth
    • [ ] getApiV3Trades
    • [x] v2 tickers
    • [x] v3 ticker
  • Wallet
    • [x] accounts
    • [ ] ad ratio
    • [ ] submit loan
    • [ ] loan history
    • [ ] submit repayment
    • [ ] repayment history
    • [ ] liquidation history
    • [ ] liquidation detail
    • [ ] interest history of your m-wallet
    • [ ] withdraw_addresses
    • [ ] deposit_address
  • Order
    • [x] open orders
    • [x] closed orders
    • [ ] order history by order id
    • [x] submit order
    • [x] cancel all orders
    • [ ] order detail
    • [x] cancel an order
  • Trade
    • [ ] trade history
    • [ ] trade detail
  • Transaction

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers